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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to