aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp43-server/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-07-311-189/+0
| | | | | | | | 2018-07-30 net/isc-dhcp43-relay: Please upgrade to isc-dhcp44 2018-07-30 net/isc-dhcp43-server: Please upgrade to isc-dhcp44 Notes: svn path=/head/; revision=475987
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-271-2/+2
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* - Fix dateRyan Steinmetz2018-06-071-1/+1
| | | | Notes: svn path=/head/; revision=471950
* - Add deprecation notice as ISC is no longer providing support after June ↵Ryan Steinmetz2018-06-071-0/+3
| | | | | | | | | | | 30th, 2018 - Suggest migrating to 4.4.x as it is a minor change from 4.3.x Reported by: ISC Notes: svn path=/head/; revision=471946
* - Update to 4.3.6-P1Ryan Steinmetz2018-03-021-3/+4
| | | | | | | | PR: 191087 Submitted by: Chip Cuccio <chip.cuccio@gmail.com> Notes: svn path=/head/; revision=463412
* - Fix rc script when using service -RRyan Steinmetz2018-02-131-1/+1
| | | | | | | | PR: 225861 Submitted by: Ari Suutari Notes: svn path=/head/; revision=461710
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* - Note CONFLICTS with upcoming isc-dhcp44-* portsRyan Steinmetz2018-01-091-3/+3
| | | | Notes: svn path=/head/; revision=458567
* - Fix chroot/syslog issuesRyan Steinmetz2018-01-081-1/+1
| | | | | | | | | - Bump PORTREVISION PR: 196547 Notes: svn path=/head/; revision=458489
* - Resolve 'service -e' issueRyan Steinmetz2017-09-201-1/+1
| | | | | | | | PR: 213463 Submitted by: Miroslav Lachman Notes: svn path=/head/; revision=450198
* - MASTER_SITES cleanupRyan Steinmetz2017-08-011-1/+2
| | | | Notes: svn path=/head/; revision=447034
* - Update to 4.3.6Ryan Steinmetz2017-08-011-1/+1
| | | | Notes: svn path=/head/; revision=447005
* - Update to 4.3.5Ryan Steinmetz2016-10-121-1/+1
| | | | Notes: svn path=/head/; revision=423825
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Replace bsd.openssl.mk with USES=sslMathieu Arnold2016-06-271-2/+1
| | | | | | | | | | | | | | | Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866 Notes: svn path=/head/; revision=417651
* - Update to 4.3.4Ryan Steinmetz2016-06-071-5/+14
| | | | | | | | PR: 210065 Submitted by: darksoul@darkbsd.org Notes: svn path=/head/; revision=416519
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Move to smarts to allow us to add patchlevels without uncommenting linesRyan Steinmetz2016-01-131-11/+3
| | | | | | | - Don't bump PORTREVISION Notes: svn path=/head/; revision=406041
* - Update to 4.3.3-P1Ryan Steinmetz2016-01-131-7/+13
| | | | Notes: svn path=/head/; revision=406000
* isc-dhcp43-(client|relay): These are now jobs unsafe tooJohn Marino2015-10-181-1/+1
| | | | | | | | With version 4.3.2, only the -server master port was jobs unsafe. Now the slave ports can't build under multijob either. Notes: svn path=/head/; revision=399608
* - Update to 4.3.3Ryan Steinmetz2015-10-111-5/+5
| | | | Notes: svn path=/head/; revision=399078
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Since 4.2.8/4.3.2 isc-dhcp-server started to check if prefix6 range isRenato Botelho2015-07-161-1/+1
| | | | | | | | | | | | | | | within declared subnet and if prefix6 network mask is bigger or equal subnet mask. Remove these checks and make prefix delegation work as expected. For reference - https://redmine.pfsense.org/issues/4829 PR: 201601 Approved by: zi (maintainer) Sponsored by: Netgate Notes: svn path=/head/; revision=392293
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Use @sample magicRyan Steinmetz2015-04-051-1/+2
| | | | | | | | PR: 199188 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=383388
* - Update to 4.3.2Ryan Steinmetz2015-03-141-2/+2
| | | | Notes: svn path=/head/; revision=381286
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-3/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* - Update to 4.3.1Ryan Steinmetz2014-08-161-2/+2
| | | | Notes: svn path=/head/; revision=365075
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* 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-261-47/+23
| | | | Notes: svn path=/head/; revision=349269
* - Copy net/isc-dhcp42-* to net/isc-dhcp43-*Ryan Steinmetz2014-02-051-0/+206
- Update to 4.3.0 Notes: svn path=/head/; revision=342629