Date: Thu, 5 Jun 2014 18:39:25 +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: r356680 - head/audio/resid Message-ID: <201406051839.s55IdPwS015053@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 5 18:39:25 2014 New Revision: 356680 URL: http://svnweb.freebsd.org/changeset/ports/356680 QAT: https://qat.redports.org/buildarchive/r356680/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/resid/Makefile head/audio/resid/pkg-plist Modified: head/audio/resid/Makefile ============================================================================== --- head/audio/resid/Makefile Thu Jun 5 18:37:25 2014 (r356679) +++ head/audio/resid/Makefile Thu Jun 5 18:39:25 2014 (r356680) @@ -3,7 +3,7 @@ PORTNAME= resid PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio emulators MASTER_SITES= CRITICAL @@ -12,7 +12,7 @@ COMMENT= Cycle-based SID emulator engine LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/resid/pkg-plist ============================================================================== --- head/audio/resid/pkg-plist Thu Jun 5 18:37:25 2014 (r356679) +++ head/audio/resid/pkg-plist Thu Jun 5 18:39:25 2014 (r356680) @@ -8,7 +8,7 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a -lib/libresid.la lib/libresid.so lib/libresid.so.5 +lib/libresid.so.5.0.0 @dirrm include/resid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406051839.s55IdPwS015053>