Convert to USES=pgsql
With hat: portmgr
This commit is contained in:
parent
9d17bde769
commit
88a143795b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355482
7 changed files with 13 additions and 23 deletions
|
@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-mysql \
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+=--with-pgsql \
|
||||
--with-pgsql-include=${LOCALBASE}/include \
|
||||
--with-pgsql-lib=${LOCALBASE}/lib
|
||||
|
|
|
@ -26,14 +26,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-
|
|||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
|
||||
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
|
||||
pkgconfig shared-mime-info
|
||||
pgsql pkgconfig shared-mime-info tar:bzip2
|
||||
USE_GNOME= gnomedocutils gnomeprefix pygnomeextras
|
||||
USE_LDCONFIG= yes
|
||||
USE_PGSQL= yes
|
||||
INSTALLS_OMF= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -41,8 +39,8 @@ CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin
|
|||
INSTALLS_ICONS= yes
|
||||
|
||||
# Note: USE_PGSQL has already been set above.
|
||||
BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
|
||||
RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
|
||||
BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server
|
||||
RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libglom-1.12.so.0.0.0
|
||||
|
|
|
@ -29,6 +29,9 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
CPPFLAGS+= -I${LOCALBASE}/include/scintilla -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lscintilla -lscintilla_lexers
|
||||
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_CONFIGURE_WITH= postgresql
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAVAHI}
|
||||
|
@ -45,12 +48,6 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
|||
CONFIGURE_ARGS+= --without-mysql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USE_PGSQL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-postgresql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLITE}
|
||||
USE_SQLITE= yes
|
||||
.else
|
||||
|
|
|
@ -14,8 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
|
|||
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USES= pkgconfig gettext iconv
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig gettext iconv tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
CXXFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl
|
||||
|
@ -65,7 +64,7 @@ PLIST_SUB+= DBASE="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPOSTGRESQL}
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgres-incdir=${LOCALBASE}/include/ \
|
||||
--with-postgres-libdir=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -68,7 +68,6 @@ PLIST_SUB= DATABASE=${DATABASE} \
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHEADLESS}
|
||||
|
@ -91,9 +90,8 @@ PLIST_SUB+= JDBC="mysql-connector-java.jar"
|
|||
|
||||
#use version 90, application is certified w/ pg90
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
WANT_PGSQL_VER= 90+
|
||||
JDBC= postgresql-9.2-1002.jdbc4.jar
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql:90+
|
||||
DBUSER?= pgsql
|
||||
DBPASS?= pgsql
|
||||
DATABASE= postgresql
|
||||
|
@ -148,13 +146,11 @@ post-patch:
|
|||
@${ECHO_MSG} " [ DONE ]"
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e 's|--DROP|-- DROP|' ${SQLSRC}/mysql/quartz.ddl
|
||||
|
||||
post-patch-script:
|
||||
@${ECHO_MSG} -n ">> Removing unneeded patched files..."
|
||||
@${FIND} ${WRKDIR} -type f \( -name '*.orig' \) -delete
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
|
||||
pre-build: extract patch
|
||||
pre-build:
|
||||
@${MKDIR} ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
|
||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/cobertura-* ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-mysql
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="postgresql"
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-postgres
|
||||
|
|
|
@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --without-mysql
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==postgresql
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql
|
||||
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-postgres
|
||||
|
|
Loading…
Reference in a new issue