From: Peter Korsgaard Date: Thu, 14 May 2009 15:24:31 +0000 (+0200) Subject: cups: remove version number from patches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfcfcc1ca8336b1344304e87326998ff0b168ed9;p=buildroot.git cups: remove version number from patches Signed-off-by: Peter Korsgaard --- diff --git a/package/cups/cups-1.3.5-mantohtml.patch b/package/cups/cups-1.3.5-mantohtml.patch deleted file mode 100644 index e6a10b0d01..0000000000 --- a/package/cups/cups-1.3.5-mantohtml.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cups-1.3.5/man/Makefile 2007-07-12 21:01:14.000000000 -0400 -+++ cups-1.3.5/man/Makefile 2008-02-11 08:55:24.000000000 -0500 -@@ -173,7 +173,7 @@ html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) ma - done - - mantohtml: mantohtml.o -- $(CC) $(LDFLAGS) -o $@ mantohtml.o -+ gcc -I/usr/include -I../ -L/usr/lib mantohtml.c -o mantohtml - - - # diff --git a/package/cups/cups-1.3.5-no-tests-man.patch b/package/cups/cups-1.3.5-no-tests-man.patch deleted file mode 100644 index 567c801c64..0000000000 --- a/package/cups/cups-1.3.5-no-tests-man.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- cups-1.3.5/Makefile 2007-12-06 15:09:39.000000000 -0500 -+++ cups-1.3.5/Makefile 2008-02-09 21:53:03.000000000 -0500 -@@ -19,8 +19,8 @@ include Makedefs - # Directories to make... - # - --DIRS = cups backend berkeley cgi-bin filter locale man monitor \ -- notifier $(PDFTOPS) scheduler systemv test \ -+DIRS = cups backend berkeley cgi-bin filter locale monitor \ -+ notifier $(PDFTOPS) scheduler systemv \ - $(PHPDIR) \ - conf data doc $(FONTS) ppd templates - diff --git a/package/cups/cups-mantohtml.patch b/package/cups/cups-mantohtml.patch new file mode 100644 index 0000000000..e6a10b0d01 --- /dev/null +++ b/package/cups/cups-mantohtml.patch @@ -0,0 +1,11 @@ +--- cups-1.3.5/man/Makefile 2007-07-12 21:01:14.000000000 -0400 ++++ cups-1.3.5/man/Makefile 2008-02-11 08:55:24.000000000 -0500 +@@ -173,7 +173,7 @@ html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) ma + done + + mantohtml: mantohtml.o +- $(CC) $(LDFLAGS) -o $@ mantohtml.o ++ gcc -I/usr/include -I../ -L/usr/lib mantohtml.c -o mantohtml + + + # diff --git a/package/cups/cups-no-tests-man.patch b/package/cups/cups-no-tests-man.patch new file mode 100644 index 0000000000..567c801c64 --- /dev/null +++ b/package/cups/cups-no-tests-man.patch @@ -0,0 +1,13 @@ +--- cups-1.3.5/Makefile 2007-12-06 15:09:39.000000000 -0500 ++++ cups-1.3.5/Makefile 2008-02-09 21:53:03.000000000 -0500 +@@ -19,8 +19,8 @@ include Makedefs + # Directories to make... + # + +-DIRS = cups backend berkeley cgi-bin filter locale man monitor \ +- notifier $(PDFTOPS) scheduler systemv test \ ++DIRS = cups backend berkeley cgi-bin filter locale monitor \ ++ notifier $(PDFTOPS) scheduler systemv \ + $(PHPDIR) \ + conf data doc $(FONTS) ppd templates +