summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The sum of "HAS_CONFIGURE=yes" and "CONFIGURE_ARGS=--prefix=${PREFIX}" isSatoshi Asami1997-01-182-6/+4
| | | | | | | equal to "GNU_CONFIGURE=yes". Notes: svn path=/head/; revision=5379
* Added MAN1 and MANCOMPRESSED to Makefile.Masafumi Max NAKANE1997-01-182-1/+6
| | | | | | | Now, installs sample .kermrc into /usr/local/share/examples/kermit. Notes: svn path=/head/; revision=5378
* Original source distribution tarball has been changed.Masafumi Max NAKANE1997-01-181-1/+1
| | | | | | | Noticed by: Eivind Eklund <eivind@dimaga.com> Notes: svn path=/head/; revision=5377
* If a client suggests an IP that is different from the server-configBrian Somers1997-01-182-0/+50
| | | | | | | | | | | | IP for that hardware-address, return a NAK rather than being silent. Reviewed by: None (trivial fix, discussed briefly with author & cc'd to hackers) Submitted by: Brian Somers <brian@awfulhak.demon.co.uk> Obtained from: Brian Somers <brian@awfulhak.demon.co.uk> Notes: svn path=/head/; revision=5376
* Activated plor.Masafumi Max NAKANE1997-01-171-1/+2
| | | | | | | (Closing PR #2328.) Notes: svn path=/head/; revision=5375
* New port:Masafumi Max NAKANE1997-01-178-0/+144
| | | | | | | | | plor - An alpha-release reader for reading SOUP and QWK packets. Reviewed & Modified by: max Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> Notes: svn path=/head/; revision=5374
* Rip off the patch to ftpd.c and one to access.c from patch-ai andMasafumi Max NAKANE1997-01-174-164/+130
| | | | | | | | | merge ftpd.c patch to patch-ad and access.c patch to patch-af. (As clearly stated in the handbook, a file should be changed only by one patch.) Notes: svn path=/head/; revision=5373
* This patch has been integrated in the original source.Masafumi Max NAKANE1997-01-172-36/+0
| | | | Notes: svn path=/head/; revision=5372
* The original distribution is file has been changed.Masafumi Max NAKANE1997-01-172-2/+2
| | | | | | | | Pointed-out by: Mark Huizer xaa@stack.nl (Closing PR #2472.) Notes: svn path=/head/; revision=5371
* Upgrade to 970115Andrey A. Chernov1997-01-162-4/+4
| | | | Notes: svn path=/head/; revision=5370
* preconfigure the run filesAdam David1997-01-161-0/+44
| | | | Notes: svn path=/head/; revision=5369
* WRKDIR != WRKSRCAdam David1997-01-161-2/+2
| | | | Notes: svn path=/head/; revision=5368
* upgrade to 1.12Torsten Blum1997-01-1624-48/+48
| | | | | | | Submitted by: fenner Notes: svn path=/head/; revision=5367
* Upgrade, 3.0PL44 -> 3.0PL53+unofficial patch.Masafumi Max NAKANE1997-01-165-67/+59
| | | | Notes: svn path=/head/; revision=5366
* Add idl4Mike Smith1997-01-161-1/+2
| | | | Notes: svn path=/head/; revision=5365
* Update from CVSup release 14.1 to release 14.1.1.John Polstra1997-01-162-4/+4
| | | | | | | | | This micro release of CVSup fixes a server bug that would have been tickled by some planned repairs to the FreeBSD repository. The client remains unchanged from release 14.1. Notes: svn path=/head/; revision=5364
* Oops, forgot this one.Mike Smith1997-01-161-0/+44
| | | | Notes: svn path=/head/; revision=5363
* Remove version number from descriptionMike Smith1997-01-161-2/+0
| | | | Notes: svn path=/head/; revision=5362
* New patches for bwbasic 2.20Mike Smith1997-01-161-23/+15
| | | | Notes: svn path=/head/; revision=5361
* New checksums for new files.Mike Smith1997-01-161-1/+2
| | | | Notes: svn path=/head/; revision=5360
* Update to version 2.20pl1, also fix some glaring stupidity that causesMike Smith1997-01-161-7/+21
| | | | | | | | | one of the supplied tests to fail. Located-on-radar-by: Josh Gilliam -- soil@quick.net Notes: svn path=/head/; revision=5359
* Install header in correct placeAndrey A. Chernov1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=5358
* Add felt.Satoshi Asami1997-01-151-1/+2
| | | | Notes: svn path=/head/; revision=5357
* Import of FElt, a system for Finite Element analysis.Thomas Gellekum1997-01-1516-0/+234
| | | | | | | | | Closes PR #2237. Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co> Notes: svn path=/head/; revision=5356
* Serves me right for committing work I hadn't looked at in over a month.Paul Traina1997-01-1419-78/+111
| | | | | | | | | This cleans up everything, installs man pages properly, et al. The dhcp client is not installed, since it is not yet functional. Notes: svn path=/head/; revision=5355
* Remove RUN_DEPENDS to gs, there are too many versions around (3Satoshi Asami1997-01-144-6/+26
| | | | | | | | English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version. Notes: svn path=/head/; revision=5354
* Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :).Satoshi Asami1997-01-141-2/+1
| | | | Notes: svn path=/head/; revision=5353
* Depend on pkfonts for correct resolution.Satoshi Asami1997-01-141-1/+2
| | | | | | | Pointed out by: kiri@toba-cmt.ac.jp Notes: svn path=/head/; revision=5352
* Use flag-freebsd.h, submitted by Philippe Regnauld <regnauld@deepo.prosa.dk>.Thomas Gellekum1997-01-142-3/+20
| | | | Notes: svn path=/head/; revision=5351
* Modify the configuration to use file locking with fcntl() so thatMasafumi Max NAKANE1997-01-142-4/+15
| | | | | | | | the trash folder works properly. Submitted by: Koichi Satou <copan@ppp.fastnet.or.jp> Notes: svn path=/head/; revision=5350
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=5349
* Better method to test if make is run with BATCH defined.Masafumi Max NAKANE1997-01-141-2/+2
| | | | Notes: svn path=/head/; revision=5348
* Upgrade to ISC DHCP 5.14Paul Traina1997-01-1412-24/+24
| | | | Notes: svn path=/head/; revision=5347
* Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE1997-01-142-20/+23
| | | | Notes: svn path=/head/; revision=5346
* Use ${WRKSRC} instead of a hard-coded work/ by moving someBill Fenner1997-01-141-6/+9
| | | | | | | targets below the .include <bsd.port.mk> Notes: svn path=/head/; revision=5345
* UpgradeAndrey A. Chernov1997-01-132-2/+2
| | | | Notes: svn path=/head/; revision=5344
* Upgrade to 5.30Andrey A. Chernov1997-01-137-96/+98
| | | | Notes: svn path=/head/; revision=5343
* Upgrade to 0.6.6Mark Murray1997-01-138-28/+16
| | | | Notes: svn path=/head/; revision=5342
* Switched to using the INSTALL_* macros.David E. O'Brien1997-01-131-7/+7
| | | | Notes: svn path=/head/; revision=5341
* Fixed DISTNAME, added PKGNAME.David E. O'Brien1997-01-131-4/+4
| | | | Notes: svn path=/head/; revision=5340
* Added $Id$.Satoshi Asami1997-01-131-0/+3
| | | | Notes: svn path=/head/; revision=5339
* Checksum was incorrect, has changed, or something.Satoshi Asami1997-01-131-1/+1
| | | | Notes: svn path=/head/; revision=5338
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwSatoshi Asami1997-01-139-9/+9
| | | | | | | pre-existing. Notes: svn path=/head/; revision=5337
* Update the "version required" comment. Change "Whom" and MAINTAINER toSatoshi Asami1997-01-131-11/+5
| | | | | | | | | | | reflect reality (who's "cbr"?). Change PKGNAME to follow standard. Remove commented out MASTER_SITES (I know how it got here, and I do this myself too, but you have to make sure you delete it before committing, Chuck :), remove unnecessary pre-install target (directories are created by mtree). Notes: svn path=/head/; revision=5336
* Activate libsx and lupe.Thomas Gellekum1997-01-131-1/+3
| | | | Notes: svn path=/head/; revision=5335
* Activate cgoban.Thomas Gellekum1997-01-131-1/+2
| | | | Notes: svn path=/head/; revision=5334
* Import of libsx, a simple X library.Thomas Gellekum1997-01-136-0/+129
| | | | | | | | | Closes PR #2289. Submitted by: pgiffuni@FPS.biblos.unal.edu.co Notes: svn path=/head/; revision=5333
* Import of lupe, a magnifying glass for X11.Thomas Gellekum1997-01-135-0/+30
| | | | | | | | | Closes PR #2250. Submitted by: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp> Notes: svn path=/head/; revision=5332
* Import of cgoban, an internet go client.Thomas Gellekum1997-01-136-0/+46
| | | | | | | | | Closes PR #2398. Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk> Notes: svn path=/head/; revision=5331
* Skip non-existent subdirectories. The diff is rather large becauseSatoshi Asami1997-01-131-10/+11
| | | | | | | | | | | the original logic went into a section of code assuming some incarnation is there, but it's basically a "test -d" fix. Closes PR ports/2082. Reviewed by: max ("although I didn't test it, it looks fine") Notes: svn path=/head/; revision=5328