diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 06:22:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 06:22:03 +0000 |
commit | 818f0b053ee00dcf1f7b54de2a96cc94bcaf9e02 (patch) | |
tree | 81685db2684973261551046f588d7463f703511c /security/gsasl | |
parent | 3d17c00e25455c971947afcffe97b26858260c22 (diff) |
Notes
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 7 | ||||
-rw-r--r-- | security/gsasl/distinfo | 4 | ||||
-rw-r--r-- | security/gsasl/files/patch-lib::lt-main.sh | 15 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 1 |
4 files changed, 21 insertions, 6 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index aaf3fef5e97e..94b4d5df519d 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,23 +7,22 @@ # PORTNAME= gsasl -PORTVERSION= 0.0.14 -PORTREVISION= 2 +PORTVERSION= 0.1.0 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ ntlm.0:${PORTSDIR}/security/libntlm -USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-gssapi --disable-kerberos_v5 diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 6131f1b9230c..40cedd7d637d 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsasl-0.0.14.tar.gz) = d62dcebe7e662440a27eb8048c138e1a -SIZE (gsasl-0.0.14.tar.gz) = 1230401 +MD5 (gsasl-0.1.0.tar.gz) = 80adc6e32357595ecadc891be5331483 +SIZE (gsasl-0.1.0.tar.gz) = 1586122 diff --git a/security/gsasl/files/patch-lib::lt-main.sh b/security/gsasl/files/patch-lib::lt-main.sh new file mode 100644 index 000000000000..9c7ffd7cfbcc --- /dev/null +++ b/security/gsasl/files/patch-lib::lt-main.sh @@ -0,0 +1,15 @@ +--- lib/ltmain.sh.orig Sat Apr 17 08:15:31 2004 ++++ lib/ltmain.sh Sat Apr 17 08:16:16 2004 +@@ -5528,10 +5528,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" diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index ec023b41a491..2582c7c8f829 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -9,5 +9,6 @@ libdata/pkgconfig/libgsasl.pc %%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl.html %%PORTDOCS%%%%DOCSDIR%%/reference/index.html %%NLS%%share/locale/sv/LC_MESSAGES/gsasl.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libgsasl.mo %%PORTDOCS%%@dirrm %%DOCSDIR%%/reference %%PORTDOCS%%@dirrm %%DOCSDIR%% |