diff options
author | krion <krion@FreeBSD.org> | 2004-08-03 05:00:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-03 05:00:59 +0800 |
commit | 7d32ece62ae57f0fd626aee7f6166b45cebeb19a (patch) | |
tree | e278643a4aa7296aa16f53542a99393b429aac76 /security/gss | |
parent | 7272f4be95bab7b4d5c54b5a82e42730efcb6bdb (diff) | |
download | freebsd-ports-gnome-7d32ece62ae57f0fd626aee7f6166b45cebeb19a.tar.gz freebsd-ports-gnome-7d32ece62ae57f0fd626aee7f6166b45cebeb19a.tar.zst freebsd-ports-gnome-7d32ece62ae57f0fd626aee7f6166b45cebeb19a.zip |
Update to version 0.0.12
PR: ports/69925
Submitted by: Ports Fury
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 10 | ||||
-rw-r--r-- | security/gss/distinfo | 4 | ||||
-rw-r--r-- | security/gss/files/patch-ltmain.sh | 15 |
3 files changed, 8 insertions, 21 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index de4abde0e628..e83c6b28f2c5 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gss -PORTVERSION= 0.0.11 +PORTVERSION= 0.0.12 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -21,7 +21,7 @@ LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 INSTALLS_SHLIB= yes @@ -31,6 +31,9 @@ INFO= gss 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 " @@ -39,5 +42,4 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -.include "Makefile.man" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/gss/distinfo b/security/gss/distinfo index 7c9e81cea2e1..b478ef678049 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,2 +1,2 @@ -MD5 (gss-0.0.11.tar.gz) = 9e7d1f547c57486e03909c5a2a07460b -SIZE (gss-0.0.11.tar.gz) = 1311180 +MD5 (gss-0.0.12.tar.gz) = e3da7f9f6ee39ac108a2708934598527 +SIZE (gss-0.0.12.tar.gz) = 1327465 diff --git a/security/gss/files/patch-ltmain.sh b/security/gss/files/patch-ltmain.sh deleted file mode 100644 index c0c5873220f0..000000000000 --- a/security/gss/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Thu Oct 30 14:37:50 2003 -+++ ltmain.sh Thu Oct 30 14:38:04 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" |