Index: head/security/libssh2/Makefile =================================================================== --- head/security/libssh2/Makefile (revision 172522) +++ head/security/libssh2/Makefile (revision 172523) @@ -1,36 +1,37 @@ # New ports collection makefile for: libssh2 # Date created: 2005-04-07 # Whom: Alexander Leidinger # # $FreeBSD$ # PORTNAME= libssh2 PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lx@redundancy.redundancy.org COMMENT= A library implementing the SSH2 protocol USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_FILES= include/libssh2.h \ include/libssh2_publickey.h \ include/libssh2_sftp.h \ lib/libssh2.so \ lib/libssh2.so.0 post-patch: @${REINPLACE_CMD} -e '/ssh2_sample\.o/d' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|SHLIB_SUFFIX_NAME@ |SHLIB_SUFFIX_NAME@.0 |g' \ ${WRKSRC}/src/Makefile.in post-install: ${LN} -s libssh2.so.0 ${PREFIX}/lib/libssh2.so .include Property changes on: head/security/libssh2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/security/libssh2/files/patch-configure =================================================================== --- head/security/libssh2/files/patch-configure (nonexistent) +++ head/security/libssh2/files/patch-configure (revision 172523) @@ -0,0 +1,13 @@ +--- configure.orig Tue Sep 5 13:14:03 2006 ++++ configure Tue Sep 5 13:14:17 2006 +@@ -3738,8 +3738,8 @@ + if test "$found_openssl" = "no" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then + found_openssl=yes + pkgcfg_openssl=yes +- OPENSSL_LIBLINE=`$PKG_CONFIG --libs openssl` +- OPENSSL_INCLINE=`$PKG_CONFIG --variable=includedir openssl` ++ OPENSSL_LIBLINE=-L`$PKG_CONFIG --libs openssl` ++ OPENSSL_INCLINE=-I`$PKG_CONFIG --variable=includedir openssl` + echo "$as_me:$LINENO: result: Using paths from pkg-config" >&5 + echo "${ECHO_T}Using paths from pkg-config" >&6 + fi Property changes on: head/security/libssh2/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property