diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-11 14:49:19 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-11 14:49:19 +0000 |
commit | fa54e7e4b012a0696fa565d5805609c564e3a0c7 (patch) | |
tree | 1766a4d779f43e201471ffd3496efe79fab76f5d /net/dhisd | |
parent | 3acd0b5d5d7bae83dca585f011c5c05c24472c14 (diff) | |
download | pkgsrc-fa54e7e4b012a0696fa565d5805609c564e3a0c7.tar.gz |
Remove inclusion of varargs.h as the program does not appear to use
va_{start,arg,end} and the inclusion stops the program building with
gcc3.3.
(Also use bl2.)
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 6 | ||||
-rw-r--r-- | net/dhisd/distinfo | 6 | ||||
-rw-r--r-- | net/dhisd/patches/patch-aa | 4 | ||||
-rw-r--r-- | net/dhisd/patches/patch-ab | 14 |
4 files changed, 20 insertions, 10 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index f6abeb9c7de..144cd427d34 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:31 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/11 14:49:19 cjep Exp $ # DISTNAME= dhisd-5.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ @@ -9,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.dhis.org/ COMMENT= DynDNS server -DEPENDS+= gmp>=3.0:../../devel/gmp +USE_BUILDLINK2= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dhisd @@ -37,4 +38,5 @@ do-install: ${PREFIX}/bin/dhisd-genkeys \ ${PREFIX}/bin/dhisd +.include "../../devel/gmp/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/dhisd/distinfo b/net/dhisd/distinfo index fb5f4492111..bf124d31569 100644 --- a/net/dhisd/distinfo +++ b/net/dhisd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/06/05 23:39:27 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2004/01/11 14:49:19 cjep Exp $ SHA1 (dhisd-5.0.tar.gz) = 05e0a40bf07a2274d40b90b663a2a853b3aa526b Size (dhisd-5.0.tar.gz) = 27737 bytes -SHA1 (patch-aa) = c025fc3f6dbc59675e33ae476f000dc87a9355a1 -SHA1 (patch-ab) = d1078120ee1579335d431d943f82bbea606e0d37 +SHA1 (patch-aa) = fea2567e7cac0b594042c542173261e23a48efe8 +SHA1 (patch-ab) = 998607a6f718a276fb9584f94c0d3232295b0fbc diff --git a/net/dhisd/patches/patch-aa b/net/dhisd/patches/patch-aa index 99f9b132505..38166ab14e9 100644 --- a/net/dhisd/patches/patch-aa +++ b/net/dhisd/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/06/05 23:39:27 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2004/01/11 14:49:19 cjep Exp $ ---- Makefile.orig Sun Apr 1 16:05:44 2001 +--- Makefile.orig 2001-04-01 15:05:44.000000000 +0100 +++ Makefile @@ -26,11 +26,11 @@ # DHIS(c) Dynamic Host Information System Release 5.0 diff --git a/net/dhisd/patches/patch-ab b/net/dhisd/patches/patch-ab index 94beb77fcfa..24e363c9a02 100644 --- a/net/dhisd/patches/patch-ab +++ b/net/dhisd/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/06/05 23:39:27 hubertf Exp $ +$NetBSD: patch-ab,v 1.2 2004/01/11 14:49:19 cjep Exp $ ---- dhisd.h.orig Sun Apr 1 01:24:33 2001 +--- dhisd.h.orig 2001-04-01 00:24:33.000000000 +0100 +++ dhisd.h -@@ -64,9 +64,9 @@ +@@ -47,7 +47,6 @@ + #include<sys/signal.h> + #include<sys/wait.h> + #include<syslog.h> +-#include<varargs.h> + #include<gmp.h> + + #define BOURNE_SHELL "/bin/sh" +@@ -64,9 +63,9 @@ #define CHECK_FAILS 3 /* maximum check fails */ #define DHISD_PORT 58800 |