diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
commit | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch) | |
tree | 595cf7dd8ade4427eb68f1f7323566edce998a51 /net | |
parent | 1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff) | |
download | marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.gz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.bz2 marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.lz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.xz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.zst marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.zip |
Some ports were installing .la files without using
USES=libtool. Add USES=libtool to those and fix their
pkg-plist accordingly.
No depend port bumped because no lib changed its major
version. There are still a few ports changing its major
when adding libtool to USES, will update those and users
soon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gfbgraph/Makefile | 3 | ||||
-rw-r--r-- | net/gfbgraph/pkg-plist | 2 | ||||
-rw-r--r-- | net/glib-networking/Makefile | 10 | ||||
-rw-r--r-- | net/glib-networking/pkg-plist | 3 | ||||
-rw-r--r-- | net/gnome-online-miners/Makefile | 3 | ||||
-rw-r--r-- | net/gnome-online-miners/pkg-plist | 1 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 4 | ||||
-rw-r--r-- | net/gtk-vnc/pkg-plist | 8 | ||||
-rw-r--r-- | net/libzapojit/Makefile | 3 | ||||
-rw-r--r-- | net/libzapojit/pkg-plist | 2 |
10 files changed, 17 insertions, 22 deletions
diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile index 1eb53b541..1181a5054 100644 --- a/net/gfbgraph/Makefile +++ b/net/gfbgraph/Makefile @@ -4,6 +4,7 @@ PORTNAME= gfbgraph PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= GNOME @@ -15,7 +16,7 @@ LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/gfbgraph/pkg-plist b/net/gfbgraph/pkg-plist index a67fa8bef..8877d2f38 100644 --- a/net/gfbgraph/pkg-plist +++ b/net/gfbgraph/pkg-plist @@ -15,9 +15,9 @@ include/gfbgraph-0.2/gfbgraph/gfbgraph-simple-authorizer.h include/gfbgraph-0.2/gfbgraph/gfbgraph-user.h include/gfbgraph-0.2/gfbgraph/gfbgraph.h lib/libgfbgraph-0.2.a -lib/libgfbgraph-0.2.la lib/libgfbgraph-0.2.so lib/libgfbgraph-0.2.so.0 +lib/libgfbgraph-0.2.so.0.0.0 lib/girepository-1.0/GFBGraph-0.2.typelib libdata/pkgconfig/libgfbgraph-0.2.pc share/gir-1.0/GFBGraph-0.2.gir diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 855b5df89..2b183e1ca 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,10 +1,10 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net/glib-networking/Makefile 19717 2014-06-01 08:41:11Z kwm $ +# $MCom$ PORTNAME= glib-networking PORTVERSION= 2.40.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,17 +12,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Network-related giomodules for glib -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ +BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libproxy.so:${PORTSDIR}/net/libproxy -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ +RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt diff --git a/net/glib-networking/pkg-plist b/net/glib-networking/pkg-plist index ee319a7ba..6b8e742b8 100644 --- a/net/glib-networking/pkg-plist +++ b/net/glib-networking/pkg-plist @@ -1,11 +1,8 @@ lib/gio/modules/libgiognomeproxy.a -lib/gio/modules/libgiognomeproxy.la lib/gio/modules/libgiognomeproxy.so lib/gio/modules/libgiognutls.a -lib/gio/modules/libgiognutls.la lib/gio/modules/libgiognutls.so lib/gio/modules/libgiolibproxy.a -lib/gio/modules/libgiolibproxy.la lib/gio/modules/libgiolibproxy.so libexec/glib-pacrunner share/dbus-1/services/org.gtk.GLib.PACRunner.service diff --git a/net/gnome-online-miners/Makefile b/net/gnome-online-miners/Makefile index 7e6eb5bda..a74c9e097 100644 --- a/net/gnome-online-miners/Makefile +++ b/net/gnome-online-miners/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-online-miners PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -16,7 +17,7 @@ LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit \ libgrilo-0.2.so:${PORTSDIR}/net/grilo -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/gnome-online-miners/pkg-plist b/net/gnome-online-miners/pkg-plist index 1f3f80294..aec4427b7 100644 --- a/net/gnome-online-miners/pkg-plist +++ b/net/gnome-online-miners/pkg-plist @@ -1,5 +1,4 @@ lib/gnome-online-miners/libgom-1.0.a -lib/gnome-online-miners/libgom-1.0.la lib/gnome-online-miners/libgom-1.0.so libexec/gom-facebook-miner libexec/gom-flickr-miner diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 2a564349b..d881b7113 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -20,7 +20,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB USE_GNOME= gnomehier gtk30 introspection:build -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/net/gtk-vnc/pkg-plist b/net/gtk-vnc/pkg-plist index 15e8565bd..4da692c01 100644 --- a/net/gtk-vnc/pkg-plist +++ b/net/gtk-vnc/pkg-plist @@ -15,12 +15,12 @@ include/gvnc-1.0/vncpixelformat.h include/gvnc-1.0/vncutil.h lib/girepository-1.0/GVnc-1.0.typelib lib/girepository-1.0/GtkVnc-2.0.typelib -lib/libgtk-vnc-2.0.la lib/libgtk-vnc-2.0.so lib/libgtk-vnc-2.0.so.0 -lib/libgvnc-1.0.la +lib/libgtk-vnc-2.0.so.0.0.2 lib/libgvnc-1.0.so lib/libgvnc-1.0.so.0 +lib/libgvnc-1.0.so.0.0.1 libdata/pkgconfig/gtk-vnc-2.0.pc libdata/pkgconfig/gvnc-1.0.pc man/man1/gvnccapture.1.gz @@ -63,7 +63,3 @@ share/vala/vapi/gtk-vnc-2.0.vapi share/vala/vapi/gvnc-1.0.vapi @dirrm include/gtk-vnc-2.0 @dirrm include/gvnc-1.0 -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index c49c2ea73..ed3882b63 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -4,6 +4,7 @@ PORTNAME= libzapojit PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= net devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +17,7 @@ LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest -USES= gmake pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/libzapojit/pkg-plist b/net/libzapojit/pkg-plist index 896969747..422dde932 100644 --- a/net/libzapojit/pkg-plist +++ b/net/libzapojit/pkg-plist @@ -34,9 +34,9 @@ include/libzapojit-0.0/zpj/zpj-skydrive.h include/libzapojit-0.0/zpj/zpj.h lib/girepository-1.0/Zpj-0.0.typelib lib/libzapojit-0.0.a -lib/libzapojit-0.0.la lib/libzapojit-0.0.so lib/libzapojit-0.0.so.0 +lib/libzapojit-0.0.so.0.0.0 libdata/pkgconfig/zapojit-0.0.pc share/gir-1.0/Zpj-0.0.gir @dirrm include/libzapojit-0.0/zpj |