# New ports collection makefile for: rsyslog3 # Date created: 9 July 2007 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= rsyslog PORTREVISION= 1 COMMENT= Enhanced syslog daemon USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message MAN8= rsyslogd.8 MAN5= rsyslog.conf.5 CONFIGURE_ARGS+=--enable-klog --disable-static --enable-mail \ --enable-imfile --enable-imtemplate --enable-openssl .ifdef WITH_DEBUG CONFIGURE_ARGS+=--enable-rtinst --enable-debug .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\ ${WRKSRC}/syslogd.c @${GREP} -rl '/etc/rsyslog.conf' ${WRKSRC}|${XARGS} ${REINPLACE_CMD} -e\ 's|/etc/rsyslog.conf|${PREFIX}/etc/rsyslog.conf|' @${FIND} ${WRKSRC} -name '*.bak' -delete post-install: .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/doc/*html ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include "${.CURDIR}/bsd.rsyslog.mk" .include logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Update to 1.2907.tobez2013-09-082-3/+3
* - Convert to new perl frameworkaz2013-08-051-6/+3
* -remove MD5ohauer2011-07-031-1/+0
* Update to 1.2904.tobez2010-03-152-4/+4
* Update to 1.2903.tobez2009-04-272-4/+4
* Update to 1.2902.tobez2009-01-092-4/+4
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* Update to 1.2901.tobez2008-02-073-4/+7
* Update to 1.28.tobez2006-05-292-4/+4
* Update to 1.26.tobez2006-05-222-4/+4
* Update to 1.25.tobez2006-04-112-4/+4
* SHA256ifyedwin2006-01-221-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2