summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Change dependency constraint to 'gkrellm<2.0' so that gkrellm1 pluginscube2-4/+4
don't even try building when gkrellm-2 is installed.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam13-39/+26
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17- Update MASTER_SITES for sourceforge sites.taca2-5/+5
- Update distinfo since distfile has changed.
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron3-7/+4
disapprove.
2004-03-16Include "db4" buildlink3 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problem. Bump packagetron1-2/+3
revision because of this.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-15bl3ifyxtraeme1-7/+7
2004-03-15Fix build under 1.6.2; found by latest kristerw@'s bulk build.jmmv2-1/+14
2004-03-15- Update MASTER_SITES and HOMEPAGE.taca2-6/+6
- Update distinfo.
2004-03-12Upgrade to lsof version 4.71. Changes related to or affecting NetBSDatatat2-5/+5
(or pkgsrc) from the 00DIST file: 4.71 March 11, 2004 ... Added process_kqueue() function prototypes for FreeBSD, NetBSD and OpenBSD. ... Added support for the optional reporting of socket options, socket states and TCP flags for most currently supported dialects. John Smith <lbalbalba@hotmail.com> and Tristan Nefzger <tn@bhtrader.com> requested the information. The dialects and their versions for which this feature has become available include: AIX 4.3.2 and 5.[12] Apple Darwin 7.2 BSDI BSD/OS 4.3.1 Digital UNIX and Tru64 UNIX 4.0 FreeBSD 4.9 and 5.2 HP-UX 11 and 11.11 (aka 11i) NetBSD 1.6ZH OpenBSD 3.4 OPENSTEP 4.2 OpenUNIX 8 Solaris 2.6, 8, 9 and 10 UnixWare 7.1.[134]
2004-03-12bl3ify.snj2-3/+24
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-6/+4
is included by not checking its value explicitly.
2004-03-10File removed, we are now using buildlink3martti8-220/+0
2004-03-10bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.xtraeme10-15/+125
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme6-11/+78
2004-03-10Updated XFce to 4.0.4martti10-22/+21
* Bug fixes * Translation updates
2004-03-10Remove info files entries from PLIST.seb5-13/+5
2004-03-10Remove info files entries from PLIST.seb2-8/+3
Add missing info file in INFO_FILES.
2004-03-10Remove info files entries from PLIST.seb3-24/+3
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim4-8/+8
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv11-25/+34
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Add a comment why coreutils conflicts with databases/geneweb.recht1-8/+6
While at it combine all GNU_PROGRAM_PREFIX conflicts in a single if.
2004-03-07Add explicit dependency on pkgconfig.minskim1-1/+2
2004-03-07Forgot to add the .packlistheinz1-1/+3
2004-03-07Use bl3 and honor CFLAGS.snj4-11/+18
2004-03-07Enable p5-Sys-Hostname-Longheinz1-1/+2
2004-03-07Initial import of p5-Sys-Hostname-Long.heinz5-0/+46
This Perl module tries to determine the full host name in a portable way on multiple operating systems (mac, windows, unix*). A patch is included which should make this module work on most *nix platforms, not just on Linux. Submitted to the author via rt.cpan.org.
2004-03-07Add RCSID.snj2-2/+4
2004-03-07Make this work for amd64, and enable it.fvdl5-3/+54
2004-03-06move dvdrip to multimedia.grant5-53/+1
2004-03-05o Pkglint DESCR (was 27 lines) and correct server package name.cube3-7/+9
o Have empty directories created by the install script so they are created also when installing from a binary package. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam5-49/+39
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Add explicit dependency on pkgconfig.minskim1-1/+2
2004-03-04Drop trailing whitespace.wiz1-3/+3
2004-03-03err remove shift from -v in getopt case.xtraeme1-3/+2
2004-03-03Update mklivecd to 0.3.xtraeme3-40/+100
o Added a new flag (-v) to show more informational messages. o Don't try to mount/umount pkgsrc directory every time the `chroot' target is invoked. o Added a new option to the config file: `CDRECORD_ARGS'.
2004-03-03Be more verbose (show each $F) while cleaning ISODIR.keihan1-2/+3
2004-03-02Changes 0.11.46:adam3-6/+7
* Spellchecked the manual page. :) * Updated docs/FAQ with info on how to change the default pane background color. * Polish translation updated. * Added German translation, by C. Neuroth. * Style Actions can now be renamed. This had been magically missing for quite a while. Reported by J. Jordan. * Default (start-up) directories can now be set to "From History", which will simply show the paths visible when gentoo was quit. Suggested by J. Jordan. * Reworked internal handling of basic selection functionality; the problems for users of the "System Default" Control key setting should now be gone. Please test. Reported initially by F. Abbate. * Added view support for rar archives to default config. Requires "unrar" command.
2004-02-29Add & enable acpidump.uebayasi1-1/+2
2004-02-29Initial import of Portable ACPI dumper (acpidump-20020711).uebayasi7-0/+90
The acpidump utility analyzes ACPI tables in physical memory and dumps them to standard output. In addition, acpidump can disassemble AML (ACPI Machine Language) found in these tables and dump them as ASL (ACPI Source Language).
2004-02-28Update to version 2.1.27.cube3-6/+6
2.1.27 - Sat Feb 28, 2004 ------------------------- * Handle changing sysfs sensor name format from xxx_inputN to xxxN_input. * Patches: o Kurt V. Hindenburg <khindenburg--at--cherrynebula.net> Consider only .so, .la, and .dll files during plugin scan (avoid Gentoo .keep ebuild files). * Bugfixes: o Use g_spawn_async_with_pipes() instead of popen() in mail.c so gkrellm file descriptors won't be open in the mail monitor launched MUA.
2004-02-28Add & enable acpi-iasl.uebayasi1-1/+2
2004-02-28Initial import of IASL (Intel ACPI Source Language) compiler 20031203.uebayasi5-0/+144
acpi-iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes.
2004-02-27err fixed the problem in checkconf().xtraeme1-3/+7
2004-02-27Use macros more appropriately; New sentence, new line; bump date forwiz1-7/+6
previous.
2004-02-27Update mklivecd to 0.2.xtraeme3-44/+80
Changes: o Added a new argument (-c) for choosing the configuration file. o Improve error/information messages. o Plus minor changes.
2004-02-26Correct path to gkrellm-share.minskim1-2/+2