789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
33 lines
781 B
Makefile
33 lines
781 B
Makefile
# New ports collection makefile for: apache-xml-security-c
|
|
# Date created: 06 Febuary 2007
|
|
# Whom: Tony Maher
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xml-security-c
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://santuario.apache.org/dist/c-library/
|
|
PKGNAMEPREFIX= apache-
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Apache XML security libraries C version
|
|
|
|
OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_XERCES_DEVEL)
|
|
LIB_DEPENDS+= xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel
|
|
.else
|
|
LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
|
|
.endif
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.post.mk>
|