summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - Fixes restart problems with patch from qhwt@myrealbox.comDirk Meyer2003-08-141-1/+1
| | | | Notes: svn path=/head/; revision=86955
* - Cosmetic fixes:Christian Weisgerber2003-04-231-35/+12
| | | | | | | | | | | | | | | | - Use DOCSDIR and EXAMPLESDIR in Makefile and pkg-plist - Simplify post-install target - Check for bpf availabity by calling pkg-req script - Reword warning text in pkg-req and remove explicit version reference - Correct typo in COMMENT - Do not update /etc/services - not needed anymore - Bump PORTREVISION due to changed package PR: 50918 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=79539
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-071-0/+1
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+2
| | | | Notes: svn path=/head/; revision=37252
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-19/+1
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* "p" (meaning "patch") -> ".".Satoshi Asami2000-04-151-1/+1
| | | | Notes: svn path=/head/; revision=27567
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-37/+42
| | | | Notes: svn path=/head/; revision=25734
* Take over maintance.David E. O'Brien1999-09-061-1/+1
| | | | | | | Ok'ed by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=21323
* Upgrade to version 1.4.0p6.David E. O'Brien1999-09-061-2/+2
| | | | Notes: svn path=/head/; revision=21318
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Some portlints.SADA Kenji1999-07-101-21/+21
| | | | | | | | PR: ports/12201 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20148
* Upgrade to 1.4.0p5David E. O'Brien1999-02-071-4/+7
| | | | Notes: svn path=/head/; revision=16555
* Upgrade to version 1.4.0p3.David E. O'Brien1998-12-051-3/+3
| | | | Notes: svn path=/head/; revision=15129
* Use OPSYS rather than call `uname' directly.David E. O'Brien1998-08-101-2/+2
| | | | Notes: svn path=/head/; revision=12418
* Upgrade, 1.3Beta -> 1.4.0p1Masafumi Max NAKANE1998-05-021-15/+6
| | | | | | | | | | Change maintainer to Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> PR: 6469 Submitted by: new maintainer Notes: svn path=/head/; revision=10801
* typo fixed.Jun-ichiro itojun Hagino1998-04-181-2/+2
| | | | | | | PR: 6286 Notes: svn path=/head/; revision=10560
* Let the port's Makefile compress the man pages.Masafumi Max NAKANE1997-05-301-11/+19
| | | | | | | | | Install docs and sample files into ${PREFIX}/share/{doc,examples}/dhcp respectively. Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6639
* Part 5/6 of the update:Masafumi Max NAKANE1997-05-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | Remove dhcpdb.bind file if changed dhcpdb.pool file. If dhcpdb.pool file is changed and dhcpdb.bind file is not matched to new pool file, dhcp server(dhcps) can not run with some errors like this. * dhcps in free(): warning: modified (chunk-) pointer. * dhcps[25591]: hash_ins() with client identifier failed in read_bind_db() I fixed start-up script to remove dhcpdb.bind file when dhcpdb.pool file is newer than dhcpdb.bind. Install intro.dhcp.jis file into ${PREFIX}/share/dhcp dirctory. PR: 3717 Submitted-by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=6637
* Update wide-dhcp so that it compiles with the newBrian Somers1997-04-041-1/+18
| | | | | | | | | | | | interface stuff (and if_var.h). Closes pr3161 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Obtained from: pr3161 Notes: svn path=/head/; revision=6128
* Ignore checksum of tzfile.h. Closes PR ports/2306.Satoshi Asami1996-12-281-2/+3
| | | | | | | Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=5121
* {CP} -> ${CP}.Satoshi Asami1996-12-031-7/+7
| | | | Notes: svn path=/head/; revision=4750
* General Makefile cleanupDavid E. O'Brien1996-12-011-9/+9
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.Satoshi Asami1996-05-301-2/+2
| | | | Notes: svn path=/head/; revision=3150
* Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.Satoshi Asami1996-05-201-1/+3
| | | | | | | Reported by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=3112
* Re-import wide-dhcp to a more suitable location. Also change the portSatoshi Asami1996-05-041-0/+44
to one that works. Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3061