diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-10-02 16:43:47 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-10-02 16:43:47 +0000 |
commit | e02e609ae47c2c59ab1d648c8e82896e704a2a92 (patch) | |
tree | 423dc1661976589d56f3c409ce93b51f0943dca7 /palm/syncal/files | |
parent | Fix the use of BIGENDIAN where it should not have been (diff) |
upgrade to 0.8.1.
PR: 13690
Reviewed by: maintainer
Diffstat (limited to 'palm/syncal/files')
-rw-r--r-- | palm/syncal/files/patch-aa | 35 | ||||
-rw-r--r-- | palm/syncal/files/patch-ab | 19 | ||||
-rw-r--r-- | palm/syncal/files/patch-ac | 19 |
3 files changed, 56 insertions, 17 deletions
diff --git a/palm/syncal/files/patch-aa b/palm/syncal/files/patch-aa index af8499e91e1a..9de3c65937be 100644 --- a/palm/syncal/files/patch-aa +++ b/palm/syncal/files/patch-aa @@ -1,7 +1,7 @@ -*** Makefile.org Fri Apr 9 19:54:00 1999 ---- Makefile Sat Apr 24 13:26:57 1999 +*** Makefile.org Fri Sep 17 21:54:21 1999 +--- Makefile Fri Sep 17 21:56: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,35 +35,36 @@ 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,95 ---- install: install -d $(INSTALLBIN) install -d $(INSTALLMAN)/man1 ! install -c -s -g bin -o bin -m 755 syncal $(INSTALLBIN) + ! install -c -m 644 syncal.1 $(INSTALLMAN)/man1 diff --git a/palm/syncal/files/patch-ab b/palm/syncal/files/patch-ab new file mode 100644 index 000000000000..1f50a54fa284 --- /dev/null +++ b/palm/syncal/files/patch-ab @@ -0,0 +1,19 @@ +*** ical.patch.org Fri Sep 17 22:29:27 1999 +--- ical.patch Fri Sep 17 22:29:59 1999 +*************** +*** 17,23 **** + + "Okay" "Cancel"] + + + + if { $result} { +! + exec syncal >/dev/null + + io_read [ical_leader] + + } + + cal option AmPm $dm_AmPm +--- 17,23 ---- + + "Okay" "Cancel"] + + + + if { $result} { +! + exec @@PREFIX@@/bin/syncal >/dev/null + + io_read [ical_leader] + + } + + cal option AmPm $dm_AmPm diff --git a/palm/syncal/files/patch-ac b/palm/syncal/files/patch-ac new file mode 100644 index 000000000000..ff7246fde930 --- /dev/null +++ b/palm/syncal/files/patch-ac @@ -0,0 +1,19 @@ +*** user.tcl~ Fri Sep 17 22:03:52 1999 +--- user.tcl Fri Sep 17 22:05:58 1999 +*************** +*** 24,30 **** + "Okay" "Cancel"] + + if { $result} { +! exec syncal >/dev/null + io_read [ical_leader] + } + cal option AmPm $dm_AmPm +--- 24,30 ---- + "Okay" "Cancel"] + + if { $result} { +! exec @@PREFIX@@/bin/syncal >/dev/null + io_read [ical_leader] + } + cal option AmPm $dm_AmPm |