aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-libpqxx3
Commit message (Expand)AuthorAgeFilesLines
* Updating to version 2.6.9:girgen2007-02-064-35/+4
* Update to 2.6.7girgen2006-08-094-5/+16
* Update to 2.6.6.girgen2006-05-296-47/+46
* Conversion to a single libtool environment.ade2006-02-231-5/+4
* SHA256ifyedwin2006-01-221-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* The gborg.postgresql.org distributions exist on the main postgresqlgirgen2005-07-221-1/+2
* Updating to 2.5.5girgen2005-07-125-16/+15
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
* Split the postgresql ports into a server and a client part.girgen2005-01-312-4/+2
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
* Fix configure checks for C++ headers on 4.xlofi2004-11-281-2/+3
* Update to 2.4.2lofi2004-11-202-4/+3
* - Mark BROKEN on 4.xpav2004-11-161-0/+1
* Upgrade to 2.4.1arved2004-11-084-7/+17
* update to 2.2.7sem2004-08-094-6/+7
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Unbreak on -STABLE.thierry2004-06-252-3/+8
* Upgrade to 2.2.3.thierry2004-06-244-9/+32
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Introduce the world to PostgreSQL 7.4! By and large this release isseanc2003-12-043-2/+49
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
* Update to 1.5.1erwin2003-09-033-2/+5
* De-pkg-comment.knu2003-02-212-1/+1
* Add libpqxx. libpqxx is no longer hosted under the main PostgreSQL tree andseanc2003-01-055-0/+67
"color:#3a3935">} USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql PLIST_FILES+= lib/rsyslog/ommysql.so .else CONFIGURE_ARGS+=--disable-mysql .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--enable-pgsql PLIST_FILES+= lib/rsyslog/ompgsql.so .else CONFIGURE_ARGS+=--disable-pgsql .endif .if ${PORT_OPTIONS:MRELP} LIB_DEPENDS+= librelp.so:${PORTSDIR}/devel/librelp CONFIGURE_ARGS+=--enable-relp PLIST_FILES+= lib/rsyslog/imrelp.so \ lib/rsyslog/omrelp.so .else CONFIGURE_ARGS+=--disable-relp .endif .if ${PORT_OPTIONS:MRFC3195} LIB_DEPENDS+= liblogging.so:${PORTSDIR}/devel/liblogging CONFIGURE_ARGS+=--enable-rfc3195 PLIST_FILES+= lib/rsyslog/im3195.so .else CONFIGURE_ARGS+=--disable-rfc3195 .endif .if ${PORT_OPTIONS:MSNMP} LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_FILES+= lib/rsyslog/omsnmp.so .else CONFIGURE_ARGS+=--disable-snmp .endif .ifdef WITH_MYSQL_MICROSECONDS EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysql-microseconds .endif .ifdef WITH_SANE_HOSTNAME EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sane-hostname .endif CONFLICTS= rsyslog6-* rsyslog-[0-9].* CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes .ifdef WITH_DEBUG CONFIGURE_ARGS+=--enable-rtinst --enable-debug .endif .include <bsd.port.pre.mk> .if ${ARCH} == "i386" CPPFLAGS+=-march=i686 .endif CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lkvm" CFLAGS+= ${CPPFLAGS} USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message CONFIGURE_ARGS+= --enable-imfile --enable-mail --enable-imdiag --enable-impstats --enable-omstdout --enable-cached-man-pages --disable-testbench post-patch: @${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\ ${WRKSRC}/tools/syslogd.c @${GREP} -rl '/etc/rsyslog.conf' ${WRKSRC}|${XARGS} ${REINPLACE_CMD} -e\ 's|/etc/rsyslog.conf|${PREFIX}/etc/rsyslog.conf|' @${REINPLACE_CMD} -e 's,/lib/rsyslog,${PREFIX}/lib/rsyslog,' ${WRKSRC}/tools/syslogd.c @${FIND} ${WRKSRC} -name '*.bak' -delete post-install: .for l in lmregexp lmzlibw lmnet lmnetstrms lmstrmsrv lmnsd_ptcp lmcry_gcry lmtcpsrv lmtcpclt immark imuxsock imtcp imudp omtesting imklog impstats omstdout imfile imdiag ommail ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/rsyslog/${l}.so .endfor .include <bsd.port.post.mk>