summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use cat(1) needlessly -- pipe the INDEX to awk(1).Will Andrews2001-12-231-1/+1
| | | | | | | | PR: 30099 Submitted by: schweikh Notes: svn path=/head/; revision=52042
* New category picobsd starts today.Satoshi Asami2001-04-221-0/+1
| | | | Notes: svn path=/head/; revision=41799
* Use single colons instead of double colons for "*-all" targets. I don't knowSatoshi Asami2001-03-251-2/+2
| | | | | | | why I used double colons here before. Notes: svn path=/head/; revision=40327
* Add new categories science and ukrainian.Satoshi Asami2001-03-241-0/+2
| | | | Notes: svn path=/head/; revision=40323
* Allow both SUP_UPDATE and CVS_UPDATE to be used, similar to src/MakefileJames E. Housley2000-10-311-5/+4
| | | | | | | | | PR: 17903 Submitted by: James Housley <jim@thehousleys.net> Reviewed by: billf Notes: svn path=/head/; revision=34512
* For "make parallel", provide out an extra target without the ".tgz".Satoshi Asami2000-09-271-1/+1
| | | | | | | | | | (Makes it easier to cut and paste, so you can do something like "make gnome-1.2".) Also change /a/asami/portbuild -> /var/portbuild. Notes: svn path=/head/; revision=33174
* New category french starts today!Satoshi Asami2000-09-221-0/+1
| | | | Notes: svn path=/head/; revision=32969
* Use the SUPHOST in the 'make update' if it's defined.Josef Karthauser2000-08-131-0/+3
| | | | Notes: svn path=/head/; revision=31606
* Add new category hebrew -- Hebrew language support.Satoshi Asami2000-07-311-0/+1
| | | | | | | Requested by: sada Notes: svn path=/head/; revision=31142
* Typo (ghostscript55htff -> ghostscript55httf).Satoshi Asami2000-07-191-1/+6
| | | | Notes: svn path=/head/; revision=30902
* Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise youSatoshi Asami2000-04-121-2/+2
| | | | | | | | will get "make: don't know how to make /usr/ports/INDEX. Stop" type of weird errors when /usr/obj${.CURDIR} exists. Notes: svn path=/head/; revision=27460
* Additions to the 'make search' mechanism.Josef Karthauser2000-03-221-8/+0
| | | | | | | | | | | | | * You can now 'make search' from a ports subdirectory. This will will restrict the search to ports within this subdirectory. * Added an additional search option to search just the port names, e.g. 'make search name=foo' will only return ports that have 'foo' in their name. Approved by: asami Notes: svn path=/head/; revision=26963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Add new category "ftp".Satoshi Asami1999-08-021-1/+2
| | | | Notes: svn path=/head/; revision=20492
* Makefile:Satoshi Asami1999-07-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Sort INDEX lines since with the new parallel patch, the lines can come in out of order. (see 2) Mk/bsd.port.subdir.mk: (2) Make the targets parallelizable. Submitted by: hoek Reviewed by: steve, among others Mk/bsd.port.mk: (3) Serious speedup of bsd.port.mk startup. In particular, this helps cut down "make index" time from an hour and a half to 8 minutes on our system with a parallel make describe (see 2). Try to pass unchanged variables down from parent makes instead of rerunning commands to define them, etc. Submitted by: hoek Reviewed by: steve, among others (4) Change a bunch of "FreeBSD.ORG"s and "freebsd.org"s to "FreeBSD.org". (5) XFree86 is now at version 3.3.4. (6) Update for gnome master sites. Submitted by: mharo (7) Remove old system tcl check, I don't think people with systems from way back are still submitting ports. (8) Fix comment on "make describe" line description (www site was missing). Notes: svn path=/head/; revision=20327
* Add new categories irc, java and x11-servers.Satoshi Asami1999-06-261-1/+4
| | | | Notes: svn path=/head/; revision=19813
* Better logic and typo fixing.Bill Fumerola1999-06-041-7/+11
| | | | | | | Submitted by: mharo Notes: svn path=/head/; revision=19206
* 'make update' in the ports directory.Bill Fumerola1999-06-011-1/+17
| | | | Notes: svn path=/head/; revision=19156
* (1) Rename "templates" to "Templates". The toplevel is gettingSatoshi Asami1999-01-261-2/+2
| | | | | | | | | | | | | | | | | | crowded and I don't want to confuse cvsup about what's in ports-base and what is not. (I.e., all uppercase files/directories are, all lowercase ones are not.) While I'm here, move the make_index script from templates to Tools. (2) Adjust the MASTER_SITE_OVERRIDE logic a bit. Formerly, it was not possible to specify both MASTER_SITE_OVERRIDE while still using MASTER_SITE_BACKUP as a backup, as they were tied in the implementation of MASTER_SITE_FREEBSD. You can now specify them independently if MASTER_SITE_FREEBSD is not set (in which case MASTER_SITE_BACKUP will be moved to the beginning of the list, like before). Notes: svn path=/head/; revision=16359
* Break "all" target into subtargets according to category. Change toSatoshi Asami1999-01-221-2/+5
| | | | | | | cope with new directory structure in ${buildroot}. Notes: svn path=/head/; revision=16261
* Make the search target a bit looser in its matching.Jordan K. Hubbard1999-01-131-2/+2
| | | | Notes: svn path=/head/; revision=16027
* Move Palm*-related programs to new "palm" category.Satoshi Asami1999-01-091-1/+2
| | | | | | | Reviewed by: the ports list Notes: svn path=/head/; revision=15943
* Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami1999-01-091-2/+1
| | | | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list Notes: svn path=/head/; revision=15939
* Add new target "parallel" which creates a parallelizable Makefile forSatoshi Asami1998-12-281-1/+4
| | | | | | | | | building all packages. This is to be used in conjunction with the scripts under the "Tools" directory. Note this version has hardcoded paths and other general badness -- those will be fixed later. Notes: svn path=/head/; revision=15678
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.Satoshi Asami1998-12-121-2/+3
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=15302
* Make the search target home in a little better on what users areJordan K. Hubbard1998-10-301-2/+2
| | | | | | | actually looking for. Notes: svn path=/head/; revision=14266
* Now that they are populated, add deskutils andSatoshi Asami1998-08-071-1/+7
| | | | | | | x11-{clocks,fm,fonts,toolkits,wm} to the SUBDIR list. Notes: svn path=/head/; revision=12333
* Add biology.Satoshi Asami1997-12-131-1/+2
| | | | Notes: svn path=/head/; revision=9067
* By popular demand, make the search target use grep -i.Jordan K. Hubbard1997-10-041-2/+2
| | | | Notes: svn path=/head/; revision=8103
* Re-sort SUBDIRSBill Fenner1997-08-191-2/+2
| | | | Notes: svn path=/head/; revision=7617
* Add german.Satoshi Asami1997-07-311-1/+2
| | | | Notes: svn path=/head/; revision=7452
* Turn on new categories `converters' and `textproc' now that all theSatoshi Asami1997-04-271-1/+3
| | | | | | | work is done. Let me know if I missed something. Notes: svn path=/head/; revision=6326
* Don't turn on textproc yet, the rest of the world is not ready.Satoshi Asami1997-04-261-2/+1
| | | | Notes: svn path=/head/; revision=6306
* Turn on the textproc category.John Fieber1997-04-261-1/+2
| | | | Notes: svn path=/head/; revision=6305
* Add a search target.Jordan K. Hubbard1997-03-101-1/+9
| | | | Notes: svn path=/head/; revision=5933
* Add korean, right next to japanese (like on the map).Satoshi Asami1997-03-061-1/+2
| | | | Notes: svn path=/head/; revision=5874
* Add vietnamese.Satoshi Asami1996-12-051-1/+2
| | | | Notes: svn path=/head/; revision=4813
* Add mbone.Satoshi Asami1996-11-071-1/+2
| | | | Notes: svn path=/head/; revision=4336
* Add new category: astro.Satoshi Asami1996-10-241-1/+2
| | | | Notes: svn path=/head/; revision=4139
* Added chinese.Satoshi Asami1996-09-141-1/+2
| | | | Notes: svn path=/head/; revision=3771
* Change required to make the ports README auto-generation work: declareSatoshi Asami1996-04-011-1/+3
| | | | | | | this directory as "top of ports tree". Notes: svn path=/head/; revision=2933
* Update print-index rule to reflect change in INDEX format. DeletedSatoshi Asami1996-03-061-2/+2
| | | | | | | | "Keywd:", added "B-deps:" and "R-deps:" (I know I know, but I needed it to fit in before the first tabstop! ;). Notes: svn path=/head/; revision=2781
* Move utils to misc. Add www.Satoshi Asami1995-11-271-2/+3
| | | | Notes: svn path=/head/; revision=2484
* Add plan9.Satoshi Asami1995-08-141-1/+2
| | | | Notes: svn path=/head/; revision=2056
* Added benchmarks, security and sysutils to SUBDIR list.Satoshi Asami1995-07-131-1/+4
| | | | Notes: svn path=/head/; revision=1958
* Add "emulators", also convert SUBDIR list to a bunch of "+="'s.Satoshi Asami1995-07-011-3/+23
| | | | Notes: svn path=/head/; revision=1899
* Add russianAndrey A. Chernov1995-05-011-2/+2
| | | | Notes: svn path=/head/; revision=1560
* Make forced rebuilds of the INDEX file work properly.Jordan K. Hubbard1995-04-011-2/+4
| | | | Notes: svn path=/head/; revision=1269
* A new print-index rule.Jordan K. Hubbard1995-04-011-2/+2
| | | | Notes: svn path=/head/; revision=1268
* The describe target now uses `\' as a separator, so correct the print-indexGary Palmer1995-03-231-2/+2
| | | | | | | | target in here. Also make the print-index target display the maintainers address for easy griping. Notes: svn path=/head/; revision=1187