Date: Thu, 09 Jul 2009 08:50:41 -0400 From: Sean McAfee <smcafee@collaborativefusion.com> Cc: ports@freebsd.org, girgen@freebsd.org Subject: Re: postgresql-contrib 8.4.0 Message-ID: <4A55E7A1.3020101@collaborativefusion.com> In-Reply-To: <20090708192122.GI55190@deviant.kiev.zoral.com.ua>
index | next in thread | previous in thread | raw e-mail
Thanks for fixing this, but I think that eliminating the ability to use
a feature is just as unacceptable. Something like the following would
enable these as options (I wasn't able to get a conditional CONFLICTS
working):
--- Makefile 2009-07-09 12:49:14.000000000 +0000
+++ Makefile.orig 2009-07-09 12:21:25.000000000 +0000
@@ -39,20 +39,9 @@
PKGMESSAGE= ${.CURDIR}/pkg-message
.if ${PGSQL_VER} > 83
-OPTIONS+= XML "XML/XSLT support" on
-OPTIONS+= UUID "UUID support (conflicts with e2fsprogs-libuuid)" on
-
-. if ${PGSQL_VER} > 83 && defined(WITH_XML)
CONFIGURE_ARGS+= --with-libxslt --with-libxml
-LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
xml2.5:${PORTSDIR}/textproc/libxml2
-. endif
-
-. if ${PGSQL_VER} > 83 && defined(WITH_UUID)
-CONFIGURE_ARGS+= --with-ossp-uuid
-BUILD_DEPENDS+=
${LOCALBASE}/bin/uuid-config:${PORTSDIR}/misc/ossp-uuid
-. endif
-
-.endif # PGSQL > 83
+LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
xml2.5:${PORTSDIR}/textproc/libxml2
+.endif
post-install:
.if ${PGSQL_VER} < 81
--
Sean McAfee
System Engineer
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A55E7A1.3020101>
