Index: Makefile =================================================================== RCS file: /home/cvs/ports/audio/cmu-sphinxbase/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 21 Mar 2013 08:45:12 -0000 1.9 +++ Makefile 2 Dec 2014 09:58:42 -0000 @@ -5,7 +5,7 @@ COMMENT= common libraries for the CMU sp VERSION= 0.6 DISTNAME= sphinxbase-${VERSION} PKGNAME= cmu-sphinxbase-${VERSION} -REVISION= 1 +REVISION= 2 CATEGORIES= audio SHARED_LIBS= sphinxbase 1.0 \ sphinxad 1.0 @@ -19,19 +19,21 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmusphinx/} -WANTLIB= blas c lapack m pthread sndio ${MODFORTRAN_WANTLIB} -MODULES= converters/libiconv fortran -MODFORTRAN_COMPILER = g77 +WANTLIB= c lapack m pthread sndio - -LIB_DEPENDS= math/lapack \ - ${MODFORTRAN_LIB_DEPENDS} - -CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= --without-python -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib \ - LIBS="-lblas -lm -lg2c -lsndio" +MODULES= converters/libiconv gcc4 +MODGCC4_LANGS= fortran +MODGCC4_ARCHS= * + +LIB_DEPENDS= math/lapack + +# base libtool broken +USE_LIBTOOL= gnu +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS= --without-python +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib \ + LIBS="-lsndio" pre-build: @cp ${FILESDIR}/ad_sndio.c ${WRKSRC}/src/libsphinxad/ Index: pkg/PFRAG.shared =================================================================== RCS file: pkg/PFRAG.shared diff -N pkg/PFRAG.shared --- pkg/PFRAG.shared 7 Jun 2009 07:23:37 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/06/07 07:23:37 eric Exp $ -@lib lib/libsphinxad.so.${LIBsphinxad_VERSION} -@lib lib/libsphinxbase.so.${LIBsphinxbase_VERSION} Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/audio/cmu-sphinxbase/pkg/PLIST,v retrieving revision 1.2 diff -u -p -u -p -r1.2 PLIST --- pkg/PLIST 26 Apr 2010 07:12:30 -0000 1.2 +++ pkg/PLIST 30 Nov 2014 04:54:21 -0000 @@ -1,5 +1,4 @@ @comment $OpenBSD: PLIST,v 1.2 2010/04/26 07:12:30 eric Exp $ -%%SHARED%% @bin bin/sphinx_cepview @bin bin/sphinx_cont_adseg @bin bin/sphinx_cont_fileseg @@ -54,7 +53,8 @@ include/sphinxbase/unlimit.h include/sphinxbase/yin.h lib/libsphinxad.a lib/libsphinxad.la +@lib lib/libsphinxad.so.${LIBsphinxad_VERSION} lib/libsphinxbase.a lib/libsphinxbase.la -lib/pkgconfig/ +@lib lib/libsphinxbase.so.${LIBsphinxbase_VERSION} lib/pkgconfig/sphinxbase.pc