svn commit: r322512 - head/textproc/xerces-c3
Pietro Cerutti
gahr at FreeBSD.org
Mon Jul 8 15:22:48 UTC 2013
Author: gahr
Date: Mon Jul 8 15:22:48 2013
New Revision: 322512
URL: http://svnweb.freebsd.org/changeset/ports/322512
Log:
- Fix installation when curl is installed.
When ftp/curl is already installed, xerces-c3 configure script chooses
netaccessor-curl instead of netaccessor-socket and copies header files to
PREFIX/include/xercesc/util/NetAccessors/. [1]
- While at it, trim Makefile headers
Reported by: Hugo Koji Kobayashi <koji at registro.br>
Modified:
head/textproc/xerces-c3/Makefile
Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile Mon Jul 8 15:11:18 2013 (r322511)
+++ head/textproc/xerces-c3/Makefile Mon Jul 8 15:22:48 2013 (r322512)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xerces-c3
-# Date created: 23 June 2010
-# Whom: gahr at FreeBSD.org
-#
+# Created by: gahr
# $FreeBSD$
-#
PORTNAME= xerces-c3
PORTVERSION= 3.1.1
@@ -23,7 +19,8 @@ USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
- --enable-transcoder-iconv
+ --enable-transcoder-iconv \
+ --enable-netaccessor-socket
MAKE_ENV+= XERCESCROOT=${WRKSRC}
MAKE_JOBS_UNSAFE=yes
More information about the svn-ports-head
mailing list