diff options
author | naddy <naddy@FreeBSD.org> | 2004-12-15 22:47:44 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-12-15 22:47:44 +0800 |
commit | 2891ed80d7927370c388e279be8033050db92134 (patch) | |
tree | 883b2b57bfe7c67180dca485d043116ee383f55c /audio | |
parent | 1e2e51cf6b8c70e644742117fceb6fd9c0263299 (diff) | |
download | freebsd-ports-gnome-2891ed80d7927370c388e279be8033050db92134.tar.gz freebsd-ports-gnome-2891ed80d7927370c388e279be8033050db92134.tar.zst freebsd-ports-gnome-2891ed80d7927370c388e279be8033050db92134.zip |
- Deal with libdata/pkgconfig on uninstall
- Drop obsolete libtool hack from configure.
- Bump port revision after addition of .la file.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libogg/Makefile | 1 | ||||
-rw-r--r-- | audio/libogg/files/patch-configure | 8 | ||||
-rw-r--r-- | audio/libogg/pkg-plist | 1 |
3 files changed, 2 insertions, 8 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index b2dbaa4f3d59..17ebf0e02a95 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -7,6 +7,7 @@ PORTNAME= libogg PORTVERSION= 1.1.2 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ogg/ diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure index 3d1608d55600..3f600b9a5043 100644 --- a/audio/libogg/files/patch-configure +++ b/audio/libogg/files/patch-configure @@ -3,14 +3,6 @@ $FreeBSD$ --- configure.orig Mon Nov 17 17:34:08 2003 +++ configure Mon Nov 24 18:26:28 2003 -@@ -7793,6 +7793,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7818,7 +7819,7 @@ ;; *) diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist index c9940a6246df..b54cf8d7c32d 100644 --- a/audio/libogg/pkg-plist +++ b/audio/libogg/pkg-plist @@ -80,6 +80,7 @@ share/aclocal/ogg.m4 %%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png %%PORTDOCS%%%%DOCSDIR%%/white-ogg.png %%PORTDOCS%%%%DOCSDIR%%/white-xifish.png +@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true @dirrm include/ogg %%PORTDOCS%%@dirrm %%DOCSDIR%%/ogg %%PORTDOCS%%@dirrm %%DOCSDIR%% |