diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xisp/Makefile | 6 | ||||
-rw-r--r-- | comms/xisp/distinfo | 4 | ||||
-rw-r--r-- | comms/xisp/patches/patch-aa | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 5efdc031e93..6c1fa727c94 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2002/03/14 14:14:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/04/17 04:45:08 fredb Exp $ # DISTNAME= xisp-2.6p1 +PKGREVISION= 1 CATEGORIES= comms x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \ http://xisp.hellug.gr/release/ \ @@ -11,7 +12,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://xisp.hellug.gr/ COMMENT= User-friendly X11 interface to pppd/chat -DEPENDS+= xforms>=0.88nb1:../../x11/xforms +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= xforms>=0.9999:../../x11/xforms USE_X11BASE= YES USE_XPM= YES diff --git a/comms/xisp/distinfo b/comms/xisp/distinfo index 4ffc501fbf6..cb68e7f4eb1 100644 --- a/comms/xisp/distinfo +++ b/comms/xisp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/04/17 04:45:09 fredb Exp $ SHA1 (xisp-2.6p1.tar.gz) = 5e6f1795f20b22fd26212215b86b505e00d43b9e Size (xisp-2.6p1.tar.gz) = 260645 bytes -SHA1 (patch-aa) = 81b575e77095a133015313a47424ca882c662f3b +SHA1 (patch-aa) = df706174b5f90d0f0543bf8c6e0027aee249c37e diff --git a/comms/xisp/patches/patch-aa b/comms/xisp/patches/patch-aa index 4d645aba348..9c71a0f5731 100644 --- a/comms/xisp/patches/patch-aa +++ b/comms/xisp/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 1999/11/14 22:53:22 frueauf Exp $ +$NetBSD: patch-aa,v 1.5 2002/04/17 04:45:09 fredb Exp $ ---- Makefile.orig Thu Aug 26 14:08:51 1999 -+++ Makefile Sun Nov 14 23:40:47 1999 +--- Makefile.orig Thu Aug 26 07:08:51 1999 ++++ Makefile @@ -8,11 +8,11 @@ # Compilation/installation vars (global for all following sections) | #===================================================================== @@ -96,8 +96,8 @@ $NetBSD: patch-aa,v 1.4 1999/11/14 22:53:22 frueauf Exp $ +GCCFLAGS = -Wall -O +EXTRADEFS = -DMODEM_DEVICE=\"$(MODEM_PATH)\" -DHAVE_STRERROR +EXTRALIBS = -lcrypt -+LINKX11 = -Wl,-R$(LIBX11) -+LINKFORMS = -L$(LIBFORMS) -lforms ++LINKX11 = -Wl,-R$(LIBX11) -Wl,-R$(LOCALBASE)/lib ++LINKFORMS = -L$(LIBFORMS) -L$(LOCALBASE)/lib -lforms -ljpeg -lXpm +INSTALL = /usr/bin/install # # FreeBSD vars |