diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-25 02:18:55 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-25 02:18:55 +0000 |
commit | 40f85e20d5a47067866edce248a18a99bbb9890b (patch) | |
tree | 47247b5d97d97cf8f9615e0f6fadbabce8bb1d0f /x11-toolkits | |
parent | 7fe38b824125b859fccf7002748288ee8c5d344f (diff) | |
download | ports-40f85e20d5a47067866edce248a18a99bbb9890b.tar.gz ports-40f85e20d5a47067866edce248a18a99bbb9890b.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tix/files/patch-ac | 14 |
2 files changed, 12 insertions, 4 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 6298a96f6a80..f88bb11b0eeb 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -7,7 +7,7 @@ PORTNAME= tix PORTVERSION= 8.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tix diff --git a/x11-toolkits/tix/files/patch-ac b/x11-toolkits/tix/files/patch-ac index 70cc6b368366..992bdbbb5b95 100644 --- a/x11-toolkits/tix/files/patch-ac +++ b/x11-toolkits/tix/files/patch-ac @@ -1,6 +1,14 @@ --- Makefile.in.orig Wed Dec 11 08:18:41 2002 -+++ Makefile.in Tue Dec 2 21:13:48 2003 -@@ -261,6 +261,7 @@ ++++ Makefile.in Thu Dec 25 03:14:14 2003 +@@ -253,6 +253,7 @@ + TIX_SCRIPTS = \ + $(SRC_DIR)/library/pref/*.fsc \ + $(SRC_DIR)/library/pref/*.csc \ ++ $(SRC_DIR)/library/pref/WmDefault.tcl \ + $(SRC_DIR)/library/*.tcl + + all: $(TIX_LIB_FILE) $(TIX_EXE_FILE) @TIX_SAM_TARGETS@ +@@ -261,6 +262,7 @@ rm -f $(TIX_LIB_FILE) @TIX_MAKE_LIB@ $(TIX_RANLIB) $(TIX_LIB_FILE) @@ -8,7 +16,7 @@ $(TCL_SAM_FILE): $(TCL_SAM_OBJS) rm -f $(TCL_SAM_FILE) -@@ -387,7 +388,7 @@ +@@ -387,7 +389,7 @@ $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tixImgXpm.c tixInit.o: $(GENERIC_DIR)/tixInit.c |