svn commit: r321477 - head/devel/subversion

Lev A. Serebryakov lev at FreeBSD.org
Fri Jun 21 16:39:16 UTC 2013


Author: lev
Date: Fri Jun 21 16:39:15 2013
New Revision: 321477
URL: http://svnweb.freebsd.org/changeset/ports/321477

Log:
    Don't copy *.la files to tools directory.
  
  PR:		ports/179791
  Submitted by:	Lawrence Chen <beastie at tardisi.com>

Modified:
  head/devel/subversion/Makefile
  head/devel/subversion/pkg-plist

Modified: head/devel/subversion/Makefile
==============================================================================
--- head/devel/subversion/Makefile	Fri Jun 21 15:27:01 2013	(r321476)
+++ head/devel/subversion/Makefile	Fri Jun 21 16:39:15 2013	(r321477)
@@ -256,7 +256,7 @@ post-install:	${MKREPOS_TARGET}
 .endif
 	@${MKDIR} ${DATADIR}
 	cd ${WRKSRC}/tools ; \
-	  ${TAR} --exclude '*.in' --exclude '.libs' --exclude '*.o' --exclude '*.lo' --exclude='*.slo' -cf - * | ${TAR} -C ${DATADIR} -xf -
+	  ${TAR} --exclude '*.in' --exclude '.libs' --exclude '*.o' --exclude '*.lo' --exclude '*.la' --exclude='*.slo' -cf - * | ${TAR} -C ${DATADIR} -xf -
 # ugly hack to remove libtool scripts ...
 	@${GREP} -R ${WRKSRC} ${DATADIR} | ${CUT} -d\: -f 1 | ${XARGS} ${RM} -f
 	@${CHMOD} -R a-st,o+rX ${DATADIR}

Modified: head/devel/subversion/pkg-plist
==============================================================================
--- head/devel/subversion/pkg-plist	Fri Jun 21 15:27:01 2013	(r321476)
+++ head/devel/subversion/pkg-plist	Fri Jun 21 16:39:15 2013	(r321477)
@@ -202,7 +202,6 @@ lib/libsvn_wc-1.la
 %%DATADIR%%/hook-scripts/validate-files.conf.example
 %%DATADIR%%/hook-scripts/validate-files.py
 %%DATADIR%%/server-side/fsfs-stats.c
-%%DATADIR%%/server-side/mod_dontdothat/mod_dontdothat.la
 %%DATADIR%%/server-side/svnauthz.c
 %%DATADIR%%/server-side/svnpredumpfilter.py
 %%DATADIR%%/server-side/svnpubsub/README.txt


More information about the svn-ports-all mailing list