diff options
author | hans <hans@pkgsrc.org> | 2011-11-29 15:30:27 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-29 15:30:27 +0000 |
commit | 96f0b91b1d61718037e43385d981b814ed510a6e (patch) | |
tree | 061c0cae9de038abcbe88603a8f9061b94f4ea47 /games/kdegames3 | |
parent | 59c642b4a731a782566e007a8a56fce1de9eb832 (diff) | |
download | pkgsrc-96f0b91b1d61718037e43385d981b814ed510a6e.tar.gz |
Don't use ((command)), use ( (command)) instead. Fixes some build breakage.
Diffstat (limited to 'games/kdegames3')
-rw-r--r-- | games/kdegames3/distinfo | 6 | ||||
-rw-r--r-- | games/kdegames3/patches/patch-kfouleggs_Makefile.in | 36 | ||||
-rw-r--r-- | games/kdegames3/patches/patch-klickety_Makefile.in | 36 | ||||
-rw-r--r-- | games/kdegames3/patches/patch-kmines_Makefile.in | 36 | ||||
-rw-r--r-- | games/kdegames3/patches/patch-ksirtet_ksirtet_Makefile.in | 36 |
5 files changed, 149 insertions, 1 deletions
diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo index 3f41c33a73d..ac03565c9cd 100644 --- a/games/kdegames3/distinfo +++ b/games/kdegames3/distinfo @@ -1,5 +1,9 @@ -$NetBSD: distinfo,v 1.37 2008/08/27 12:23:15 markd Exp $ +$NetBSD: distinfo,v 1.38 2011/11/29 15:30:27 hans Exp $ SHA1 (kdegames-3.5.10.tar.bz2) = 287aa0d1ae19b8f04d64c4449fed6a7cec58844d RMD160 (kdegames-3.5.10.tar.bz2) = a185104b0048b0554f4638b482e69455eb10daa5 Size (kdegames-3.5.10.tar.bz2) = 10783059 bytes +SHA1 (patch-kfouleggs_Makefile.in) = 53fc5088a5f6221f17f766fd37095950643da7e3 +SHA1 (patch-klickety_Makefile.in) = eac00e6ac57e5e6c0a5fadb5cb2d03e72f263a4d +SHA1 (patch-kmines_Makefile.in) = 279c24b558b48323a25ff1e4e50d2b942b96b1b2 +SHA1 (patch-ksirtet_ksirtet_Makefile.in) = cc9b7c9bba6039d5d5291e6e53c7afdf289b36b9 diff --git a/games/kdegames3/patches/patch-kfouleggs_Makefile.in b/games/kdegames3/patches/patch-kfouleggs_Makefile.in new file mode 100644 index 00000000000..4de6c273f50 --- /dev/null +++ b/games/kdegames3/patches/patch-kfouleggs_Makefile.in @@ -0,0 +1,36 @@ +--- kfouleggs/Makefile.in.orig 2008-08-20 17:43:05.000000000 +0200 ++++ kfouleggs/Makefile.in 2011-11-02 12:57:01.562496478 +0100 +@@ -905,28 +905,28 @@ install-data-local: + + install-exec-hook: + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ ++ && ( (mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ + && chmod 750 $(DESTHIGHSCORES)) \ + || echo "Error: Could not create the highscore directory with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test ${setgid} = true \ +- && ((chmod 2755 $(DESTBIN)) \ ++ && ( (chmod 2755 $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ ++ && ( (touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ + && chmod 0660 $(DESTSCORES)) \ + || echo "Error: Could not create system-wide highscore file with correct permissions !!" \ + )) || true diff --git a/games/kdegames3/patches/patch-klickety_Makefile.in b/games/kdegames3/patches/patch-klickety_Makefile.in new file mode 100644 index 00000000000..261c8d4aa3d --- /dev/null +++ b/games/kdegames3/patches/patch-klickety_Makefile.in @@ -0,0 +1,36 @@ +--- klickety/Makefile.in.orig 2008-08-20 17:43:06.000000000 +0200 ++++ klickety/Makefile.in 2011-11-02 12:57:45.964380911 +0100 +@@ -881,28 +881,28 @@ install-data-local: + + install-exec-hook: + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ ++ && ( (mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ + && chmod 750 $(DESTHIGHSCORES)) \ + || echo "Error: Could not create the highscore directory with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test ${setgid} = true \ +- && ((chmod 2755 $(DESTBIN)) \ ++ && ( (chmod 2755 $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ ++ && ( (touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ + && chmod 0660 $(DESTSCORES)) \ + || echo "Error: Could not create system-wide highscore file with correct permissions !!" \ + )) || true diff --git a/games/kdegames3/patches/patch-kmines_Makefile.in b/games/kdegames3/patches/patch-kmines_Makefile.in new file mode 100644 index 00000000000..02955b01418 --- /dev/null +++ b/games/kdegames3/patches/patch-kmines_Makefile.in @@ -0,0 +1,36 @@ +--- kmines/Makefile.in.orig 2008-08-20 17:43:06.000000000 +0200 ++++ kmines/Makefile.in 2011-11-02 12:54:17.713830056 +0100 +@@ -849,28 +849,28 @@ install-data-local: + + install-exec-hook: + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ ++ && ( (mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ + && chmod 750 $(DESTHIGHSCORES)) \ + || echo "Error: Could not create the highscore directory with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test ${setgid} = true \ +- && ((chmod 2755 $(DESTBIN)) \ ++ && ( (chmod 2755 $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ ++ && ( (touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ + && chmod 0660 $(DESTSCORES)) \ + || echo "Error: Could not create system-wide highscore file with correct permissions !!" \ + )) || true diff --git a/games/kdegames3/patches/patch-ksirtet_ksirtet_Makefile.in b/games/kdegames3/patches/patch-ksirtet_ksirtet_Makefile.in new file mode 100644 index 00000000000..1bed7283d7a --- /dev/null +++ b/games/kdegames3/patches/patch-ksirtet_ksirtet_Makefile.in @@ -0,0 +1,36 @@ +--- ksirtet/ksirtet/Makefile.in.orig 2008-08-20 17:43:06.000000000 +0200 ++++ ksirtet/ksirtet/Makefile.in 2011-11-02 12:56:14.974702886 +0100 +@@ -820,28 +820,28 @@ install-data-local: + + install-exec-hook: + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ ++ && ( (mkdir -p $(DESTHIGHSCORES) && chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \ + && chmod 750 $(DESTHIGHSCORES)) \ + || echo "Error: Could not create the highscore directory with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ ++ && ( (chown $(highscore_user):$(highscore_group) $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test ${setgid} = true \ +- && ((chmod 2755 $(DESTBIN)) \ ++ && ( (chmod 2755 $(DESTBIN)) \ + || echo "Error: Could not install the game with correct permissions !!" \ + )) || true + + @(test x$(HIGHSCORE_DIRECTORY) != x \ +- && ((touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ ++ && ( (touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) $(DESTSCORES) \ + && chmod 0660 $(DESTSCORES)) \ + || echo "Error: Could not create system-wide highscore file with correct permissions !!" \ + )) || true |