diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:12:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:12:37 +0000 |
commit | 322a9e20c18879994b4ae075f28d068d8d0c854a (patch) | |
tree | a28018429795a91f54b1c4ea50cddf3eda251ba4 /devel/libukcprog | |
parent | 9b67ad7860dd5c29d31927b12989d8af9cee9f57 (diff) |
- Tarball was rerolled to fix a packaging issue with the
pkgconfig file.
- Use 'gnomehack'
- Do not install useless *.la
- Bump PORTREVISION
PR: 58259
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=91819
Diffstat (limited to 'devel/libukcprog')
-rw-r--r-- | devel/libukcprog/Makefile | 3 | ||||
-rw-r--r-- | devel/libukcprog/distinfo | 2 | ||||
-rw-r--r-- | devel/libukcprog/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libukcprog/pkg-plist | 3 |
4 files changed, 14 insertions, 4 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index b58449d3e9aa..cad8c74c54bd 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -7,7 +7,7 @@ PORTNAME= libukcprog PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -23,5 +23,6 @@ DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_GNOME= gnomehack .include <bsd.port.mk> diff --git a/devel/libukcprog/distinfo b/devel/libukcprog/distinfo index a8dd9fac5a8e..dea73ef36238 100644 --- a/devel/libukcprog/distinfo +++ b/devel/libukcprog/distinfo @@ -1 +1 @@ -MD5 (i-scream/libukcprog-1.0.2.tar.gz) = de3a90b2a9f20463cd9189a024e3c405 +MD5 (i-scream/libukcprog-1.0.2.tar.gz) = a66166be771dc39f02e4c0ee1de88ad5 diff --git a/devel/libukcprog/files/patch-configure b/devel/libukcprog/files/patch-configure new file mode 100644 index 000000000000..01bd30fa8747 --- /dev/null +++ b/devel/libukcprog/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Aug 26 08:10:39 2003 ++++ configure Tue Aug 26 08:10:54 2003 +@@ -7856,6 +7856,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' diff --git a/devel/libukcprog/pkg-plist b/devel/libukcprog/pkg-plist index 744ceec3182c..2d7fd2acb530 100644 --- a/devel/libukcprog/pkg-plist +++ b/devel/libukcprog/pkg-plist @@ -1,7 +1,6 @@ include/ukcprog.h lib/libukcprog.a -lib/libukcprog.la lib/libukcprog.so lib/libukcprog.so.0 -lib/pkgconfig/libukcprog.pc +libdata/pkgconfig/libukcprog.pc @unexec rmdir %D/lib/pkgconfig 2>/dev/null || true |