summaryrefslogtreecommitdiff
path: root/net/wmnet
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:40:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:40:41 +0000
commita6079303461ce67909b213f036e6588b442a296a (patch)
tree55afa2d7732d8efcbe20f337914cbeed72471049 /net/wmnet
parentAdd linux-realplayer. (diff)
Upgrade to v1.2.
PR: ports/9790 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16673
Diffstat (limited to 'net/wmnet')
-rw-r--r--net/wmnet/Makefile6
-rw-r--r--net/wmnet/distinfo2
-rw-r--r--net/wmnet/files/patch-aa31
3 files changed, 17 insertions, 22 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
index 67497bea4059..0bdc94b64237 100644
--- a/net/wmnet/Makefile
+++ b/net/wmnet/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: wmnet
-# Version required: 1.1
+# Version required: 1.2
# Date created: 24 November 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
-# $Id: Makefile,v 1.1.1.1 1998/12/03 11:06:34 kuriyama Exp $
+# $Id: Makefile,v 1.2 1999/01/18 06:43:00 asami Exp $
#
-DISTNAME= wmnet-1.1
+DISTNAME= wmnet-1.2
CATEGORIES= net windowmaker
MASTER_SITES= ftp://ftp.mcs.net/mcsnet.users/rneswold/
diff --git a/net/wmnet/distinfo b/net/wmnet/distinfo
index c41bd2af1105..732953805310 100644
--- a/net/wmnet/distinfo
+++ b/net/wmnet/distinfo
@@ -1 +1 @@
-MD5 (wmnet-1.1.tar.gz) = 63abd338dfeb2eef55750f649511d906
+MD5 (wmnet-1.2.tar.gz) = a3cd5b50dc773d72d9d987b07b5e23e0
diff --git a/net/wmnet/files/patch-aa b/net/wmnet/files/patch-aa
index 19926e3b9dbd..945bb674ac00 100644
--- a/net/wmnet/files/patch-aa
+++ b/net/wmnet/files/patch-aa
@@ -1,20 +1,15 @@
---- Makefile.orig Sat Sep 19 02:58:38 1998
-+++ Makefile Thu Dec 3 01:04:50 1998
-@@ -9,14 +9,15 @@
- LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
+--- Makefile.orig Fri Dec 4 00:33:58 1998
++++ Makefile Sat Feb 13 00:20:30 1999
+@@ -2,11 +2,10 @@
+ # Makefile,v 1.8 1998/12/03 15:33:58 rneswold Exp
+ #
+
+-PREFIX=/usr/local
+ MANDIR=${PREFIX}/man
+ BINDIR=${PREFIX}/bin
+
+-LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
++LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/lib
LIBS = -lXpm -lXext -lX11 -lkvm
OBJS = main.o if.o wmgeneral.o
-+INCDIR = -I${X11BASE}/include
-
- .c.o :
-- cc -c -g -O1 -Wall $< -o $*.o
-+ cc -c -g -O1 -Wall ${INCDIR} $< -o $*.o
-
- all :: wmnet
-
- wmnet : $(OBJS)
-- cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS)
-+ cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS) ${INCDIR}
-
- main.o : wmnet-mask.xbm wmnet-master.xpm wmnet.h wmgeneral.h
-
+ INCDIR = -I${X11BASE}/include