svn commit: r321787 - head/databases/sqlite3

Tijl Coosemans tijl at FreeBSD.org
Wed Jun 26 07:37:33 UTC 2013


Author: tijl
Date: Wed Jun 26 07:37:32 2013
New Revision: 321787
URL: http://svnweb.freebsd.org/changeset/ports/321787

Log:
  - Remove pkgconfig dependency. The port only installs a .pc file.
  - Replace post-patch with pathfix.
  
  Approved by:	pavelivolkov at gmail.com (maintainer)

Modified:
  head/databases/sqlite3/Makefile

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Wed Jun 26 07:31:37 2013	(r321786)
+++ head/databases/sqlite3/Makefile	Wed Jun 26 07:37:32 2013	(r321787)
@@ -18,7 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 CONFLICTS=	sqlite34-[0-9]* sqlcipher-[0-9]*
 
-USES=		pkgconfig
+USES=		pathfix
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	YES
 
@@ -154,9 +154,6 @@ CONFIGURE_ARGS+=	--enable-dynamic-extens
 CONFIGURE_ARGS+=	--disable-dynamic-extensions
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} '/^pkgconf/s,$${libdir},$${prefix}/libdata,' ${WRKSRC}/Makefile.in
-
 post-build:
 .if ${ARCH}=="i386"
 	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"


More information about the svn-ports-all mailing list