aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* grep -> ${GREP}Michael Haro1999-08-2341-92/+92
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Upgrade to zircon-1.18.223Justin M. Seger1999-08-234-12/+13
| | | | Notes: svn path=/head/; revision=20901
* update to 1.2.0pre3aMichael Haro1999-08-236-6/+24
| | | | | | | | Submitted by: Jeremy Chadwick yoshi@parodius.com PR: 13230 Notes: svn path=/head/; revision=20899
* awk -> ${AWK}Michael Haro1999-08-2282-218/+218
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* make figlist and showfigfonts executableMichael Haro1999-08-221-1/+11
| | | | | | | | PR: 13142 Submitted by: Dominik Rothert dr@domix.de Notes: svn path=/head/; revision=20897
* Activate tircChris Piazza1999-08-221-1/+2
| | | | Notes: svn path=/head/; revision=20896
* Import of tirc: Token's IRC Client.Chris Piazza1999-08-228-0/+68
| | | | | | | | | | | It has support for vi-like line editing, nickname completion ANSI-colours, flood protection, and more. PR: 13135 Submitted by: Dominik Rothert <dr@domix.de> Notes: svn path=/head/; revision=20895
* Main WWW site changed ...Marc G. Fournier1999-08-222-2/+2
| | | | Notes: svn path=/head/; revision=20894
* Update to version 1.3, add a missing MAINTAINER line, andChris Piazza1999-08-223-7/+11
| | | | | | | | | add a WWW: line in DESCR Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=20893
* Remove the chown stuff in pre-install. do-extract handles thisChris Piazza1999-08-225-30/+5
| | | | | | | by default now. Notes: svn path=/head/; revision=20892
* chown -> ${CHOWN}Michael Haro1999-08-221-9/+9
| | | | Notes: svn path=/head/; revision=20891
* chmod -> ${CHMOD}Michael Haro1999-08-222-18/+18
| | | | Notes: svn path=/head/; revision=20890
* Add version required. Bootstrap it to the current version.Tim Vanderhoek1999-08-221-1/+2
| | | | Notes: svn path=/head/; revision=20889
* Fit this into 23 lines. Clean it up a little, too.Tim Vanderhoek1999-08-221-6/+4
| | | | | | | | | | Ugh. pkg/DESCR is an advertisement for your port, people. It seems to me that if I was writing a port for some peice of software that I liked, I would try to make it look nice to the rest of the world, who might never even use it otherwise. Notes: svn path=/head/; revision=20888
* USE_NEWGCC= yesChris Piazza1999-08-221-7/+5
| | | | Notes: svn path=/head/; revision=20887
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-2226-229/+71
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-22351-1072/+1054
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Assign USE_XLIB var. Any ports which use XLib needs it.SADA Kenji1999-08-221-2/+3
| | | | Notes: svn path=/head/; revision=20884
* Fix typo: XF86config -> XF86ConfigSADA Kenji1999-08-225-10/+10
| | | | Notes: svn path=/head/; revision=20883
* (1) Add new variable USE_NEWGCC. Set this if your port requires theSatoshi Asami1999-08-221-16/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latest gcc. This is currently the system compiler in 4-current and ports/lang/egcs in 3-stable. Setting USE_NEWGCC is a no-op if the compiler required is in the system. If it is to be provided by a port, it will cause the variables "CC" and "CXX" to be set to the names of executables for the C and C++ compiler, and adds a BUILD_DEPENDS on the appropriate port. Reviewed by: Chris Piazza <cpiazza@home.net> and Ade Lovett <ade@lovett.com> (2) Add new variables CHMOD and CHOWN, set to full pathnames of those commands. (Used in 3) (3) When run as root, change owner:group of all files under ${WRKDIR} to 0:0 after extraction. Set EXTRACT_PRESERVE_OWNERSHIP to turn off this feature. Problem reported by: Slawek Zak <zaks@prioris.im.pw.edu.pl> Reviewed by: the ports list (4) Update MASTER_SITE_XCONTRIB. PR: 12879 Submitted by: Will Andrews <andrews@technologist.com> (5) Update MASTER_SITE_GNU. Submitted by: Ralf "pth update of the day" Engelschall <rse@engelschall.com> (6) Add check for valid categories. If the port is not in a pre-approved list of categories, install will fail. If you need a local addition, put it in variable VALID_CATEGORIES. Reviewed by: the ports list (7) Experimental feature: DEPENDS_CLEAN. Define this variable and bsd.port.mk will attempt to run "make install clean" instead of "make install" when building dependencies. Might be useful if you are building a port with a large number of dependencies without the benefit of a large disk. Notes: svn path=/head/; revision=20882
* Upgrade to 0.95.7.David E. O'Brien1999-08-226-12/+12
| | | | Notes: svn path=/head/; revision=20881
* Add rrdtool, and re-sort SUBDIR entries.Bill Fenner1999-08-221-4/+5
| | | | Notes: svn path=/head/; revision=20880
* Round Robin Database Tool - store time-series data with averaging or otherBill Fenner1999-08-2220-0/+380
| | | | | | | | | | (lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=20879
* Don't try to parse ${MOTIFLIB} if it's not defined.Satoshi Asami1999-08-221-1/+5
| | | | Notes: svn path=/head/; revision=20878
* Update to version 2.0.16b.Steve Price1999-08-224-37/+44
| | | | | | | | PR: 13132 Submitted by: maintainer Notes: svn path=/head/; revision=20877
* New GNOME metaport to match recent updates. Note libglade andSteve Price1999-08-222-10/+12
| | | | | | | | | | | gnumeric have been disabled due to problems with libtool and the libglade port. PR: 12781 (19 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20876
* Update to version 4.5.37.Steve Price1999-08-225-28/+54
| | | | | | | | PR: 12781 (18 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20875
* Update to version 1.0.6.Steve Price1999-08-2212-20/+120
| | | | | | | | PR: 12781 (17 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20874
* Update to version 0.40.Steve Price1999-08-226-8/+18
| | | | | | | | PR: 12781 (15 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20873
* Update to version 1.0.12.Steve Price1999-08-2220-60/+76
| | | | | | | | PR: 12781 (14 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20872
* Update to version 0.31.Steve Price1999-08-2210-98/+104
| | | | | | | | PR: 12781 (13 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20871
* Activate the libglade port.Steve Price1999-08-221-1/+2
| | | | Notes: svn path=/head/; revision=20870
* Mark this port broken. It doesn't link correctly on many boxes becauseSteve Price1999-08-222-2/+6
| | | | | | | libtool summarily deletes --rpath directives in link mode. Notes: svn path=/head/; revision=20869
* Initial import of the GNOME glade library version 0.3.Steve Price1999-08-2214-0/+160
| | | | | | | | | | | | | | A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem. PR: 12781 (12 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20868
* Update to version 0.3.9.Steve Price1999-08-223-5/+9
| | | | | | | | PR: 12781 (11 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20867
* Update to version 1.0.9.Steve Price1999-08-228-24/+50
| | | | | | | | PR: 12781 (10 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20866
* Update to version 1.0.9.1.Steve Price1999-08-2215-279/+447
| | | | | | | | PR: 12781 (9 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20865
* Update to version 1.0.9.Steve Price1999-08-224-6/+26
| | | | | | | | PR: 12781 (8 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20864
* Update to version 0.4.Steve Price1999-08-2212-66/+183
| | | | | | | | PR: 12781 (7 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20863
* Update to version 1.1.0.Steve Price1999-08-2210-26/+74
| | | | | | | | PR: 12781 (6 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20862
* Honor $(PREFIX) on install.Steve Price1999-08-223-21/+36
| | | | | | | | PR: 12781 (5 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20861
* Update to version 1.0.14.Steve Price1999-08-2233-216/+312
| | | | | | | | PR: 12781 (4 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20860
* Update to version 1.0.4.Steve Price1999-08-222-4/+4
| | | | | | | | PR: 12781 (3 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20859
* Update to version 1.4.0.Steve Price1999-08-228-62/+42
| | | | | | | | PR: 12781 (2 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20858
* Update to version 0.4.93.Steve Price1999-08-228-8/+36
| | | | | | | | PR: 12781 (1 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20857
* Changed info site URL.Jim Mock1999-08-221-10/+7
| | | | | | | | PR: 13313 Submitted by: maintainer Notes: svn path=/head/; revision=20856
* Updated to version 0.9.1Jim Mock1999-08-222-4/+4
| | | | Notes: svn path=/head/; revision=20855
* Upgrade to 1.1 and avoid some fennerage.Bill Fumerola1999-08-212-5/+8
| | | | Notes: svn path=/head/; revision=20854
* Activate xtermsetChris Piazza1999-08-211-1/+2
| | | | Notes: svn path=/head/; revision=20853
* Import of xtermset.Chris Piazza1999-08-215-0/+30
| | | | | | | | | | | xtermset allows you to dynamically change some of xterm's display settings easily. PR: 13288 Submitted by: Dominik Rothert <dr@domix.de> Notes: svn path=/head/; revision=20852