Date: Sat, 10 May 2014 18:56:40 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353597 - head/comms/gnokii Message-ID: <201405101856.s4AIue7J078966@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sat May 10 18:56:40 2014 New Revision: 353597 URL: http://svnweb.freebsd.org/changeset/ports/353597 QAT: https://qat.redports.org/buildarchive/r353597/ Log: - Add USES=libtool - Don't install .la files Modified: head/comms/gnokii/Makefile head/comms/gnokii/pkg-plist Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Sat May 10 18:43:35 2014 (r353596) +++ head/comms/gnokii/Makefile Sat May 10 18:56:40 2014 (r353597) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USES= gettext gmake pkgconfig tar:bzip2 +USES= gettext gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes Modified: head/comms/gnokii/pkg-plist ============================================================================== --- head/comms/gnokii/pkg-plist Sat May 10 18:43:35 2014 (r353596) +++ head/comms/gnokii/pkg-plist Sat May 10 18:56:40 2014 (r353597) @@ -19,9 +19,9 @@ include/gnokii/virtmodem.h include/gnokii/wappush.h @dirrm include/gnokii lib/libgnokii.a -lib/libgnokii.la lib/libgnokii.so lib/libgnokii.so.7 +lib/libgnokii.so.7.0.0 libdata/pkgconfig/gnokii.pc libdata/pkgconfig/xgnokii.pc man/man1/gnokii.1.gz @@ -43,18 +43,14 @@ share/locale/sv/LC_MESSAGES/gnokii.mo %%SMSD%%share/smsd/README %%SMSD%%share/smsd/action %%SMSD%%lib/smsd/libsmsd_file.a -%%SMSD%%lib/smsd/libsmsd_file.la %%SMSD%%lib/smsd/libsmsd_file.so %%MSM%%lib/smsd/libsmsd_mysql.a -%%MSM%%lib/smsd/libsmsd_mysql.la %%MSM%%lib/smsd/libsmsd_mysql.so %%MSM%%share/smsd/sms.tables.mysql.sql %%PGM%%lib/smsd/libsmsd_pq.a -%%PGM%%lib/smsd/libsmsd_pq.la %%PGM%%lib/smsd/libsmsd_pq.so %%PGM%%share/smsd/sms.tables.pq.sql %%SQLT%%lib/smsd/libsmsd_sqlite.a -%%SQLT%%lib/smsd/libsmsd_sqlite.la %%SQLT%%lib/smsd/libsmsd_sqlite.so %%SMSD%%@dirrm lib/smsd %%SMSD%%@dirrm share/smsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405101856.s4AIue7J078966>