summaryrefslogtreecommitdiff
path: root/net/tintin++/files/patch-ac
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-24 03:07:49 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-24 03:07:49 +0000
commit7de1c2c12829fbccd5f322f59e8ba28f68c7eb59 (patch)
tree0d2ba1d75c3c52bca455a8768a32cc8d2b47daed /net/tintin++/files/patch-ac
parent- Move back to Taipei, there's no place like home. :) (diff)
- Update to 2.00.1 (mainly from net/tintin++-devel with minor fixes)
- Pass maintainership to submitter, the former maintainer has no response over 3 months PR: ports/146736 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> Approved by: maintainer timeout (3 months)
Notes
Notes: svn path=/head/; revision=259882
Diffstat (limited to 'net/tintin++/files/patch-ac')
-rw-r--r--net/tintin++/files/patch-ac40
1 files changed, 0 insertions, 40 deletions
diff --git a/net/tintin++/files/patch-ac b/net/tintin++/files/patch-ac
deleted file mode 100644
index 5e38e3befa80..000000000000
--- a/net/tintin++/files/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.in.orig Thu Mar 25 11:03:34 1999
-+++ Makefile.in Tue Sep 26 18:07:31 2000
-@@ -10,7 +10,6 @@
- # try uncommenting the 'gcc' line and commenting the 'cc' one.
- # Tintin++ doesn't *need* an ANSI compiler anymore, but gcc
- # is still better than cc on many platforms...
--CC = @CC@ -O
- CFLAGS = @DEFS@
- LIBS = @LIBS@
- PIPE = @PIPE@
-@@ -22,10 +21,10 @@
-
- # BINDIR is the directory you wish tt++ to be placed if you wish to use
- # make install.
--BINDIR = ..
-+BINDIR = /usr/local/bin
-
- # DEFAULT_FILE_DIR is the path to tintin files.
--DEFAULT_FILE_DIR = ~
-+DEFAULT_FILE_DIR = /usr/local/lib/tintin
-
- #########################################
- # You shouldn't need to change anything #
-@@ -41,14 +40,14 @@
- variables.c highlight.c antisub.c ivars.c help.c text.c glob.c
- OFILES = $(CFILES:.c=.o)
-
--all: tintin++ install
-+all: tintin++
-
- tintin++: $(OFILES) tintin.h
- @echo "Linking..."
- $(CC) $(CFLAGS) $(FFLAGS) $(LFLAGS) -o tt++ $(OFILES) $(LIBS)
-
- install: all
-- @./install.sh $(BINDIR) $(DEFAULT_FILE_DIR) $(COMPRESSED_HELP)
-+ @./install.sh $(BINDIR) $(DEFAULT_FILE_DIR) Ok
-
- # Autocompile all .c files into .o files using this rule:
- .c.o: