summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to version 0.1.20.Chris Piazza1999-08-213-4/+5
| | | | | | | | PR: 13241 Submitted by: maintainer Notes: svn path=/head/; revision=20851
* Activate powerpakChris Piazza1999-08-211-1/+2
| | | | Notes: svn path=/head/; revision=20850
* Import of powerpak.Chris Piazza1999-08-216-0/+183
| | | | | | | | | | | | PowerPak is an attempt at writing a high-level game programming API for multiple platforms that uses the SDL libraries. Currently it is in need of optimizations, but it does have the basics. PR: 13264 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=20849
* Add a second MASTER_SITEBill Fenner1999-08-211-2/+3
| | | | | | | | PR: ports/13239 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20848
* Remove MASTER_SITES and add IGNORE= comment about how to fetch.Bill Fenner1999-08-212-6/+16
| | | | | | | | | | | There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20847
* Correct MAINTAINER's email address.Bill Fenner1999-08-211-2/+2
| | | | Notes: svn path=/head/; revision=20846
* Update to version 1.3Bill Fenner1999-08-212-5/+6
| | | | | | | | PR: ports/12796 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=20845
* Get the sources from my personal download area.Andreas Klemm1999-08-213-6/+9
| | | | | | | | | Have no time to update the port at the moment, but the sources aren't available anymore from the master site... Notes: svn path=/head/; revision=20844
* Get the sources of the inn-stable port from the download sectionAndreas Klemm1999-08-211-2/+3
| | | | | | | | | | of my homepage. ISC only makes a few version availabe for ftp download, so I'd have to update the port every 3 or 4 weeks. Such an update interval is too heavy for me at the moment. Notes: svn path=/head/; revision=20843
* MASTER_SITES changed.Jun Kuriyama1999-08-211-2/+2
| | | | | | | Pointed out by: Makoto `MAR' MATSUSHITA Notes: svn path=/head/; revision=20842
* GNU Pth 1.1.0 -> 1.1.1Ralf S. Engelschall1999-08-212-4/+4
| | | | Notes: svn path=/head/; revision=20841
* 0.9.2 -> 0.9.3Dima Ruban1999-08-216-70/+38
| | | | | | | Submitted by: Michael Reifenberg <root@nihil.plaut.de> Notes: svn path=/head/; revision=20840
* Fix a typo (psttoimg -> pstoimg).Chris Piazza1999-08-211-2/+2
| | | | | | | | PR: 13285 Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=20839
* apsfilter download directory changed slightly...Andreas Klemm1999-08-212-4/+4
| | | | | | | Submitted by: Richard Dabney <rdabney@lasg.com> Notes: svn path=/head/; revision=20838
* Update to version 0.51.1Chris Piazza1999-08-216-12/+12
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=20837
* To avoid package building error reports, set FORBIDDEN variable.SADA Kenji1999-08-201-1/+3
| | | | Notes: svn path=/head/; revision=20836