summaryrefslogtreecommitdiff
path: root/net/sup
diff options
context:
space:
mode:
authorchristos <christos>2007-12-20 20:29:36 +0000
committerchristos <christos>2007-12-20 20:29:36 +0000
commita180b33a6c9e874d61983c878f8eeddfce30768d (patch)
treefb8c006cd43aa47303cf7e4a7f3a1a84559120a4 /net/sup
parent32633827451ede89cace83216ecdf0f5b53abf8c (diff)
downloadpkgsrc-a180b33a6c9e874d61983c878f8eeddfce30768d.tar.gz
Upgrade to sup-0.2; fixes linux build. New features:
- setproctitle for supfilesrv - don't fail catastrophically in supscan on filesystem full errors
Diffstat (limited to 'net/sup')
-rw-r--r--net/sup/Makefile4
-rw-r--r--net/sup/distinfo10
-rw-r--r--net/sup/patches/patch-aa10
3 files changed, 12 insertions, 12 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile
index 64027178e59..72b91ac1a3e 100644
--- a/net/sup/Makefile
+++ b/net/sup/Makefile
@@ -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 --git a/net/sup/distinfo b/net/sup/distinfo
index 62258637765..f07a0fb0ed9 100644
--- a/net/sup/distinfo
+++ b/net/sup/distinfo
@@ -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 --git a/net/sup/patches/patch-aa b/net/sup/patches/patch-aa
index de36886de65..f837acabcdc 100644
--- a/net/sup/patches/patch-aa
+++ b/net/sup/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.1 2006/11/09 09:33:24 rillig Exp $
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}