diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-26 22:53:12 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-26 22:53:12 +0000 |
commit | 5c6b3a2e17970dcf9bd2122507fa91bb36dd1eba (patch) | |
tree | 167339561653c9c92b547961661635f77a67ef85 /dev-util/pccts | |
parent | Initial import, ebuild by /me. (diff) | |
download | gentoo-2-5c6b3a2e17970dcf9bd2122507fa91bb36dd1eba.tar.gz gentoo-2-5c6b3a2e17970dcf9bd2122507fa91bb36dd1eba.tar.bz2 gentoo-2-5c6b3a2e17970dcf9bd2122507fa91bb36dd1eba.zip |
Cleaning out unused patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util/pccts')
-rw-r--r-- | dev-util/pccts/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff | 69 |
2 files changed, 5 insertions, 70 deletions
diff --git a/dev-util/pccts/ChangeLog b/dev-util/pccts/ChangeLog index 8999b9783161..181901a70432 100644 --- a/dev-util/pccts/ChangeLog +++ b/dev-util/pccts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pccts # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/ChangeLog,v 1.27 2009/08/01 01:56:07 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/ChangeLog,v 1.28 2009/08/26 22:53:12 vostorga Exp $ + + 26 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> + -files/pccts-1.33.32-r1-gentoo.diff: + Cleaning out unused patch 01 Aug 2009; <vostorga@gentoo.org> pccts-1.33.33.ebuild: Respecting CC variable, closes bug #244032 diff --git a/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff b/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff deleted file mode 100644 index 5835c807104c..000000000000 --- a/dev-util/pccts/files/pccts-1.33.32-r1-gentoo.diff +++ /dev/null @@ -1,69 +0,0 @@ ---- pccts/support/genmk/genmk.c Fri Aug 3 17:12:51 2001 -+++ pccts/support/genmk/genmk-gentoo.c Fri Aug 3 17:12:14 2001 -@@ -7,6 +7,11 @@ - * U of MN - */ - -+/* modified 20010803 by Peter Kadau -+ * for better fhs-compliance -+ * i.e. from "none" to "hmmm soso" ;-) -+ */ -+ - #include <stdio.h> - #include <string.h> - #include "pcctscfg.h" /* be sensitive to what ANTLR/DLG call the files */ -@@ -65,7 +70,7 @@ - static int nondef_comp = 0; /* 1=compiler is non default */ - static char *compilerCCC="CC"; - static char *compilerCC="cc"; --static char *pccts_path="/usr/local/pccts"; -+static char *pccts_path="/usr/include/pccts"; - - #ifdef __STDC__ - void help(void); -@@ -356,7 +361,7 @@ - { "-cfiles",1,pCFiles, "Additional files in C or C++ to compile"}, - { "-sor",0,pSor, "Start of sorcerer group"}, - { "-pccts_path",1,ppccts_path, -- "Path for $PCCTS directory (default is /usr/local/pccts)"}, -+ "Path for $PCCTS directory (default is /usr/include/pccts)"}, - { "-compiler",1,pCompiler, - "Default compiler (default is CC/cc)"}, - { "*", 0,pFile, "" }, /* anything else is a file */ -@@ -495,13 +500,13 @@ - else printf("SCAN = %s%s\n", DIR(), dlg_class); - - printf("PCCTS = %s\n",pccts_path); -- printf("ANTLR_H = $(PCCTS)%sh\n", DirectorySymbol); -+ printf("ANTLR_H = $(PCCTS)\n"); - if (num_sors>0) { -- printf("SOR_H = $(PCCTS)%ssorcerer%sh\n", DirectorySymbol, DirectorySymbol); -+ printf("SOR_H = $(PCCTS)%ssorcerer\n", DirectorySymbol); - printf("SOR_LIB = $(PCCTS)%ssorcerer%slib\n", - DirectorySymbol, DirectorySymbol); - } -- printf("BIN = $(PCCTS)%sbin\n", DirectorySymbol); -+ printf("BIN = %susr%sbin\n", DirectorySymbol, DirectorySymbol); - printf("ANTLR = $(BIN)%santlr\n", DirectorySymbol); - printf("DLG = $(BIN)%sdlg\n", DirectorySymbol); - if (num_sors>0) printf("SOR = $(BIN)%ssor\n", DirectorySymbol); ---- pccts/sorcerer/lib/sorlist.c 1999-06-30 03:15:56.000000000 +0200 -+++ pccts/sorcerer/lib/sorlist.c.new 2003-05-23 11:11:09.000000000 +0200 -@@ -28,6 +28,7 @@ - */ - #include <stdio.h> - #include <setjmp.h> -+#include "pcctscfg.h" - - #ifdef PCCTS_USE_STDARG - #include <stdarg.h> ---- pccts/sorcerer/lib/sintstack.c 1999-06-30 15:08:06.000000000 +0200 -+++ pccts/sorcerer/lib/sintstack.c.new 2003-05-23 12:54:26.000000000 +0200 -@@ -28,6 +28,7 @@ - */ - #include <stdio.h> - #include <setjmp.h> -+#include "pcctscfg.h" - - #ifdef PCCTS_USE_STDARG - #include <stdarg.h> |