aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp42-server
Commit message (Collapse)AuthorAgeFilesLines
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+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-48/+32
| | | | Notes: svn path=/head/; revision=349269
* - Update to 4.2.6Ryan Steinmetz2014-02-052-9/+10
| | | | | | | - Update CONFLICTS for upcoming isc-dhcp43-* ports Notes: svn path=/head/; revision=342625
* 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-151-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - Fix pkg-plist issue when LDAP is enabledRyan Steinmetz2013-06-261-2/+3
| | | | Notes: svn path=/head/; revision=321805
* - Update to 4.2.5P1Ryan Steinmetz2013-04-187-70/+17
| | | | | | | | | - Switch to new 'created by' header Feature safe: yes Notes: svn path=/head/; revision=316014
* - Update to 4.2.4P2Ryan Steinmetz2012-09-122-4/+4
| | | | Notes: svn path=/head/; revision=304159
* - Do not stop daemons at de-install, print a message instead.Ryan Steinmetz2012-07-281-2/+1
| | | | Notes: svn path=/head/; revision=301656
* - Update to 4.2.4-P1Ryan Steinmetz2012-07-252-7/+7
| | | | Notes: svn path=/head/; revision=301504
* - Update to 4.2.4Ryan Steinmetz2012-06-063-35/+37
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=298548
* - Resolve dhcrelay6 issue with rc script that prevented it from working ↵Ryan Steinmetz2012-04-182-5/+36
| | | | | | | | | | | | 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-3/+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 default location of dhcpd6.leases file in example dhcpd6.confRyan Steinmetz2012-01-171-0/+2
| | | | | | | Reported by: Glen Neff <glen.neff at emc.com> Notes: svn path=/head/; revision=289385
* - Update to 4.2.3-P2Ryan Steinmetz2012-01-132-4/+4
| | | | | | | Security: 1800886c-3dde-11e1-89b4-001ec9578670 Notes: svn path=/head/; revision=289105
* - Update to 4.2.3-P1Ryan Steinmetz2011-12-072-9/+9
| | | | | | | | | | - Pacify portlint(1) Security: 93be487e-211f-11e1-89b4-001ec9578670 Feature safe: yes Notes: svn path=/head/; revision=287037
* - Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x ↵Ryan Steinmetz2011-10-221-9/+0
| | | | | | | is no longer supported, so this test is no longer needed) Notes: svn path=/head/; revision=284100
* - Update to 4.2.3Ryan Steinmetz2011-10-202-4/+4
| | | | Notes: svn path=/head/; revision=283951
* Update to 4.2.2Ryan Steinmetz2011-08-143-10/+10
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=279666
* Update my email address on the ports I maintain.Ryan Steinmetz2011-07-151-1/+1
| | | | | | | Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=277761
* ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.Doug Barton2011-07-0713-0/+946
These include: Processing the DHCP to DNS server transactions in an asynchronous fashion. The DHCP server or client can now continue with it's processing while awaiting replies from the DNS server. There are a number of DHCPv6 limitations and features missing in this release, which will be addressed in the future: - DHCPv6 includes human-readable text in status code messages, in English. A method to reconfigure or support other languages would be preferable. - The "host-identifier" option is limited to a simple token. - The client and server can only operate DHCPv4 or DHCPv6 at a time, not both. To use both protocols simultaneously, two instances of the relevant daemon are required, one with the '-6' command line option. PR: ports/158516 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=277279