Author: bapt
Date: Sun Jul 19 21:31:52 2015
New Revision: 285702
URL: https://svnweb.freebsd.org/changeset/base/285702

Log:
  Drop libarchive.pc
  
  We want to ensure we always use libarchive from ports in the ports tree.
  It simplifies ports maintainance and anyway libarchive.pc was not reflecting 
the
  different way libarchive can be built in base

Deleted:
  head/lib/libarchive/libarchive.pc
Modified:
  head/ObsoleteFiles.inc
  head/lib/libarchive/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Sun Jul 19 19:23:38 2015        (r285701)
+++ head/ObsoleteFiles.inc      Sun Jul 19 21:31:52 2015        (r285702)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20150719: Remove libarchive.pc
+OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc
 # 20150705: Rename DTrace provider man pages.
 OLD_FILES+=usr/share/man/man4/dtrace-io.4.gz
 OLD_FILES+=usr/share/man/man4/dtrace-ip.4.gz

Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile        Sun Jul 19 19:23:38 2015        
(r285701)
+++ head/lib/libarchive/Makefile        Sun Jul 19 21:31:52 2015        
(r285702)
@@ -37,12 +37,6 @@ CFLAGS+=     -DPPMD_32BIT
 .endif
 NO_WCAST_ALIGN.clang=
 
-.ifndef COMPAT_32BIT
-beforeinstall:
-       ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
-               ${.CURDIR}/libarchive.pc ${DESTDIR}${LIBDATADIR}/pkgconfig
-.endif
-
 .PATH: ${LIBARCHIVEDIR}/libarchive
 
 # Headers to be installed in /usr/include
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to