Date: Wed, 26 Jun 2013 07:37:33 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321787 - head/databases/sqlite3 Message-ID: <201306260737.r5Q7bXIe035392@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306260737.r5Q7bXIe035392>