summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /databases
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile19
-rw-r--r--databases/evolution-data-server3/Makefile19
-rw-r--r--databases/glom/Makefile9
3 files changed, 25 insertions, 22 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 650864094..ff8515dc9 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -10,16 +10,17 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= The data backends for the Evolution integrated mail/PIM suite
+COMMENT= Data backends for the Evolution integrated mail/PIM suite
-LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
- gdata.7:${PORTSDIR}/devel/libgdata06 \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- ical:${PORTSDIR}/devel/libical \
- nss3:${PORTSDIR}/security/nss \
- tasn1:${PORTSDIR}/security/libtasn1 \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+ libgdata.so.7:${PORTSDIR}/devel/libgdata06 \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libical.so:${PORTSDIR}/devel/libical \
+ libnss3.so:${PORTSDIR}/security/nss \
+ libtasn1.so:${PORTSDIR}/security/libtasn1 \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
+NO_STAGE= yes
USE_BZIP2= yes
USES= bison gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 libxml2
@@ -49,7 +50,7 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
.endif
.if ${PORT_OPTIONS:MWEATHER}
-LIB_DEPENDS+= gweather:${PORTSDIR}/net/libgweather
+LIB_DEPENDS+= libgweather.so:${PORTSDIR}/net/libgweather
CONFIGURE_ARGS+= --with-weather
PLIST_SUB+= WEATHER=""
.else
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile
index d545b39ad..4aa5af8c4 100644
--- a/databases/evolution-data-server3/Makefile
+++ b/databases/evolution-data-server3/Makefile
@@ -16,17 +16,18 @@ LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gcr>=3.4.1:${PORTSDIR}/security/gcr
-LIB_DEPENDS= soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \
- oauth:${PORTSDIR}/net/liboauth \
- goa-1:${PORTSDIR}/net/gnome-online-accounts \
- gdata.13:${PORTSDIR}/devel/libgdata \
- ical:${PORTSDIR}/devel/libical \
- nss3:${PORTSDIR}/security/nss \
- tasn1:${PORTSDIR}/security/libtasn1 \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
+ liboauth.so:${PORTSDIR}/net/liboauth \
+ libgoa-1.so:${PORTSDIR}/net/gnome-online-accounts \
+ libgdata.so.13:${PORTSDIR}/devel/libgdata \
+ libical.so:${PORTSDIR}/devel/libical \
+ libnss3.so:${PORTSDIR}/security/nss \
+ libtasn1.so:${PORTSDIR}/security/libtasn1 \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
CONFLICTS= evolution-data-server-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= evolution-data-server3
USE_XZ= yes
USES= bison gettext gmake pathfix pkgconfig
@@ -63,7 +64,7 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
.endif
.if ${PORT_OPTIONS:MWEATHER}
-LIB_DEPENDS+= gweather-3:${PORTSDIR}/net/libgweather3
+LIB_DEPENDS+= libgweather-3.so:${PORTSDIR}/net/libgweather3
CONFIGURE_ARGS+= --enable-weather
PLIST_SUB+= WEATHER=""
.else
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index fcc6cf071..65d95fd84 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-
libepc>=0.4.0:${PORTSDIR}/www/libepc \
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql
-LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
- epc-1.0:${PORTSDIR}/www/libepc \
- goocanvasmm-2.0:${PORTSDIR}/graphics/goocanvasmm2 \
- evview3:${PORTSDIR}/graphics/evince3
+LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
+ libepc-1.0.so:${PORTSDIR}/www/libepc \
+ libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \
+ libevview3.so:${PORTSDIR}/graphics/evince3
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql
+NO_STAGE= yes
USE_XZ= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes