Unbreak on -STABLE.
PR: ports/68217 Submitted by: maintainer.
This commit is contained in:
@@ -21,6 +21,7 @@ USE_LIBTOOL_VER=15
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
|
||||
--enable-shared \
|
||||
@@ -30,8 +31,12 @@ POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "<ios> header missing on this platform"
|
||||
.if ${OSVERSION} < 500035
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/stlport
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -67,7 +67,7 @@ include/pqxx/util.h
|
||||
lib/libpqxx.a
|
||||
lib/libpqxx.la
|
||||
lib/libpqxx.so
|
||||
lib/libpqxx-2.2.3.so
|
||||
lib/libpqxx-%%PORTVERSION%%.so
|
||||
lib/libdata/pkgconfig/libpqxx.pc
|
||||
@dirrm include/pqxx
|
||||
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true
|
||||
|
||||
@@ -21,6 +21,7 @@ USE_LIBTOOL_VER=15
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
|
||||
--enable-shared \
|
||||
@@ -30,8 +31,12 @@ POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "<ios> header missing on this platform"
|
||||
.if ${OSVERSION} < 500035
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/stlport
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -67,7 +67,7 @@ include/pqxx/util.h
|
||||
lib/libpqxx.a
|
||||
lib/libpqxx.la
|
||||
lib/libpqxx.so
|
||||
lib/libpqxx-2.2.3.so
|
||||
lib/libpqxx-%%PORTVERSION%%.so
|
||||
lib/libdata/pkgconfig/libpqxx.pc
|
||||
@dirrm include/pqxx
|
||||
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true
|
||||
|
||||
@@ -21,6 +21,7 @@ USE_LIBTOOL_VER=15
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
|
||||
--enable-shared \
|
||||
@@ -30,8 +31,12 @@ POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "<ios> header missing on this platform"
|
||||
.if ${OSVERSION} < 500035
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/stlport
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -67,7 +67,7 @@ include/pqxx/util.h
|
||||
lib/libpqxx.a
|
||||
lib/libpqxx.la
|
||||
lib/libpqxx.so
|
||||
lib/libpqxx-2.2.3.so
|
||||
lib/libpqxx-%%PORTVERSION%%.so
|
||||
lib/libdata/pkgconfig/libpqxx.pc
|
||||
@dirrm include/pqxx
|
||||
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user