# New ports collection makefile for: mydns # Date created: 23 July 2002 # Whom: Simon Dick # # $FreeBSD$ # PORTNAME= mydns PORTVERSION= 1.1.0 PORTREVISION= 6 CATEGORIES= dns databases MASTER_SITES= http://mydns.bboy.net/download/ MAINTAINER= ale@FreeBSD.org COMMENT= DNS server designed to utilize the MySQL database GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USE_ICONV= yes USE_BZIP2= yes USE_RC_SUBR= mydns SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message INFO= mydns MAN5= mydns.conf.5 MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydnsptrconvert.8 mydns-conf.8 DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO .if defined(WITH_ALIAS) CONFIGURE_ARGS+=--enable-alias .endif .if defined(WITH_OPENSSL) USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl \ --with-openssl-include=${OPENSSLINC} \ --with-openssl-lib=${OPENSSLLIB} .endif .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+=--without-mysql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib PKGNAMESUFFIX= -pg .else CONFIGURE_ARGS+=--without-pgsql \ --with-mysql-include=${LOCALBASE}/include/mysql \ --with-mysql-lib=${LOCALBASE}/lib/mysql PKGNAMESUFFIX= -mysql USE_MYSQL= yes .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif pre-fetch: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " WITH_PGSQL=yes Build with PostgreSQL support" @${ECHO} " WITH_ALIAS=yes Enable server side aliases" @${ECHO} " WITH_OPENSSL=yes Enable OpenSSL (needed if MySQL is linked with OpenSSL)" @${ECHO} "" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/contrib .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor @${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/ @${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/ @${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/ @${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/ .endif @${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample @${CAT} ${PKGMESSAGE} .include n/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.0.5ehaupt2008-12-292-7/+7
* Update to 3.0.4ehaupt2008-09-072-7/+8
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Add support for --atimes patch, which preserves access times.koitsu2008-07-091-1/+13
* Update to 3.0.3ehaupt2008-07-023-19/+7
* Provide an optional "Time limit patch"ehaupt2008-06-261-2/+11
* All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.ehaupt2008-06-021-2/+1
* Merge a patch from cvs which fixes a file-globbing bug in the daemon when chrootehaupt2008-05-312-0/+12
* Rework WITHOUT_ICONV build optionehaupt2008-05-071-6/+3
* Update to 3.0.2, and really disable iconv support if WITHOUT_ICONV is defined.ehaupt2008-04-092-7/+14
* - Update to 3.0.1ehaupt2008-04-042-8/+9
* Only download patchset if needed.ehaupt2008-03-261-1/+4
* Add optional iconv supportehaupt2008-03-121-1/+9
* Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls supportehaupt2008-03-071-1/+1
* - Provide two additional build OPTIONS:ehaupt2008-03-072-2/+21
* - Update to 3.0.0pav2008-03-045-472/+4
* - Add a knob to apply atimes patch from vendor distributionpav2008-02-221-0/+20
* - Add a vendor patch that adds a new option "munge symlinks".pav2007-12-032-1/+341
* - Fix off-by-one buffer overflow in f_name() function. It is not clear if thispav2007-08-232-0/+61
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-7/+7
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
* - Respect CFLAGS with POPT optionpav2007-04-271-1/+1
* - Fix --acls with --deletepav2007-04-092-3/+27
* - Fix IGNORE conditional (typo)pav2006-12-171-1/+1
* - Update to 2.6.9pav2006-11-223-108/+13
* - Allow build with custom CFLAGSpav2006-09-021-0/+4
* - Rid the tree of double slashes in URL pathssat2006-07-281-1/+1
* - Remove dead master sitepav2006-06-011-2/+1
* - Patch strip for everyone!pav2006-05-312-9/+7
* - Apply vendor patch to fix 'unexpected tag 3' errorspav2006-05-302-1/+99
* - Skip acls patch on FreeBSD 4.X, ACL support in that version of FreeBSDpav2006-05-101-0/+2
* - Fix typopav2006-05-101-1/+1
* - Convert to OPTIONSpav2006-05-101-31/+28
* - Update to 2.6.8pav2006-04-253-25/+4
* - Fix logging of "connect from" messagepav2006-04-042-0/+21
* - Update to 2.6.7pav2006-03-153-7/+5
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* - Add some SHA256spav2005-11-241-0/+1
* - Update to 2.6.6pav2005-07-303-24/+3
* - Update to 2.6.5, make fetchable againpav2005-06-063-16/+4
* - Fix incompatibility with older version when used with --exclude optionpav2005-05-212-0/+12
* - Update to 2.6.4pav2005-05-178-508/+5
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Re-enable "!"s in .cvsignore fileseik2004-10-243-1/+44
* - updae to version 2.6.3eik2004-10-1210-184/+448
* enable copying of fifos/socketseik2004-08-254-1/+60
* mirror.ac.uk -> mirrorservice.orgvs2004-08-191-1/+1
* fix security hole in non-chroot rsync daemon.eik2004-08-126-28/+115
* fix --delete SEGVeik2004-05-032-0/+25
* update to version 2.6.2:eik2004-05-014-52/+3
* Fix sorting bug when --relative is usedeik2004-04-302-1/+25
* Fixed the use of an uninitialized variable in map_uid() and map_gid()eik2004-04-292-0/+29
* The rsync developent team has rerolled the tarball,eik2004-04-281-2/+2
* Update to version 2.6.1eik2004-04-283-197/+14
* SIZEifyeik2004-03-181-0/+1
* - update to version 2.6.0eik2004-01-202-4/+4