pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools * Fix HOMEPAGE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a888f28fa719
branches:  trunk
changeset: 483274:a888f28fa719
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Nov 10 08:43:44 2004 +0000

description:
* Fix HOMEPAGE.
* No need to use LIBTOOL_OVERRIDE.
* Remove unneeded ${EXAMPLESDIR} (??!!) after bl3.mk includes
* Remove unneeded BUILD_DEPEND, because this pkg uses bl3

Still libradius is broken...

diffstat:

 security/ipsec-tools/Makefile |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 202ddf87dbbc -r a888f28fa719 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Wed Nov 10 08:29:38 2004 +0000
+++ b/security/ipsec-tools/Makefile     Wed Nov 10 08:43:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/09 22:42:20 manu Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/10 08:43:44 xtraeme Exp $
 #
 
 DISTNAME=              ipsec-tools-0.5.pre20041109
@@ -7,13 +7,12 @@
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            manu%NetBSD.org@localhost
-HOMEPAGE=              http://ovh.dl.sourceforge.net/sourceforge/ipsec-tools/
+HOMEPAGE=              http://ipsec-tools.sourceforge.net/
 COMMENT=               Ipsec-tools racoon IKE daemon
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --with-libradius --enable-natt
@@ -21,10 +20,9 @@
 
 BUILDLINK_DEPMETHOD.libradius-linux?=  build
 
-BUILD_DEPEND+=         libradius-linux>=20040827nb1:../../net/libradius
-
 SAMPLE_DIR=    ${WRKSRC}/src/racoon/samples
 EXAMPLE_DIR=   ${PREFIX}/share/examples/ipsec-tools
+
 post-install:
        ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
        ${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt ${EXAMPLE_DIR}
@@ -39,5 +37,5 @@
        ${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
        ${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
 
-.include "../../net/libradius/buildlink3.mk" ${EXAMPLE_DIR}
-.include "../../mk/bsd.pkg.mk" ${EXAMPLE_DIR}
+.include "../../net/libradius/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index