From 1ecad1d68653d81dbd1c6b16ef013a387d8329dd Mon Sep 17 00:00:00 2001 From: tijl Date: Tue, 8 Jul 2014 14:50:22 +0000 Subject: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip --- science/ghmm/Makefile | 4 +++- science/ghmm/files/patch-ltmain.sh | 15 --------------- science/ghmm/pkg-plist | 6 +++--- 3 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 science/ghmm/files/patch-ltmain.sh (limited to 'science') diff --git a/science/ghmm/Makefile b/science/ghmm/Makefile index d6ec9c96ce1f..14779156c542 100644 --- a/science/ghmm/Makefile +++ b/science/ghmm/Makefile @@ -3,14 +3,16 @@ PORTNAME= ghmm PORTVERSION= 0.7.0b +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= General Hidden Markov Model Library in C -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0 diff --git a/science/ghmm/files/patch-ltmain.sh b/science/ghmm/files/patch-ltmain.sh deleted file mode 100644 index ce8f5d90ce30..000000000000 --- a/science/ghmm/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Thu Oct 13 16:30:04 2005 -+++ ltmain.sh Wed Jul 26 11:29:48 2006 -@@ -5772,10 +5772,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/science/ghmm/pkg-plist b/science/ghmm/pkg-plist index b2cc34ac9186..ef16c03c928b 100644 --- a/science/ghmm/pkg-plist +++ b/science/ghmm/pkg-plist @@ -38,10 +38,10 @@ include/ghmm/rng.h include/ghmm/mes.h include/ghmm/randvar.h include/ghmm/internal.h -lib/libghmm.so.0 -lib/libghmm.so -lib/libghmm.la lib/libghmm.a +lib/libghmm.so +lib/libghmm.so.0 +lib/libghmm.so.0.0.7 %%DATADIR%%/PHI_001_20.dat @dirrmtry %%DATADIR%% @dirrmtry include/ghmm -- cgit