diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 16:29:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 16:29:05 +0000 |
commit | a8203f58cca31de743520d6d0ba5d43d9b2318af (patch) | |
tree | 700bb634a94a67869f1571a6f5d599dc351b8ce9 /devel/libtifiles | |
parent | 8831aedb0ec13d38a86d3d9978744661529bbe1c (diff) | |
download | ports-a8203f58cca31de743520d6d0ba5d43d9b2318af.tar.gz ports-a8203f58cca31de743520d6d0ba5d43d9b2318af.zip |
Notes
Diffstat (limited to 'devel/libtifiles')
-rw-r--r-- | devel/libtifiles/Makefile | 12 | ||||
-rw-r--r-- | devel/libtifiles/distinfo | 4 | ||||
-rw-r--r-- | devel/libtifiles/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libtifiles/pkg-plist | 4 |
4 files changed, 6 insertions, 24 deletions
diff --git a/devel/libtifiles/Makefile b/devel/libtifiles/Makefile index 6348fad34d46..e64a548cdfef 100644 --- a/devel/libtifiles/Makefile +++ b/devel/libtifiles/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtifiles -PORTVERSION= 0.5.7 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tilp @@ -17,14 +16,9 @@ COMMENT= TI calculator file types library GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_GNOME= pkgconfig -USE_LIBTOOL_VER= 13 +USE_GNOME= gnomehack pkgconfig +USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= tifiles-config.1 - .include <bsd.port.mk> diff --git a/devel/libtifiles/distinfo b/devel/libtifiles/distinfo index ff21c5ba74ab..4bcf57ad4cc5 100644 --- a/devel/libtifiles/distinfo +++ b/devel/libtifiles/distinfo @@ -1,2 +1,2 @@ -MD5 (libtifiles-0.5.7.tar.gz) = b368e11b9a0f5ec9abab5ab312a44e55 -SIZE (libtifiles-0.5.7.tar.gz) = 509723 +MD5 (libtifiles-0.6.5.tar.gz) = cfac4188328b888e80995f0ef3f6e0bf +SIZE (libtifiles-0.6.5.tar.gz) = 512310 diff --git a/devel/libtifiles/files/patch-configure b/devel/libtifiles/files/patch-configure deleted file mode 100644 index 6cc5fffdc4d5..000000000000 --- a/devel/libtifiles/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Mar 23 16:43:40 2004 -+++ configure Tue Mar 23 16:44:02 2004 -@@ -1934,6 +1934,7 @@ - ACLOCALDIR=`aclocal --print-ac-dir` - - fi -+ACLOCALDIR="" - - - if test x$ACLOCALDIR != x ; then diff --git a/devel/libtifiles/pkg-plist b/devel/libtifiles/pkg-plist index c778a3502f2a..c7d98f61a0dd 100644 --- a/devel/libtifiles/pkg-plist +++ b/devel/libtifiles/pkg-plist @@ -1,4 +1,3 @@ -bin/tifiles-config include/tilp/file_def.h include/tilp/file_err.h include/tilp/file_int.h @@ -22,9 +21,8 @@ include/tilp/types92p.h include/tilp/typesv2.h include/tilp/typesxx.h lib/libtifiles.a -lib/libtifiles.la lib/libtifiles.so -lib/libtifiles.so.5 +lib/libtifiles.so.6 libdata/pkgconfig/tifiles.pc share/locale/fr/LC_MESSAGES/libtifiles.mo @unexec rmdir %D/include/tilp 2>/dev/null || true |