aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge 1.257.release/2.2.2Satoshi Asami1997-04-301-47/+54
| | | | | Notes: svn path=/branches/RELENG_2_2/; revision=6367 svn path=/tags/RELENG_2_2_2_RELEASE/; revision=6368; tag=release/2.2.2
* Sync from -current; global tag support (it was actually tested in 2.2)Jordan K. Hubbard1997-04-201-8/+13
| | | | | | | | | and some miscellaneous fixes. Also bring in some fixes to the explanatory text in bsd.port.mk since Satoshi never responded to my submission (and around here, that == yes :-). Notes: svn path=/branches/RELENG_2_2/; revision=6250
* Merge rev. 1.255 from -current.Satoshi Asami1997-04-151-10/+12
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=6214
* Merge 1.254.release/2.2.1release/2.2.0Satoshi Asami1997-03-061-9/+11
| | | | | Notes: svn path=/branches/RELENG_2_2/; revision=5880 svn path=/tags/RELENG_2_2_1_RELEASE/; revision=5882; tag=release/2.2.1
* Merge 1.251, 1.252 and 1.253.Satoshi Asami1997-02-231-21/+39
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5724
* Merge from 1.249 minus $FreeBSD$ changes.Satoshi Asami1997-01-251-6/+16
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5435
* Merge from 1.16: skip non-existent SUBDIRs.Satoshi Asami1997-01-131-10/+11
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5329
* Merge in rev. 1.245 and 1.246.Satoshi Asami1997-01-121-30/+66
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5322
* Merge 1.244 - "!(" -> "! (".Satoshi Asami1997-01-111-2/+2
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5306
* Merge from 1.241: checksum code improvements.Satoshi Asami1996-12-231-9/+11
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5065
* Merge from HEAD.Satoshi Asami1996-12-181-7/+11
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5011
* Merge from HEAD.Satoshi Asami1996-12-171-13/+53
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=5007
* Merge in rev. 1.238.Satoshi Asami1996-12-121-4/+4
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=4950
* Merge from rev. 1.237.Satoshi Asami1996-12-111-6/+18
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=4925
* Bring in all of 1.236. No more HEAD crap.Satoshi Asami1996-12-111-12/+28
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=4922
* Merge 1.233, sort -u optimization.Satoshi Asami1996-12-041-6/+6
| | | | | | | Pre-approved by: phk Notes: svn path=/branches/RELENG_2_2/; revision=4790
* (1) Add ${DIST_SUBDIR} in front of filename in files/md5. This will makeSatoshi Asami1996-11-301-53/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it possible to obtain the list of distfiles/patchfiles by only looking at files/md5 instead of parsing the Makefile. Also, we can now share the same files/md5 for distfiles of same names. (If you are wondering why this is good, look at the www/netscape3 port.) Submitted by: max (2) Fix handling of ${DIST_SUBDIR} when ${DISTDIR} is defined by the user. (3) Use and define variable ${MASTER_SITE_BACKUP} instead of repeating ftp.freebsd.org all over the place. In addition to being more aesthetically pleasing (bsd.port.mk thrives in this, you know), the user can define this to be their closest FreeBSD mirror in order to reduce the load on ftp.freebsd.org. Submitted by: fenner (4) Print out descriptive messages when the port is being ignored, for example, because it IS_INTERACTIVE and BATCH is set. Submitted by: max (5) Make clean-depends target as non-fallible as possible. Submitted by: max (6) Misc, cleanup, fix typo, remove "test ! -d" in front of ${MKDIR} (which already has the -p flag and can't fail), etc. This should go into 2.2. Notes: svn path=/branches/RELENG_2_2/; revision=4728
* Merge from HEAD.Satoshi Asami1996-11-151-8/+9
| | | | | | | Approved by: phk Notes: svn path=/branches/RELENG_2_2/; revision=4469
* Merge from HEAD. Why? Because the Meistersinger asked me to.Jordan K. Hubbard1996-11-131-21/+106
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=4439
* Merge from -currentPoul-Henning Kamp1996-11-061-1/+2
| | | | Notes: svn path=/branches/RELENG_2_2/; revision=4308
* (1) Add NetBSD support. Closes PR bin/1643.Satoshi Asami1996-11-012-36/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> (2) Remove the bogus "CAT+=" definition. Closes PR ports/1703. Submitted by: Peter Childs <pjchilds@imforei.apana.org.au> (3) Change MKDIR to "/bin/mkdir -p", remove "-p" from ${MKDIR} invocations. Closes PR ports/1901. Submitted by: obrien (4) Add a new macro variable COMPRESS_MAN, which will evaluate to gzip if NOMANCOMPRESS isn't set (default), or true if it is. (5) Add a new variable NO_CHECKSUM, which will disable the md5 checksum. Submitted by: jkh (6) Also, move NO_PATCH and NO_PACKAGE checks to right place in invocation order. (7) Check for LIB_DEPENDS before installation too. (It used to check only before extraction.) Forgotten a long time ago by: asami Notes: svn path=/head/; revision=4232
* Fix up the makefile to Satoshi's standard. :-)Mark Murray1996-11-011-6/+4
| | | | Notes: svn path=/head/; revision=4231
* Remove prototype of rindex, this now seems to be #defined to strrchrSatoshi Asami1996-11-011-0/+10
| | | | | | | in the X11 header files. Notes: svn path=/head/; revision=4230
* Delete FETCH_DEPENDS on ncftp2.Satoshi Asami1996-11-011-3/+1
| | | | Notes: svn path=/head/; revision=4229
* Update for new release 13.5 of CVSup.John Polstra1996-11-011-1/+1
| | | | Notes: svn path=/head/; revision=4228
* Update for new release 13.5 of CVSup.John Polstra1996-11-011-5/+12
| | | | | | | Correct the "Date created" comment in the Makefile. Notes: svn path=/head/; revision=4227
* Enable modula-3-socks.John Polstra1996-11-011-1/+2
| | | | Notes: svn path=/head/; revision=4226
* This package implements SOCKS support for Modula-3 applications. ItJohn Polstra1996-11-0136-0/+1076
| | | | | | | | | | | | will be used to support SOCKS operation in the soon-to-be-released next version of CVSup. A tip of the hat to: Darryl Okahata, who developed the patches necessary to make the SOCKS library work with Modula-3's multithreaded I/O system. Notes: svn path=/head/; revision=4225
* Add dejagnuMark Murray1996-10-311-1/+2
| | | | Notes: svn path=/head/; revision=4224
* DejaGNU is an automated testing tool. It uses expect to run your tests.Mark Murray1996-10-315-0/+69
| | | | Notes: svn path=/head/; revision=4223
* reflect the legal status more accuratelyAdam David1996-10-311-3/+3
| | | | Notes: svn path=/head/; revision=4222
* Ugrade to version 0.57Mark Murray1996-10-3121-300/+783
| | | | Notes: svn path=/head/; revision=4221
* finally remember to include dgd* here.Adam David1996-10-311-1/+13
| | | | | | | | (I was hoping for better cooperation from the license holder, but this looks unlikely now). These ports will therefore remain NO_CDROM and RESTRICTED Notes: svn path=/head/; revision=4220
* Upgrade to 961025Andrey A. Chernov1996-10-312-3/+3
| | | | Notes: svn path=/head/; revision=4219
* Uncomment the DEPENDS= line. Sheesh.Mark Murray1996-10-319-18/+18
| | | | | | | Reminded by: ache Notes: svn path=/head/; revision=4218
* Replace last occurance of collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-4/+40
| | | | Notes: svn path=/head/; revision=4217
* sattrack is moved from misc to astro too.Satoshi Asami1996-10-312-3/+4
| | | | | | | Reminded by: markm Notes: svn path=/head/; revision=4216
* sattrack is moved to astro too.Satoshi Asami1996-10-311-2/+1
| | | | Notes: svn path=/head/; revision=4215
* xephem is moved to astro.Satoshi Asami1996-10-311-2/+1
| | | | Notes: svn path=/head/; revision=4214
* These ports are moved to astro.Satoshi Asami1996-10-311-5/+1
| | | | Notes: svn path=/head/; revision=4213
* Ooops, I forgot to update PLIST and md5.Masafumi Max NAKANE1996-10-312-83/+83
| | | | | | | | | Upgrade, 2.7.14-> 2.7.15. Noticed by: asami Notes: svn path=/head/; revision=4212
* These ports are moved to astro. (Repository copy already done, thisSatoshi Asami1996-10-316-16/+16
| | | | | | | is the post-processing stuff.) Notes: svn path=/head/; revision=4211
* tarball of the day, now at pl 6. This version will not invoke excessiveSatoshi Asami1996-10-311-1/+1
| | | | | | | numbers of sendmails for local delivery. Notes: svn path=/head/; revision=4210
* Checksum was wrong.Satoshi Asami1996-10-311-1/+1
| | | | Notes: svn path=/head/; revision=4209
* Replaced spaces with tabs in several places, so that Imake will generatesMasafumi Max NAKANE1996-10-313-3/+90
| | | | | | | valid Makefiles. Notes: svn path=/head/; revision=4208
* Upgrade, 2.7.14 -> 2.7.15.Masafumi Max NAKANE1996-10-311-10/+4
| | | | Notes: svn path=/head/; revision=4207
* Upgrade to 2.7.1Andrey A. Chernov1996-10-312-4/+4
| | | | Notes: svn path=/head/; revision=4206
* Package apache_ssl.sh, not apache.shAndrey A. Chernov1996-10-301-2/+2
| | | | Notes: svn path=/head/; revision=4205
* Add giftool, which can't be redistributed for profit.James FitzGibbon1996-10-301-1/+2
| | | | Notes: svn path=/head/; revision=4204
* Make the dependancy on linux_lib's libc.so less specific so that upgrades to ↵James FitzGibbon1996-10-301-2/+2
| | | | | | | that port won't break this one. Notes: svn path=/head/; revision=4203