aboutsummaryrefslogtreecommitdiff
path: root/net/tintin++-devel/files/patch-aa
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-17 18:36:01 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-17 18:36:01 +0000
commitfc56a577dfc4ebeea384194cdba6574baf72337a (patch)
treedfb3f2326aa3dcbbfe6c6eab9eb1c87283d80286 /net/tintin++-devel/files/patch-aa
parent924199bc239550f3f935275f3a7835b79f9cb800 (diff)
downloadports-fc56a577dfc4ebeea384194cdba6574baf72337a.tar.gz
ports-fc56a577dfc4ebeea384194cdba6574baf72337a.zip
Notes
Diffstat (limited to 'net/tintin++-devel/files/patch-aa')
-rw-r--r--net/tintin++-devel/files/patch-aa168
1 files changed, 17 insertions, 151 deletions
diff --git a/net/tintin++-devel/files/patch-aa b/net/tintin++-devel/files/patch-aa
index 76295f0429c0..0d0e2f66106f 100644
--- a/net/tintin++-devel/files/patch-aa
+++ b/net/tintin++-devel/files/patch-aa
@@ -1,160 +1,26 @@
-*** Makefile.in.orig Fri Sep 9 19:35:20 1994
---- Makefile.in Tue Nov 15 02:07:48 1994
+*** Makefile.in.orig Thu Jul 20 11:46:17 2000
+--- Makefile.in Sat Sep 2 09:14:06 2000
***************
-*** 10,17 ****
- # 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@
- # If you plan on doing debugging (with gdb), it is very helpful to turn all
---- 10,16 ----
- # 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...
-! CFLAGS += @DEFS@
- LIBS = @LIBS@
- PIPE = @PIPE@
- # If you plan on doing debugging (with gdb), it is very helpful to turn all
-***************
-*** 22,31 ****
-
- # BINDIR is the directory you wish tt++ to be placed if you wish to use
- # make install.
-! BINDIR = ..
-
- # DEFAULT_FILE_DIR is the path to tintin files.
-! DEFAULT_FILE_DIR = @HOME@
-
- #########################################
- # You shouldn't need to change anything #
---- 21,30 ----
-
- # BINDIR is the directory you wish tt++ to be placed if you wish to use
- # make install.
-! BINDIR = /usr/local/bin
-
- # DEFAULT_FILE_DIR is the path to tintin files.
-! DEFAULT_FILE_DIR = /usr/local/lib/tintin
-
- #########################################
- # You shouldn't need to change anything #
-***************
-*** 41,54 ****
- variables.c highlight.c antisub.c ivars.c help.c text.c glob.c
- OFILES = $(CFILES:.c=.o)
-
-! all: tintin++ install
-
- tintin++: $(OFILES) tintin.h
- @echo "Linking..."
- $(CC) $(CFLAGS) $(FFLAGS) $(LFLAGS) -o tt++ $(OFILES) $(LIBS)
-
-! install: all
-! @./install.sh $(BINDIR) $(DEFAULT_FILE_DIR) $(COMPRESSED_HELP)
+*** 9,19 ****
- # Autocompile all .c files into .o files using this rule:
- .c.o:
---- 40,54 ----
- variables.c highlight.c antisub.c ivars.c help.c text.c glob.c
- OFILES = $(CFILES:.c=.o)
+ DEFINES = -D_GNU_SOURCE @DEFS@
-! all: tintin++
+- CC = @CC@
+ MAKE = @MAKE@
- tintin++: $(OFILES) tintin.h
- @echo "Linking..."
- $(CC) $(CFLAGS) $(FFLAGS) $(LFLAGS) -o tt++ $(OFILES) $(LIBS)
+ #this is the standard CFLAGS options, this is what most people should use
+! CFLAGS = -O2 $(DEFINES)
-! install:
-! @mkdir -p $(DEFAULT_FILE_DIR)
-! @./install.sh $(BINDIR) $(DEFAULT_FILE_DIR) Ok
-
- # Autocompile all .c files into .o files using this rule:
- .c.o:
-*** configure.old Sun Aug 28 14:06:38 1994
---- configure Tue Nov 15 01:42:46 1994
-***************
-*** 474,489 ****
- OLD_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -pipe"
-
-! echo "Do you want the helpfile to be compressed (yes/no)? "
-! read YESNO
-! if test $YESNO; then
-! if echo "$YESNO"|grep -i "no" >/dev/null; then
-! DEFS="$DEFS -DCOMPRESSED_HELP=0"
-! else
-! DEFS="$DEFS -DCOMPRESSED_HELP=1"
-! COMPRESSED_HELP="Ok"
-! fi
-! fi
-
- test -n "$silent" || echo "checking for -pipe"
- cat > conftest.${ac_ext} <<EOF
---- 474,492 ----
- OLD_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -pipe"
-
-! DEFS="$DEFS -DCOMPRESSED_HELP=1"
-! COMPRESSED_HELP="Ok"
-!
-! #echo "Do you want the helpfile to be compressed (yes/no)? "
-! #read YESNO
-! #if test $YESNO; then
-! # if echo "$YESNO"|grep -i "no" >/dev/null; then
-! # DEFS="$DEFS -DCOMPRESSED_HELP=0"
-! # else
-! # DEFS="$DEFS -DCOMPRESSED_HELP=1"
-! # COMPRESSED_HELP="Ok"
-! # fi
-! #fi
-
- test -n "$silent" || echo "checking for -pipe"
- cat > conftest.${ac_ext} <<EOF
-***************
-*** 854,860 ****
- :;
- fi
-
-! for ac_func in bcopy
- do
- ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
- test -n "$silent" || echo "checking for ${ac_func}"
---- 857,863 ----
- :;
- fi
-
-! for ac_func in
- do
- ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
- test -n "$silent" || echo "checking for ${ac_func}"
-*** install.sh.old Fri Sep 9 05:43:26 1994
---- install.sh Tue Nov 15 02:05:24 1994
-***************
-*** 5,16 ****
+ #this is the debugging CFLAGS options, should only be used if you want to
+ #debug/code tintin
+--- 9,18 ----
- echo " "
- echo "Copying the tintin++ executable to \"$1\"..."
-! strip tt++
-! cp tt++ "$1"
+ DEFINES = -D_GNU_SOURCE @DEFS@
- echo "Copying the tintin++ help file to \"$2\"..."
- if [ "$3" ]; then
-! cp support/.tt_help.txt.Z "$2/"
- else
- echo Uncompressing.
- uncompress -c support/.tt_help.txt.Z | cat > "$2"/.tt_help.txt
---- 5,15 ----
+ MAKE = @MAKE@
- echo " "
- echo "Copying the tintin++ executable to \"$1\"..."
-! install -c -s -o bin -g bin -m 555 tt++ "$1"
+ #this is the standard CFLAGS options, this is what most people should use
+! CFLAGS += $(DEFINES)
- echo "Copying the tintin++ help file to \"$2\"..."
- if [ "$3" ]; then
-! install -c -o bin -g bin -m 444 support/.tt_help.txt.Z "$2"
- else
- echo Uncompressing.
- uncompress -c support/.tt_help.txt.Z | cat > "$2"/.tt_help.txt
+ #this is the debugging CFLAGS options, should only be used if you want to
+ #debug/code tintin