Date: Tue, 1 Jul 2014 13:02:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359999 - head/textproc/soothsayer Message-ID: <201407011302.s61D2j0Y067228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 1 13:02:45 2014 New Revision: 359999 URL: http://svnweb.freebsd.org/changeset/ports/359999 QAT: https://qat.redports.org/buildarchive/r359999/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/textproc/soothsayer/Makefile head/textproc/soothsayer/pkg-plist Modified: head/textproc/soothsayer/Makefile ============================================================================== --- head/textproc/soothsayer/Makefile Tue Jul 1 13:02:14 2014 (r359998) +++ head/textproc/soothsayer/Makefile Tue Jul 1 13:02:45 2014 (r359999) @@ -3,6 +3,7 @@ PORTNAME= soothsayer PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/presage/${PORTNAME}/${PORTVERSION} @@ -13,15 +14,16 @@ LICENSE= GPLv2 # (or later) BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man -USES= pkgconfig +USES= libtool pkgconfig USE_SQLITE= 3 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CPPUNIT_CONFIG=no \ ac_cv_path_PYTHON=no \ ac_cv_path_SWIG=no \ ac_cv_prog_HAVE_DOT=no \ ac_cv_prog_HAVE_DOXYGEN=no CONFIGURE_ARGS= --disable-python-binding +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/textproc/soothsayer/pkg-plist ============================================================================== --- head/textproc/soothsayer/pkg-plist Tue Jul 1 13:02:14 2014 (r359998) +++ head/textproc/soothsayer/pkg-plist Tue Jul 1 13:02:45 2014 (r359999) @@ -6,9 +6,9 @@ etc/soothsayer.xml include/soothsayer.h include/soothsayerException.h lib/libsoothsayer.a -lib/libsoothsayer.la lib/libsoothsayer.so lib/libsoothsayer.so.0 +lib/libsoothsayer.so.0.0.0 man/man1/soothsayer_demo.1.gz man/man1/soothsayer_demo_text.1.gz man/man1/soothsayer_simulator.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011302.s61D2j0Y067228>