diff options
author | jmz <jmz@FreeBSD.org> | 2003-12-25 10:18:55 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2003-12-25 10:18:55 +0800 |
commit | 8c3835ef5cef0de94d52697c2e34dad67cccb8cf (patch) | |
tree | 6b92e29ed77c7123f40c39a54e0d85f7095a706a /x11-toolkits | |
parent | 862540b9ae1c9e165861e76d4d10254b66b921fe (diff) | |
download | freebsd-ports-gnome-8c3835ef5cef0de94d52697c2e34dad67cccb8cf.tar.gz freebsd-ports-gnome-8c3835ef5cef0de94d52697c2e34dad67cccb8cf.tar.zst freebsd-ports-gnome-8c3835ef5cef0de94d52697c2e34dad67cccb8cf.zip |
Bug fix: add WmDefault.tcl in the list of scripts required by tixSamLib.
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 |