svn commit: r356613 - head/x11/xrx

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 5 09:03:56 UTC 2014


Author: amdmi3
Date: Thu Jun  5 09:03:55 2014
New Revision: 356613
URL: http://svnweb.freebsd.org/changeset/ports/356613
QAT: https://qat.redports.org/buildarchive/r356613/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/x11/xrx/Makefile
  head/x11/xrx/pkg-plist

Modified: head/x11/xrx/Makefile
==============================================================================
--- head/x11/xrx/Makefile	Thu Jun  5 08:39:16 2014	(r356612)
+++ head/x11/xrx/Makefile	Thu Jun  5 09:03:55 2014	(r356613)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xrx
 PORTVERSION=	1.0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	RX helper program
 
 XORG_CAT=	app
 USE_XORG=	x11 xt xext xtrans xproxymngproto xau xaw ice
-USES=		libtool:keepla
+USES=		libtool
 USE_LDCONFIG=	yes
 
 post-patch:

Modified: head/x11/xrx/pkg-plist
==============================================================================
--- head/x11/xrx/pkg-plist	Thu Jun  5 08:39:16 2014	(r356612)
+++ head/x11/xrx/pkg-plist	Thu Jun  5 09:03:55 2014	(r356613)
@@ -1,9 +1,7 @@
 bin/xrx
 lib/libxrx.a
-lib/libxrx.la
 lib/libxrx.so
 lib/libxrxnest.a
-lib/libxrxnest.la
 lib/libxrxnest.so
 man/man1/xrx.1.gz
 man/man1/libxrx.1.gz


More information about the svn-ports-head mailing list