summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-24 06:53:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-24 06:53:31 +0000
commitcdf7221369a0c931705768e31ab5777b82e3122f (patch)
treec0d086e833442bcbf177ac99d5b3308e6775be51 /palm
parentBROKEN this one. (diff)
Upgrade to 0.6.6.
Notes
Notes: svn path=/head/; revision=16282
Diffstat (limited to 'palm')
-rw-r--r--palm/xcopilot/Makefile29
-rw-r--r--palm/xcopilot/distinfo3
-rw-r--r--palm/xcopilot/files/patch-aa42
-rw-r--r--palm/xcopilot/pkg-plist3
4 files changed, 37 insertions, 40 deletions
diff --git a/palm/xcopilot/Makefile b/palm/xcopilot/Makefile
index 9ef33676443a..b7c06fc0b921 100644
--- a/palm/xcopilot/Makefile
+++ b/palm/xcopilot/Makefile
@@ -1,24 +1,23 @@
-# New ports collection makefile for: xcopilot
-# Version required: 0.4
-# Date created: July 17 1997
-# Whom: Nick Sayer <nsayer@quack.kfu.com>
+# New ports collection makefile for: xcopilot
+# Version required: 0.6.6
+# Date created: July 17 1997
+# Whom: Nick Sayer <nsayer@quack.kfu.com>
#
-# $Id: Makefile,v 1.6 1998/09/17 00:32:31 asami Exp $
+# $Id: Makefile,v 1.7 1999/01/09 08:52:31 asami Exp $
#
-DISTNAME= xcopilot-v0.4
-PKGNAME= xcopilot-0.4.8
-CATEGORIES= palm emulators
-MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/PalmOS/
+DISTNAME= xcopilot-0.6.6
+CATEGORIES= palm emulators
+MASTER_SITES= http://xcopilot.cuspy.com/build/
-PATCH_SITES= http://www.isaac.cs.berkeley.edu/pilot/
-PATCHFILES= xcopilot-v0.4-iang8.diff
-PATCH_DIST_STRIP= -p1
+MAINTAINER= nsayer@quack.kfu.com
-MAINTAINER= nsayer@quack.kfu.com
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= xcopilot.1
.include <bsd.port.mk>
diff --git a/palm/xcopilot/distinfo b/palm/xcopilot/distinfo
index 3c4056d5bffb..ba3eb148bc68 100644
--- a/palm/xcopilot/distinfo
+++ b/palm/xcopilot/distinfo
@@ -1,2 +1 @@
-MD5 (xcopilot-v0.4.tar.gz) = c8cfcd4923e10736cf2950230fa9a51b
-MD5 (xcopilot-v0.4-iang8.diff) = fac1ee693b461f79f28d7bd95ff63a47
+MD5 (xcopilot-0.6.6.tar.gz) = 26f71da5d04d3ecffb60e5423b5ff95c
diff --git a/palm/xcopilot/files/patch-aa b/palm/xcopilot/files/patch-aa
index d62486558cd2..3a8bed8b3da4 100644
--- a/palm/xcopilot/files/patch-aa
+++ b/palm/xcopilot/files/patch-aa
@@ -1,20 +1,22 @@
---- Makefile.orig Sun Nov 23 15:16:18 1997
-+++ Makefile Sun Nov 23 15:18:13 1997
-@@ -15,13 +15,13 @@
- CC = gcc
-
- ## Where to install the binary and icons, respectively
--BINDIR = ../bin
--LIBDIR = ../lib
-+BINDIR = ${PREFIX}/bin
-+LIBDIR = ${PREFIX}/lib/xcopilot
-
- # set the following CFLAGS, IFLAGS and LFLAGS for linux or FreeBSD
- CFLAGS = -pipe -g -O5 -Wall
--IFLAGS = -I/usr/X11R6/include -I. -I${MC68KDIR} -I${MXDIR}
--LFLAGS = -L/usr/X11R6/lib -lXpm -lXext -lX11
-+IFLAGS = -I${X11BASE}/include -I. -I${MC68KDIR} -I${MXDIR}
-+LFLAGS = -L${X11BASE}/lib -lXpm -lXext -lX11
-
- # set the following CFLAGS, IFLAGS and LFLAGS for SunOS 4.1.4
- #CFLAGS = -pipe -O3 -Wall -g -D__BIG_ENDIAN__ -DNEED_STRSEP
+--- Makefile.in.orig Tue Aug 25 22:56:23 1998
++++ Makefile.in Sun Jan 24 03:53:29 1999
+@@ -92,7 +92,7 @@
+ xcopilot.o display.o main.o pdebug.o ser-tcp.o open_app.o
+ xcopilot_DEPENDENCIES = mc68k/libmc68k.a mx/libmx.a
+ xcopilot_LDFLAGS =
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ $(X_CFLAGS)
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+ LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ man1dir = $(mandir)/man1
+--- mx/Makefile.in.orig Sun Jan 24 03:51:32 1999
++++ mx/Makefile.in Sun Jan 24 03:52:04 1999
+@@ -101,7 +101,7 @@
+ test_filesel_OBJECTS = test_filesel.o
+ test_filesel_DEPENDENCIES = libmx.a
+ test_filesel_LDFLAGS =
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ $(X_CFLAGS)
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+ LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_COMMON = Makefile.am Makefile.in
diff --git a/palm/xcopilot/pkg-plist b/palm/xcopilot/pkg-plist
index dddeefe17c29..73fd4702ffae 100644
--- a/palm/xcopilot/pkg-plist
+++ b/palm/xcopilot/pkg-plist
@@ -1,4 +1 @@
bin/xcopilot
-lib/xcopilot/icon.xpm
-lib/xcopilot/icon2.xpm
-@dirrm lib/xcopilot