aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-server
Commit message (Collapse)AuthorAgeFilesLines
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Unbreak botched STAGE conversionRyan Steinmetz2014-03-301-1/+4
| | | | | | | | | | - Bump PORTREVISION PR: ports/188020 Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com> Notes: svn path=/head/; revision=349617
* Support STAGERenato Botelho2014-03-262-47/+31
| | | | Notes: svn path=/head/; revision=349269
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327365
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Remove the header for ports I created.Wesley Shields2012-12-121-5/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* - Update to 4.1-ESV-R7Ryan Steinmetz2012-09-132-6/+4
| | | | | | | Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=304231
* - Update net/isc-dhcp41-server to 4.1-ESV-R6 [1]Ryan Steinmetz2012-07-302-6/+6
| | | | | | | | | | | | - Document vulnerabilities in net/isc-dhcp41-server - Cleanup formatting in vuxml PR: ports/170245 [1] Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) [1] Security: c7fa3618-d5ff-11e1-90a2-000c299b62e1 Notes: svn path=/head/; revision=301716
* - Update to 4.1-ESV-R5Michael Scheidell2012-06-182-22/+24
| | | | | | | | | | - Convert to Options NG PR: ports/169185 Submitted by: douglas@douglasthrift.net (maintainer) Notes: svn path=/head/; revision=299540
* - Resolve dhcrelay6 issue with rc script that prevented it from working ↵Ryan Steinmetz2012-04-182-6/+37
| | | | | | | | | | | | properly. - Bump PORTREVISION of isc-dhcp4?-relay ports Reported by: Glen Neff <glen.neff@emc.com> Approved by: Douglas Thrift <douglas@douglasthrift.net>, zi@ Notes: svn path=/head/; revision=295049
* - Resolve issue where the the daemon would fail to start [1]Ryan Steinmetz2012-03-191-4/+14
| | | | | | | | | | | | - Resolve issue on systems set to UTC time would fail copying /etc/localtime to the chroot [2] PR: ports/162447 [1] Submitted by: Hilko Meyer <hilko.meyer@gmx.de> [1] Reported by: dougb@ [2] Feature safe: yes Notes: svn path=/head/; revision=293547
* - Update to 4.1-ESV-R4Ryan Steinmetz2011-12-072-5/+5
| | | | | | | | | Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Security: 93be487e-211f-11e1-89b4-001ec9578670 Feature safe: yes Notes: svn path=/head/; revision=287039
* - Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x isRyan Steinmetz2011-10-221-9/+0
| | | | | | | | | | no longer supported, so this test is no longer needed) Submitted by: zi@FreeBSD.org Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=284137
* - Apply an extra patch to fix the LDAP breakage that happened with the lastWesley Shields2011-08-172-0/+33
| | | | | | | | | | | update. It should be noted that LDAP support is built in to 4.2, so people are encouraged to move to that if you want LDAP support. PR: ports/159830 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279902
* - Add the LDAP patch back into distinfo. I accidentally removed it with myWesley Shields2011-08-151-0/+2
| | | | | | | | | | last commit. Noticed by: Robert Huff Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279752
* - Update to 4.1-ESV-R3 to address DoS issue.Wesley Shields2011-08-142-6/+4
| | | | | | | | | | PR: ports/159698 Submitted by: wxs@ Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Security: 510b630e-c43b-11e0-916c-00e0815b8da8 Notes: svn path=/head/; revision=279664
* Expand CONFLICTS to handle isc-dhcp42 and beyondDoug Barton2011-07-101-3/+3
| | | | | | | Prompted by: sunpoet Notes: svn path=/head/; revision=277438
* Fix -user argument for dhcpdv6Doug Barton2011-07-072-2/+2
| | | | | | | | PR: ports/158375 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=277262
* Fix rc(5) complains about dhcrelay6_enable variable.Lev A. Serebryakov2011-06-212-2/+3
| | | | Notes: svn path=/head/; revision=276010
* - Add shutdown keyword.Wesley Shields2011-06-031-1/+2
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=275045
* net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd andWesley Shields2011-06-032-8/+36
| | | | | | | | | | | | | | | isc-dhcpd6 when it is built with IPv6 support. net/isc-dchp41-relay could be built with IPv6 support, but it doesn't provide way to start two realys (for IPv4 and IPv6) simultaneously. This patch changes RC_SUBR script isc-dhcrelay to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6 when port is built with IPv6 support. PR: ports/157501 Submitted by: lev@ Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=275023
* - Add OPTIONS: DHCP_IPV6 to make IPv6 support optionalSunpoet Po-Chuan Hsieh2011-05-092-13/+30
| | | | | | | | | | | | - Use bsd.port.mk and bsd.port.options.mk - Make portlint happier PR: ports/156846 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=273831
* Update to the latest ESV release to address security vulnerability.Wesley Shields2011-04-102-11/+14
| | | | | | | | | PR: ports/156246 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Security: 7e69f00d-632a-11e0-9f3a-001d092480a4 Notes: svn path=/head/; revision=272488
* Pass maintainer to Douglas Thrift. He's able to give theseWesley Shields2011-02-171-1/+1
| | | | | | | | | ports the tender loving care they deserve. Submitted by: Douglas Thrift <douglas@douglasthrift.net> (private mail) Notes: svn path=/head/; revision=269277
* Add support for DHCPv6 server.Wesley Shields2011-02-143-95/+120
| | | | | | | | PR: ports/153781 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=269110
* Update to 4.1.2-P1 (4.1.2_1,1) to address DHCPv6 server crash bug.Wesley Shields2011-01-292-5/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268355
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 4.1.2Wesley Shields2010-11-243-28/+12
| | | | Notes: svn path=/head/; revision=265100
* Fix installation when using LDAP option.Wesley Shields2010-10-241-4/+12
| | | | Notes: svn path=/head/; revision=263518
* Add a patch to support running on VLAN interfaces.Wesley Shields2010-10-242-1/+11
| | | | | | | | | Bump server PORTREVISION to accomodate. Submitted by: matpockuh@gmail.com (via current@) Notes: svn path=/head/; revision=263513
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Migration of final set of working ports from automake{19,110} -> 111Ade Lovett2010-10-071-1/+1
| | | | Notes: svn path=/head/; revision=262565
* Remove trailing backslash.Wesley Shields2010-09-301-1/+1
| | | | | | | Noticed by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=262163
* Quickly revert PORTREVISION_SERVER and increment PORTREVISION_CLIENT instead.Wesley Shields2010-09-281-2/+2
| | | | Notes: svn path=/head/; revision=262053
* Use the provided script instead of the one provided by the port. The oneWesley Shields2010-09-282-515/+1
| | | | | | | | | provided by the port infrastructure is outdated and doesn't support dhcpv6. Noticed by: lstewart@ Notes: svn path=/head/; revision=262052
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-4/+4
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Make sure _PATH_DHCPD_CONF is defined properly.Wesley Shields2010-09-061-2/+2
| | | | | | | | PR: ports/150209 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=260640
* [1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setupsWesley Shields2010-07-126-126/+80
| | | | | | | | | | | | | | | | on upgrade. [2]: Install more man pages. [3]: Add LDAP configuration support. This was present in the other port. PR: [1]: ports/147857 [2]: ports/147917 [3]: ports/147869 Submitted by: [1]: Henno Schooljan <henno@schooljan.nl> [2]: Craig Leres <leres@ee.lbl.gov> [3]: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Notes: svn path=/head/; revision=257652
* Update to 4.1.1-P1.Wesley Shields2010-06-092-7/+8
| | | | | | | Have to bump PORTEPOCH here unfortunately. Notes: svn path=/head/; revision=256163
* net/isc-dhcp41-client:Wesley Shields2010-05-292-3/+18
| | | | | | | | | | - Set the default dhclient-script and dhclient.conf properly. PR: ports/146608 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=255294
* Add the headers and libraries to net/isc-dhcp41-server. There will be noWesley Shields2010-05-152-6/+39
| | | | | | | | | | | net/isc-dhcp4-devel port as it would conflict with the server (installs some of the same files). For this reason I decided to just make net/isc-dhcp41-server install the development libraries and headers. Based upon a patch from: Attila Nagy (private mail) Notes: svn path=/head/; revision=254337
* Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relayWesley Shields2010-05-0612-0/+1398
to the tree. There's still a small bit of work to do including adding conflicts for the existing DHCP ports (which should have been conflicting with each other already) and add a 41-devel port so people can use the headers and libraries. Notes: svn path=/head/; revision=253843