summaryrefslogtreecommitdiff
path: root/sysutils (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-08-03(1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami19-42/+25
XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
2000-08-03USE_X_PREFIX should be before bsd.port.pre.mk include.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=31271
2000-08-02Re-add grub in sysutils, it having previously removed from misc..Neil Blakey-Milner7-0/+66
Original port PR: ports/20168 Originally submitted by: R Joseph Wright <rjoseph@mammalia.org> Notes: svn path=/head/; revision=31250
2000-08-02Update to version 1.31Kevin Lo4-5/+5
PR: 20350 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31247
2000-07-31Upgrade to 1.9.Dirk Froemberg9-15/+15
cdda2wav-ATAPI-Reviewed-by: reg Notes: svn path=/head/; revision=31149
2000-07-30Upgrade to 1.13:Dirk Froemberg4-30/+24
- mkisofs has it own distribution - mkhybrid was integrated into mkisofs - apple_driver builds out of the box Notes: svn path=/head/; revision=31132
2000-07-30Add secondary site to MASTER_SITES.Kevin Lo1-1/+2
PR: 20268 Submitted by: Ports Fury Notes: svn path=/head/; revision=31131
2000-07-30Update to version 1.3Kevin Lo2-3/+4
PR: 20271 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31130
2000-07-29Fix the MASTER_SITE to the canonical locations.Neil Blakey-Milner1-2/+3
PR: ports/20283 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=31109
2000-07-29Add the ftp version of the MASTER_SITE, since it is available.Neil Blakey-Milner1-1/+2
Notes: svn path=/head/; revision=31108
2000-07-25Update to version 1.4.5Kevin Lo4-4/+4
PR: 20160 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31008
2000-07-22Add pwgen 1.15, a password generator with various options which influenceAlexander Langer13-0/+101
the security of the password. Notes: svn path=/head/; revision=30969
2000-07-21 Correct broken master site for cpdupMatthew Dillon1-1/+1
Notes: svn path=/head/; revision=30944
2000-07-19Mark these BROKEN, they don't compile/run properly.Satoshi Asami3-0/+6
Submitted by: maintainer Notes: svn path=/head/; revision=30901
2000-07-19Change my address in MAINTAINER.Daniel Harris2-2/+2
Notes: svn path=/head/; revision=30888
2000-07-19Add memtest 2.93.1, a utility to test for faulty memory subsystem.Alexander Langer8-0/+61
PR: 20023 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30841
2000-07-18This finally is the version which is in the base system.Alexander Langer2-3/+7
Mark BROKEN, if truncate(1) is in the base-system. I misused OSVERSION 500011 (kqueue API changes) for decision, if truncate(1) is in the base-system (small time-span). Notes: svn path=/head/; revision=30803
2000-07-18Update port to 0.0.6Chris D. Faulhaber5-12/+39
PR: 20006 Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu> Notes: svn path=/head/; revision=30796
2000-07-18Update to work with 4.x's new VM system.Alexander Langer2-33/+86
PR: 19990 Submitted by: maintainer Notes: svn path=/head/; revision=30788
2000-07-18- Update to 0.5.4Kevin Lo2-3/+3
- Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer Notes: svn path=/head/; revision=30785
2000-07-18Upgrade to version 0.44.0Boris Popov10-82/+138
Notes: svn path=/head/; revision=30766
2000-07-17Update to 1.0.Maxim Sobolev4-20/+20
Notes: svn path=/head/; revision=30736
2000-07-16Update to support 4.1-RELEASE.David E. O'Brien2-4/+8
Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=30722
2000-07-16GKrellM's archive was changed.Hajimu UMEMOTO2-2/+2
Submitted by: Funn Dipp <isetr0@dually.sevicron.com> Notes: svn path=/head/; revision=30702
2000-07-16Update to 0.80Andreas Klemm3-42/+1002
Notes: svn path=/head/; revision=30695
2000-07-15Activate GNU fileutils.SADA Kenji1-0/+1
PR: ports/16638 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=30672
2000-07-15Ports of GNU file-utilities.SADA Kenji6-0/+122
PR: ports/16638 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=30671
2000-07-14Update port to 0.5.3Chris D. Faulhaber2-4/+2
PR: 19903 Submitted by: Maintainer Notes: svn path=/head/; revision=30620
2000-07-12Update to version 1.45Kevin Lo2-3/+4
PR: 19856 Submitted by: MAINTAINER <mmuir@es.co.nz> Notes: svn path=/head/; revision=30501
2000-07-11Update to 1.0.9Ade Lovett9-6/+9
Notes: svn path=/head/; revision=30495
2000-07-11Update for new devel/libglade shlib versionAde Lovett1-1/+1
Notes: svn path=/head/; revision=30493
2000-07-11Update to version 0.5.2Kevin Lo3-7/+11
PR: 19850 Submitted by: MAINTAINER <jim@thehousleys.net> Notes: svn path=/head/; revision=30483
2000-07-11Update to 0.10.4Hajimu UMEMOTO4-4/+4
Notes: svn path=/head/; revision=30477
2000-07-11Update to 1.0b2Kevin Lo7-29/+112
PR: 19826 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30472
2000-07-10ben@scientia.demon.co.uk -> ben@FreeBSD.org, since I'm a committer now.Ben Smithurst2-2/+2
Notes: svn path=/head/; revision=30463
2000-07-10Update to 2.9.Maxim Sobolev2-2/+2
Notes: svn path=/head/; revision=30447
2000-07-10Oops, nuke unnecessary change introduced by previous commit.Hajimu UMEMOTO2-4/+0
Notes: svn path=/head/; revision=30439
2000-07-10Update to 0.10.3Hajimu UMEMOTO8-18/+32
Notes: svn path=/head/; revision=30438
2000-07-10Put the stow port in the correct order.Steve Price1-1/+1
Notes: svn path=/head/; revision=30437
2000-07-10Add stow version 1.3.2.Steve Price7-0/+60
A GNU version of Carnegie Mellon's "Depot" program. PR: 19073 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=30420
2000-07-10Update to version 1.88.Steve Price3-31/+6
PR: 19134 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30388
2000-07-10- Fix MASTER_SITESSteve Price2-12/+8
- Supporrt X11BASE properly PR: 19765 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30384
2000-07-08move the distfile to my puny 128kbps DSL line.John-Mark Gurney1-4/+1
It looks like peter has "fixed" freefall now, so you can again fetch the distfile from http://people.FreeBSD.org/~jmg/ffsrecov.tar.gz, for a while there an inherited .htaccess was dening the d/l... Notes: svn path=/head/; revision=30354
2000-07-08* Update WWW and MASTER_SITES to reflect the rearrangement of myChris D. Faulhaber5-9/+9
home page. * Update DESCR to reflect current FreeBSD revisions Notes: svn path=/head/; revision=30353
2000-07-08The providers of the T-1 to www.freebsd.org does not want the haveDavid E. O'Brien1-1/+2
bandwidth wasted on distfile fetching when we have a much better connected ftp.freebsd.org avaible for that purpose.. Thus move the MASTER_SITE back to the offical 'local' one. Rev 1.6 was done after consulting with Asami-san and Peter. Notes: svn path=/head/; revision=30352
2000-07-08Update to version 0.5.1.Steve Price2-2/+5
PR: 19768 Submitted by: maintainer Notes: svn path=/head/; revision=30349
2000-07-07back out obrien's breakage of my port as he didn't pass this throughJohn-Mark Gurney1-2/+1
MAINTAINER nor did he even test the building of the port! I will revert back once the dist file has been propegated to the various mirrors. Submitted by: fenner's distfile survey Notes: svn path=/head/; revision=30347
2000-07-07Update to 1.2, which removes some debugging information.Will Andrews2-2/+2
PR: 19754 Submitted by: maintainer Notes: svn path=/head/; revision=30328
2000-07-07Update to version 1.13.Steve Price3-2/+4
PR: 19710 Submitted by: Johann Visagie <wjv@cityip.co.za> Notes: svn path=/head/; revision=30307
2000-07-07Add clockspeed - a program which uses a hardware tick counter to compensateMaxim Sobolev10-0/+238
for a persistently fast or slow system clock. It also could be used to synchronize time across LAN or WAN. PR: 19349 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30298