summaryrefslogtreecommitdiff
path: root/palm/syncal/files/patch-aa
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
commit96286aa69dc09effa45e2ecaf0f539bced00a8c9 (patch)
tree282f4318b134bf39ae482512bf67ea0b47367a9b /palm/syncal/files/patch-aa
parentRemove expired leaf ports: (diff)
Remove expired leaf ports:
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead. 2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more 2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead 2006-12-10 shells/mudsh: Project disappeared from the internet 2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable 2006-12-01 palm/syncal: Does not build with new pilot-link 2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead 2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
Notes
Notes: svn path=/head/; revision=179573
Diffstat (limited to 'palm/syncal/files/patch-aa')
-rw-r--r--palm/syncal/files/patch-aa70
1 files changed, 0 insertions, 70 deletions
diff --git a/palm/syncal/files/patch-aa b/palm/syncal/files/patch-aa
deleted file mode 100644
index ff72131d1b8b..000000000000
--- a/palm/syncal/files/patch-aa
+++ /dev/null
@@ -1,70 +0,0 @@
-*** Makefile.org Mon Jan 20 21:06:28 2003
---- Makefile Mon Jan 20 21:07:55 2003
-***************
-*** 14,20 ****
- #
- # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
- #
-! top_builddir = .
-
- ##########
- # Pick your C compiler
---- 14,20 ----
- #
- # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
- #
-! top_builddir = @@PREFIX@@
-
- ##########
- # Pick your C compiler
-***************
-*** 26,32 ****
- ##########
- # Where should I be installed?
- #
-! INSTALLTOP = /usr/local
- INSTALLBIN = $(INSTALLTOP)/bin
- INSTALLMAN = $(INSTALLTOP)/man
-
---- 26,32 ----
- ##########
- # Where should I be installed?
- #
-! INSTALLTOP = @@PREFIX@@
- INSTALLBIN = $(INSTALLTOP)/bin
- INSTALLMAN = $(INSTALLTOP)/man
-
-***************
-*** 65,72 ****
- #
- # Unless you're smarter than me, which is entirely possible. [JTL]
- #
-! LIBDIR = -L$(top_builddir)
-! INCDIR = -I$(top_builddir) -I/usr/include/libpisock
- CFLAGS = -Wall -w -O -g $(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 -w -O -g $(INCDIR) $(DEFINES)
- SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
- syncal_reconcile.o syncal_gmt.o
-***************
-*** 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
---- 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