View | Details | Raw Unified | Return to bug 72328
Collapse All | Expand All

(-)security/libntlm/Makefile (-4 / +3 lines)
Lines 7-22 Link Here
7
#
7
#
8
8
9
PORTNAME=	libntlm
9
PORTNAME=	libntlm
10
PORTVERSION=	0.3.2
10
PORTVERSION=	0.3.6
11
CATEGORIES=	security
11
CATEGORIES=	security
12
MASTER_SITES=	http://josefsson.org/${PORTNAME}/releases/
12
MASTER_SITES=	http://josefsson.org/${PORTNAME}/releases/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A library that implement Microsoft's NTLM authentication
15
COMMENT=	A library that implement Microsoft's NTLM authentication
16
16
17
USE_GNOME=	gnomehack
17
USE_GNOME=	gnomehack gnometarget pkgconfig
18
USE_INC_LIBTOOL_VER=13
18
USE_LIBTOOL_VER=	15
19
GNU_CONFIGURE=	yes
20
INSTALLS_SHLIB=	yes
19
INSTALLS_SHLIB=	yes
21
20
22
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)security/libntlm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libntlm-0.3.2.tar.gz) = d639f72df9ba9aa7f9da2882693118e1
1
MD5 (libntlm-0.3.6.tar.gz) = 0accca251d70ba59107b0573147e4f59
2
SIZE (libntlm-0.3.2.tar.gz) = 207997
2
SIZE (libntlm-0.3.6.tar.gz) = 319440
(-)security/libntlm/files/patch-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- ltmain.sh.orig	Sun Oct 19 17:38:52 2003
2
+++ ltmain.sh	Sun Oct 19 17:39:29 2003
3
@@ -4325,10 +4325,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false ; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)security/libntlm/pkg-plist (-1 lines)
Lines 3-6 Link Here
3
lib/libntlm.so
3
lib/libntlm.so
4
lib/libntlm.so.0
4
lib/libntlm.so.0
5
libdata/pkgconfig/libntlm.pc
5
libdata/pkgconfig/libntlm.pc
6
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true

Return to bug 72328