Date: Fri, 10 Sep 1999 19:25:14 -0700 (PDT) From: Alex Varju <varju@webct.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13690: upgrade ports/palm/syncal to 0.8.1 Message-ID: <199909110225.TAA38274@ws15.webct.com>
next in thread | raw e-mail | index | archive | help
>Number: 13690 >Category: ports >Synopsis: upgrade ports/palm/syncal to 0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 10 19:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 3.3-RC i386 >Organization: WebCT Educational Technologies >Environment: >Description: these diffs upgrade syncal from version 0.5 to 0.8.1 >How-To-Repeat: >Fix: diff -ruN syncal/Makefile syncal.new/Makefile --- syncal/Makefile Fri Sep 10 02:36:13 1999 +++ syncal.new/Makefile Fri Sep 10 19:06:56 1999 @@ -6,11 +6,9 @@ # $FreeBSD: ports/palm/syncal/Makefile,v 1.3 1999/09/10 09:36:13 sumikawa Exp $ # -DISTNAME= syncal-0.5 +DISTNAME= syncal-0.8.1 CATEGORIES= palm comms deskutils -MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \ - http://www.daveltd.com/pilot/PalmOS/ \ - ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ +MASTER_SITES= http://hopf.math.nwu.edu/syncal/ MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE @@ -26,6 +24,11 @@ post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.patched ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/Makefile.patched > ${WRKSRC}/Makefile + ${MV} ${WRKSRC}/user.tcl ${WRKSRC}/user.tcl.patched + ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/user.tcl.patched > ${WRKSRC}/user.tcl + ${MV} ${WRKSRC}/ical.patch ${WRKSRC}/ical.patch.patched + ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/ical.patch.patched > ${WRKSRC}/ical.patch + ${RM} ${WRKSRC}/*.o # # ical V2.2 needs a little patch, don't know how to do better diff -ruN syncal/files/md5 syncal.new/files/md5 --- syncal/files/md5 Tue Jun 8 17:25:41 1999 +++ syncal.new/files/md5 Fri Sep 10 18:45:34 1999 @@ -1 +1 @@ -MD5 (syncal-0.5.tar.gz) = 0487b952f0bcea6a521b664c68114214 +MD5 (syncal-0.8.1.tar.gz) = 54cb4558ec3e02fd395ff03c7d87fc52 diff -ruN syncal/patches/patch-aa syncal.new/patches/patch-aa --- syncal/patches/patch-aa Tue Jun 8 17:25:41 1999 +++ syncal.new/patches/patch-aa Fri Sep 10 18:48:12 1999 @@ -1,7 +1,7 @@ -*** Makefile.org Fri Apr 9 19:54:00 1999 ---- Makefile Sat Apr 24 13:26:57 1999 +*** Makefile.orig Wed Jun 9 06:53:40 1999 +--- Makefile Fri Sep 10 18:46:57 1999 *************** -*** 13,19 **** +*** 14,20 **** # # top_builddir = /home/john/pilot/src/pilot-link.0.9.1 # @@ -9,7 +9,7 @@ ########## # Pick your C compiler ---- 13,19 ---- +--- 14,20 ---- # # top_builddir = /home/john/pilot/src/pilot-link.0.9.1 # @@ -18,7 +18,7 @@ ########## # Pick your C compiler *************** -*** 25,31 **** +*** 26,32 **** ########## # Where should I be installed? # @@ -26,7 +26,7 @@ INSTALLBIN = $(INSTALLTOP)/bin INSTALLMAN = $(INSTALLTOP)/man ---- 25,31 ---- +--- 26,32 ---- ########## # Where should I be installed? # @@ -35,33 +35,33 @@ INSTALLMAN = $(INSTALLTOP)/man *************** -*** 58,65 **** +*** 65,72 **** # # Unless you're smarter than me, which is entirely possible. [JTL] # ! LIBDIR = -L$(top_builddir) ! INCDIR = -I$(top_builddir) - CFLAGS = -Wall $(INCDIR) - SYNCAL_OBJS = syncal.o syncal_list.o syncal_dates.o syncal_reconcile.o - LIBTOOL = $(top_builddir)/libtool ---- 58,65 ---- + CFLAGS = -Wall $(INCDIR) $(DEFINES) + SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\ + syncal_reconcile.o syncal_gmt.o +--- 65,72 ---- # # Unless you're smarter than me, which is entirely possible. [JTL] # ! LIBDIR = -L$(top_builddir)/lib ! INCDIR = -I$(top_builddir)/include - CFLAGS = -Wall $(INCDIR) - SYNCAL_OBJS = syncal.o syncal_list.o syncal_dates.o syncal_reconcile.o - LIBTOOL = $(top_builddir)/libtool + CFLAGS = -Wall $(INCDIR) $(DEFINES) + SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\ + syncal_reconcile.o syncal_gmt.o *************** -*** 81,86 **** +*** 90,95 **** install: install -d $(INSTALLBIN) install -d $(INSTALLMAN)/man1 ! install -s -g root -o root -m 755 syncal $(INSTALLBIN) ! ! install -g root -o root -m 644 syncal.1 $(INSTALLMAN)/man1 ---- 81,85 ---- +--- 90,94 ---- install: install -d $(INSTALLBIN) install -d $(INSTALLMAN)/man1 diff -ruN syncal/patches/patch-ab syncal.new/patches/patch-ab --- syncal/patches/patch-ab Wed Dec 31 16:00:00 1969 +++ syncal.new/patches/patch-ab Fri Sep 10 19:19:05 1999 @@ -0,0 +1,11 @@ +--- user.tcl.orig Mon May 17 06:29:55 1999 ++++ user.tcl Fri Sep 10 19:01:37 1999 +@@ -24,7 +24,7 @@ + "Okay" "Cancel"] + + if { $result} { +- exec syncal >/dev/null ++ exec @@PREFIX@@/bin/syncal >/dev/null + io_read [ical_leader] + } + cal option AmPm $dm_AmPm diff -ruN syncal/patches/patch-ac syncal.new/patches/patch-ac --- syncal/patches/patch-ac Wed Dec 31 16:00:00 1969 +++ syncal.new/patches/patch-ac Fri Sep 10 19:08:52 1999 @@ -0,0 +1,11 @@ +--- ical.patch~ Mon May 17 06:32:56 1999 ++++ ical.patch Fri Sep 10 19:06:17 1999 +@@ -17,7 +17,7 @@ + + "Okay" "Cancel"] + + + + if { $result} { +-+ exec syncal >/dev/null +++ exec @@PREFIX@@/bin/syncal >/dev/null + + io_read [ical_leader] + + } + + cal option AmPm $dm_AmPm diff -ruN syncal/pkg/PLIST syncal.new/pkg/PLIST --- syncal/pkg/PLIST Tue Jun 8 17:25:42 1999 +++ syncal.new/pkg/PLIST Fri Sep 10 19:19:20 1999 @@ -1 +1,2 @@ bin/syncal +man/man1/syncal.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909110225.TAA38274>