summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
commit10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch)
tree595cf7dd8ade4427eb68f1f7323566edce998a51 /x11-toolkits
parent1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff)
downloadmarcuscom-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 'x11-toolkits')
-rw-r--r--x11-toolkits/pangomm/Makefile9
-rw-r--r--x11-toolkits/pangomm/pkg-plist2
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile
index e44d1c088..247cea026 100644
--- a/x11-toolkits/pangomm/Makefile
+++ b/x11-toolkits/pangomm/Makefile
@@ -1,10 +1,10 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/x11-toolkits/pangomm/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom$
PORTNAME= pangomm
PORTVERSION= 2.34.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -18,14 +18,15 @@ USES= tar:xz
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+USES+= gmake libtool pathfix pkgconfig
+USE_GNOME= cairomm glibmm pango
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES+= gmake pathfix pkgconfig
-USE_GNOME= cairomm glibmm pango
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation \
--enable-static=yes
+INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="2.4" API_VERSION="1.4"
diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist
index e3a2d1978..17b2b45ad 100644
--- a/x11-toolkits/pangomm/pkg-plist
+++ b/x11-toolkits/pangomm/pkg-plist
@@ -53,9 +53,9 @@ include/pangomm-%%API_VERSION%%/pangomm/tabarray.h
include/pangomm-%%API_VERSION%%/pangomm/types.h
include/pangomm-%%API_VERSION%%/pangomm/wrap_init.h
lib/libpangomm-%%API_VERSION%%.a
-lib/libpangomm-%%API_VERSION%%.la
lib/libpangomm-%%API_VERSION%%.so
lib/libpangomm-%%API_VERSION%%.so.1
+lib/libpangomm-%%API_VERSION%%.so.1.0.30
lib/pangomm-%%API_VERSION%%/include/pangommconfig.h
lib/pangomm-%%API_VERSION%%/proc/m4/convert.m4
lib/pangomm-%%API_VERSION%%/proc/m4/convert_pango.m4