diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-02 07:02:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-02 07:02:13 +0800 |
commit | a9b346a7e03e2403576d122a934a2c4aef545838 (patch) | |
tree | d0131fffa0ab197df4d480930568a3c403117642 /databases | |
parent | 044a08d239fc66906b2c14a4e2decdc3e1e065b9 (diff) | |
download | marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.gz marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.bz2 marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.lz marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.xz marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.zst marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.zip |
Sync w/ FreeBSD ports. x11 and x11-* left to go.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 8 | ||||
-rw-r--r-- | databases/glom/Makefile | 6 | ||||
-rw-r--r-- | databases/libgda4-reference/Makefile | 12 | ||||
-rw-r--r-- | databases/libgda4-reference/pkg-descr | 3 | ||||
-rw-r--r-- | databases/libgda4/Makefile | 6 |
5 files changed, 10 insertions, 25 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 7a4fda7ad..431b4090d 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.213 2011/10/24 08:12:27 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.214 2012/08/08 16:56:39 kwm Exp $ # PORTNAME= evolution-data-server PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -39,8 +39,8 @@ CONFIGURE_ARGS= --enable-static \ --enable-gnome-keyring=yes \ --with-openldap=yes \ --with-libdb=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" diff --git a/databases/glom/Makefile b/databases/glom/Makefile index cfb239909..0e7b9cc06 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/glom/Makefile,v 1.35 2012/01/05 20:05:08 kwm Exp $ +# $MCom: ports/databases/glom/Makefile,v 1.36 2012/01/16 22:40:46 kwm Exp $ # PORTNAME= glom @@ -35,8 +35,8 @@ USE_GNOME= gnomedocutils gnomehack gnomeprefix intltool pygobject3 libxml2 USE_LDCONFIG= yes USE_PGSQL= yes INSTALLS_OMF= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \ --disable-documentation INSTALLS_ICONS= yes diff --git a/databases/libgda4-reference/Makefile b/databases/libgda4-reference/Makefile deleted file mode 100644 index bf3894e64..000000000 --- a/databases/libgda4-reference/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: libgda3-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# $MCOM$ - -PORTREVISION= 0 - -REFERENCE_SRC= ${WRKSRC}/doc/C - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/databases/libgda4-reference/pkg-descr b/databases/libgda4-reference/pkg-descr deleted file mode 100644 index 6fcfe64af..000000000 --- a/databases/libgda4-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for databases/libgda4. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 08bc03f5c..89b61a681 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/libgda4/Makefile,v 1.25 2011/10/15 15:18:35 kwm Exp $ +# $MCom: ports/databases/libgda4/Makefile,v 1.26 2011/12/17 17:59:32 kwm Exp $ # PORTNAME= libgda @@ -40,8 +40,8 @@ MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --enable-introspection -CPPFLAGS= -I${LOCALBASE}/include -LDDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDDFLAGS+= -L${LOCALBASE}/lib .if ${LIBGDA4_SLAVE}=="no" OPTIONS= UI "Build UI tools" on |