pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ettercap-NG - Add RMD160 checksum



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66ee63cca884
branches:  trunk
changeset: 493774:66ee63cca884
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat May 14 17:19:02 2005 +0000

description:
- Add RMD160 checksum
- Use INSTALL_UNSTRIPPED to fix Darwin
- Remove GTK frontend support as it's still got threading problems
  and it's not ready for pkgsrc.

diffstat:

 net/ettercap-NG/Makefile |  20 +++++++-------------
 net/ettercap-NG/distinfo |   3 ++-
 2 files changed, 9 insertions(+), 14 deletions(-)

diffs (56 lines):

diff -r 645f607d89f4 -r 66ee63cca884 net/ettercap-NG/Makefile
--- a/net/ettercap-NG/Makefile  Sat May 14 16:46:17 2005 +0000
+++ b/net/ettercap-NG/Makefile  Sat May 14 17:19:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/05 20:30:14 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/14 17:19:02 adrianp Exp $
 
 DISTNAME=      ettercap-NG-0.7.2
 CATEGORIES=    net
@@ -12,8 +12,6 @@
 
 BUILDLINK_DEPENDS.libpcap+=    libpcap>=0.8.1
 
-.include "../../mk/bsd.prefs.mk"
-
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
 USE_PKGINSTALL=                YES
@@ -29,19 +27,15 @@
 CONFIGURE_ARGS+=       --enable-plugins
 CONFIGURE_ARGS+=       --disable-gtk
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED=    YES
+.endif
+
 CONF_FILES=    ${PREFIX}/share/examples/ettercap-NG/etter.conf \
                ${PKG_SYSCONFDIR}/etter.conf
 
-PKG_OPTIONS_VAR=        PKG_OPTIONS.ettercap-NG
-PKG_SUPPORTED_OPTIONS= gtk
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-.      include "../../x11/gtk2/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-gtk
-.endif
-
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/libnet11/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
diff -r 645f607d89f4 -r 66ee63cca884 net/ettercap-NG/distinfo
--- a/net/ettercap-NG/distinfo  Sat May 14 16:46:17 2005 +0000
+++ b/net/ettercap-NG/distinfo  Sat May 14 17:19:02 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/05/05 19:34:44 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2005/05/14 17:19:02 adrianp Exp $
 
 SHA1 (ettercap-NG-0.7.2.tar.gz) = 514760efdca27a45d6486c18679d2b6e9ba67452
+RMD160 (ettercap-NG-0.7.2.tar.gz) = 8026dd3ff3cc0b9ef2c5e00c99b0857d323e7717
 Size (ettercap-NG-0.7.2.tar.gz) = 1114060 bytes
 SHA1 (patch-aa) = 0745cd8e124ee11fbda8d5e0deb16ad0dab4b499
 SHA1 (patch-ab) = 7cf863797abac4b67dbca55f6f763bf7b9830259



Home | Main Index | Thread Index | Old Index