pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sup Upgrade to sup-0.2; fixes linux build. New fea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae09c390e67c
branches:  trunk
changeset: 536700:ae09c390e67c
user:      christos <christos%pkgsrc.org@localhost>
date:      Thu Dec 20 20:29:36 2007 +0000

description:
Upgrade to sup-0.2; fixes linux build. New features:
        - setproctitle for supfilesrv
        - don't fail catastrophically in supscan on filesystem full errors

diffstat:

 net/sup/Makefile         |   4 ++--
 net/sup/distinfo         |  10 +++++-----
 net/sup/patches/patch-aa |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r c4e708c93bd2 -r ae09c390e67c net/sup/Makefile
--- a/net/sup/Makefile  Thu Dec 20 20:21:03 2007 +0000
+++ b/net/sup/Makefile  Thu Dec 20 20:29:36 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/12/06 22:02:02 christos Exp $
+# $NetBSD: Makefile,v 1.4 2007/12/20 20:29:36 christos Exp $
 #
 
-DISTNAME=      sup-0.1
+DISTNAME=      sup-0.2
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.astron.com/pub/sup/
 
diff -r c4e708c93bd2 -r ae09c390e67c net/sup/distinfo
--- a/net/sup/distinfo  Thu Dec 20 20:21:03 2007 +0000
+++ b/net/sup/distinfo  Thu Dec 20 20:29:36 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2007/12/06 22:02:02 christos Exp $
+$NetBSD: distinfo,v 1.6 2007/12/20 20:29:36 christos Exp $
 
-SHA1 (sup-0.1.tar.gz) = 3cdff6e902120699be26d943e1012d7fd140d410
-RMD160 (sup-0.1.tar.gz) = 9bdf46ba8a6950e53f492add9e0d8f5223749806
-Size (sup-0.1.tar.gz) = 93762 bytes
-SHA1 (patch-aa) = 9aa1343a5b3acd8bfc83726113b569471e943e13
+SHA1 (sup-0.2.tar.gz) = 9f7cb19b9abcb42391dc4ae646fd8af6889f62df
+RMD160 (sup-0.2.tar.gz) = b5d9b8e50d75261b523c51cf999827074a68b2e6
+Size (sup-0.2.tar.gz) = 95012 bytes
+SHA1 (patch-aa) = 75aa0c905c7dc72832cc2a6861bdef66f000fa34
diff -r c4e708c93bd2 -r ae09c390e67c net/sup/patches/patch-aa
--- a/net/sup/patches/patch-aa  Thu Dec 20 20:21:03 2007 +0000
+++ b/net/sup/patches/patch-aa  Thu Dec 20 20:29:36 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2006/11/09 09:33:24 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2007/12/20 20:29:37 christos Exp $
 
---- Makefile.orig      2006-03-14 23:59:43.000000000 +0100
-+++ Makefile   2006-11-09 10:32:29.000000000 +0100
-@@ -69,8 +69,8 @@ NON_MACH_DEFINES     = -UMACH
+--- Makefile.orig      2007-12-20 15:16:34.000000000 -0500
++++ Makefile   2007-12-20 15:21:40.000000000 -0500
+@@ -72,8 +72,8 @@
  #INSTALLATION PARAMETERS
  PREFIX                       ?= /usr/local/
  NETBSD_BINDIR         = ${PREFIX}/sbin
@@ -13,7 +13,7 @@
  
  CFLAGS                        = ${DEFS} -O -I.
  
-@@ -123,9 +123,9 @@ clean cleandir distclean:
+@@ -130,9 +130,9 @@
        rm -f ${PROGRAMS} libextra.a netcrypt.c *.o core a.out
  
  install: ${PROGRAMS}



Home | Main Index | Thread Index | Old Index