From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 12:30:05 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045EA37B401 for ; Wed, 28 May 2003 12:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DF843F93 for ; Wed, 28 May 2003 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4SJU3Up016514 for ; Wed, 28 May 2003 12:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4SJU3re016509; Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Date: Wed, 28 May 2003 12:30:03 -0700 (PDT) Resent-Message-Id: <200305281930.h4SJU3re016509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Geovedi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00BE637B401 for ; Wed, 28 May 2003 12:28:06 -0700 (PDT) Received: from develbox.bhc.or.id (develbox.bhc.or.id [202.77.97.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0527E43F93 for ; Wed, 28 May 2003 12:28:04 -0700 (PDT) (envelope-from negative@develbox.bhc.or.id) Received: by develbox.bhc.or.id (Postfix, from userid 1027) id 9611D6DA; Thu, 29 May 2003 02:22:20 +0700 (WIT) Message-Id: <20030528192220.9611D6DA@develbox.bhc.or.id> Date: Thu, 29 May 2003 02:22:20 +0700 (WIT) From: Jim Geovedi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52767: Update: security/xmlsec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 19:30:05 -0000 >Number: 52767 >Category: ports >Synopsis: Update: security/xmlsec >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 28 12:30:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD develbox.bhc.or.id 4.8-STABLE FreeBSD 4.8-STABLE #1: Thu May 1 09:18:05 WIT 2003 root@develbox.bhc.or.id:/usr/obj/usr/src/sys/BHC i386 >Description: Changes from KATO Tsuguru (thanks!) - Do not install useless .la files - Install .pc file to correct place >How-To-Repeat: >Fix: --- xmlsec.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/xmlsec/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 21 Apr 2003 14:11:24 -0000 1.10 +++ Makefile 28 May 2003 18:56:42 -0000 @@ -8,6 +8,7 @@ PORTNAME= xmlsec PORTVERSION= 0.0.15 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -17,10 +18,13 @@ MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library -LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= ${RUN_DEPENDS} USE_OPENSSL= yes +USE_GNOME= gnomehack libxslt USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes MAN1= xmlsec.1 xmlsec-config.1 @@ -28,7 +32,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cp -R ${WRKSRC}/docs/* ${DOCSDIR} + @${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf - + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/xmlsec/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 18 Apr 2003 05:56:34 -0000 1.5 +++ pkg-plist 28 May 2003 18:26:06 -0000 @@ -23,10 +23,9 @@ include/xmlsec0/xmlsec/xmlsec.h include/xmlsec0/xmlsec/xmltree.h lib/libxmlsec.a -lib/libxmlsec.la lib/libxmlsec.so lib/libxmlsec.so.0 -lib/pkgconfig/xmlsec.pc +libdata/pkgconfig/xmlsec.pc %%PORTDOCS%%share/doc/xmlsec/api/.cvsignore %%PORTDOCS%%share/doc/xmlsec/api/Makefile %%PORTDOCS%%share/doc/xmlsec/api/Makefile.am @@ -318,4 +317,3 @@ %%PORTDOCS%%@dirrm share/doc/xmlsec @dirrm include/xmlsec0/xmlsec @dirrm include/xmlsec0 -@unexec rmdir $D/lib/pkgconfig 2>/dev/null || true Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 28 May 2003 18:26:06 -0000 @@ -0,0 +1,10 @@ +--- configure.orig Wed Apr 9 12:39:45 2003 ++++ configure Tue May 13 05:26:35 2003 +@@ -8662,6 +8662,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' --- xmlsec.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: