Date: Tue, 3 Aug 2004 04:00:21 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69926: Update port: security/shishi Message-ID: <20040803040021.2d857ba3.tkato432@yahoo.com> Resent-Message-ID: <200408021910.i72JAMhD085501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69926 >Category: ports >Synopsis: Update port: security/shishi >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 02 19:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix LIB_DEPENDS Remove file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/security/shishi/Makefile security/shishi/Makefile --- /usr/ports/security/shishi/Makefile Mon Aug 2 21:26:13 2004 +++ security/shishi/Makefile Mon Aug 2 21:28:55 2004 @@ -8,23 +8,25 @@ PORTNAME= shishi PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ +MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ + ${MASTER_SITE_GNU_ALPHA} MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \ - gcrypt.12:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 PKGMESSAGE= ${WRKDIR}/pkg-message USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +USE_ICONV= yes +USE_GETOPT_LONG= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --disable-starttls \ --with-db-dir=/var/shishi @@ -32,6 +34,12 @@ INFO= shishi +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +.include "Makefile.man" +.include <bsd.port.pre.mk> + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " @@ -50,5 +58,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include "Makefile.man" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -urN /usr/ports/security/shishi/files/patch-ltmain.sh security/shishi/files/patch-ltmain.sh --- /usr/ports/security/shishi/files/patch-ltmain.sh Mon Oct 20 02:25:34 2003 +++ security/shishi/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Oct 20 00:50:48 2003 -+++ ltmain.sh Mon Oct 20 00:51:00 2003 -@@ -5457,10 +5457,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040803040021.2d857ba3.tkato432>