diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-29 16:09:26 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-29 16:09:26 +0000 |
commit | 472125067411ca8ad482ca2881c454d0d26e5804 (patch) | |
tree | e1172d6bfccacf0960011b2b54866ce6ddf0b585 /games/actx/files | |
parent | 3049b0bcfc135c125284bde7c2317313cabf7746 (diff) | |
download | FreeBSD-ports-472125067411ca8ad482ca2881c454d0d26e5804.zip FreeBSD-ports-472125067411ca8ad482ca2881c454d0d26e5804.tar.gz |
Update to version 1.01
PR: 24709
Submitted by: MAINTAINER
Diffstat (limited to 'games/actx/files')
-rw-r--r-- | games/actx/files/patch-aa | 15 | ||||
-rw-r--r-- | games/actx/files/patch-ab | 55 | ||||
-rw-r--r-- | games/actx/files/patch-ad | 54 |
3 files changed, 45 insertions, 79 deletions
diff --git a/games/actx/files/patch-aa b/games/actx/files/patch-aa index 086add0..4581928 100644 --- a/games/actx/files/patch-aa +++ b/games/actx/files/patch-aa @@ -1,6 +1,6 @@ ---- Imakefile.org Fri Oct 8 00:41:34 1999 -+++ Imakefile Fri Oct 8 00:22:35 1999 -@@ -29,7 +29,7 @@ +--- Imakefile.orig Mon Jan 29 09:27:25 2001 ++++ Imakefile Mon Jan 29 09:29:06 2001 +@@ -42,7 +42,7 @@ XCOMM -------------- ActX 本体 Install先 Directory --------------- @@ -9,7 +9,7 @@ XCOMM PREFIX = ${HOME} BINDIR = ${PREFIX}/bin -@@ -37,9 +37,11 @@ +@@ -50,9 +50,11 @@ XCOMM -------- ActX マスコットデータ Install先 Directory ---------- @@ -23,12 +23,11 @@ -@@ -59,7 +61,7 @@ - XPMLIB = -lXpm +@@ -72,7 +74,7 @@ + EXTRA_LIBRARIES += -lXpm AllTarget(actx) -NormalProgramTarget(actx,$(OBJS),,$(LOCAL_LIBRARIES),$(XPMLIB)) +NormalProgramTarget(actx,$(OBJS),$(LOCAL_LIBRARIES),XawClientLibs,$(XPMLIB)) - #ifdef USE_I18N - DEFINES_I18N = -DI18N + InstallManPage(actx,$(MANDIR)) diff --git a/games/actx/files/patch-ab b/games/actx/files/patch-ab index 3302704..c072aa4 100644 --- a/games/actx/files/patch-ab +++ b/games/actx/files/patch-ab @@ -1,36 +1,19 @@ -*** install.actxrc.org Thu Oct 21 00:59:57 1999 ---- install.actxrc Thu Oct 21 01:02:19 1999 -*************** Actx*titleOfMenuJ: ONE 〜 輝く季節へ 〜 -*** 8,14 **** - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: /usr/local/lib/actx - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - ---- 8,14 ---- - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: %%ACTXDIR%% - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - -*************** Actx*baloon.foreground: HotPink -*** 16,22 **** - - Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: /usr/local/lib/actX/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - ---- 16,22 ---- - - Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: %%ACTXDIR%%/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - +--- install.actxrc.orig Mon Jan 29 00:20:52 2001 ++++ install.actxrc Mon Jan 29 00:19:34 2001 +@@ -8,7 +8,7 @@ + + Axtx*titleOfMenuE: ONE - for Bright Season - + +-Actx*xpmDir: /usr/local/lib/actx ++Actx*xpmDir: %%ACTXDIR%% + + Actx*balloon.font: -*-fixed-medium-r-normal--14-* + +@@ -23,7 +23,7 @@ + !Actx*balloon.style: standard + Actx*balloon.style: wmaker + +-!Actx*sndDir: /usr/local/lib/actX/wav ++!Actx*sndDir: %%ACTXDIR%%/wav + + !Actx*sndCom: /usr/local/bin/wavplay -q %s diff --git a/games/actx/files/patch-ad b/games/actx/files/patch-ad index 221e9fc..33c2d2f 100644 --- a/games/actx/files/patch-ad +++ b/games/actx/files/patch-ad @@ -1,35 +1,19 @@ -*** samples/sample.actxrc.orig Sun Oct 17 00:17:16 1999 ---- samples/sample.actxrc Thu Oct 21 01:38:29 1999 -*************** Actx*titleOfMenuJ: ONE 〜 輝く季節へ 〜 -*** 8,22 **** - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: /usr/local/lib/actx - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - - Actx*baloon.foreground: HotPink - -! Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: /usr/local/lib/actX/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - ---- 8,22 ---- - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: %%ACTXDIR%% - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - - Actx*baloon.foreground: HotPink - -! !Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: %%ACTXDIR%%/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - +--- samples/sample.actxrc.orig Mon Jan 29 00:24:39 2001 ++++ samples/sample.actxrc Mon Jan 29 00:25:31 2001 +@@ -8,7 +8,7 @@ + + Axtx*titleOfMenuE: ONE - for Bright Season - + +-Actx*xpmDir: /usr/local/lib/actx ++Actx*xpmDir: %%ACTXDIR%% + + Actx*balloon.font: -*-fixed-medium-r-normal--14-* + +@@ -23,7 +23,7 @@ + !Actx*balloon.style: standard + Actx*balloon.style: wmaker + +-!Actx*sndDir: /usr/local/lib/actX/wav ++!Actx*sndDir: %%ACTXDIR%%/wav + + !Actx*sndCom: /usr/local/bin/wavplay -q %s |