Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 21:31:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285702 - in head: . lib/libarchive
Message-ID:  <201507192131.t6JLVqAr084836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507192131.t6JLVqAr084836>