diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-03 02:34:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-03 02:34:00 +0800 |
commit | 85058ee3dce51974c1fae9e5287e20f586a16b8f (patch) | |
tree | 280b47826894b54bdd677e49de0c1f81e86879b1 /devel/glib20 | |
parent | 2085f5ee95f8f8427d4213cde54abcb51aff2e6d (diff) | |
download | marcuscom-ports-85058ee3dce51974c1fae9e5287e20f586a16b8f.tar.gz marcuscom-ports-85058ee3dce51974c1fae9e5287e20f586a16b8f.tar.zst marcuscom-ports-85058ee3dce51974c1fae9e5287e20f586a16b8f.zip |
Add ltverhack, and switch to using .0 for our shared library version. Let's
see how this goes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4374 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 5 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index e7f64fec7..351b4fef0 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.45 2005/07/20 18:34:26 jylefort Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.46 2005/07/22 17:50:15 marcus Exp $ # PORTNAME= glib PORTVERSION= 2.7.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.7,} \ ftp://ftp.gtk.org/pub/gtk/v2.7/ \ @@ -28,7 +29,7 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig ltverhack USE_GMAKE= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 20f5850cc..beefaaf26 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -76,16 +76,16 @@ include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h lib/libglib-2.0.a lib/libglib-2.0.so -lib/libglib-2.0.so.701 +lib/libglib-2.0.so.0 lib/libgmodule-2.0.a lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.701 +lib/libgmodule-2.0.so.0 lib/libgobject-2.0.a lib/libgobject-2.0.so -lib/libgobject-2.0.so.701 +lib/libgobject-2.0.so.0 lib/libgthread-2.0.a lib/libgthread-2.0.so -lib/libgthread-2.0.so.701 +lib/libgthread-2.0.so.0 libdata/pkgconfig/glib-2.0.pc libdata/pkgconfig/gmodule-2.0.pc libdata/pkgconfig/gmodule-export-2.0.pc |