Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40317 Details for
Bug 65156
Ebuild for foo2zjs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/foo2zjs-20040923-Makefile.patch
foo2zjs-20040923-Makefile.patch (text/plain), 2.31 KB, created by
Stefan Schweizer (RETIRED)
on 2004-09-24 12:20:27 UTC
(
hide
)
Description:
files/foo2zjs-20040923-Makefile.patch
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2004-09-24 12:20:27 UTC
Size:
2.31 KB
patch
obsolete
>diff -Naur foo2zjs/Makefile.orig foo2zjs/Makefile >--- foo2zjs/Makefile.orig 2004-09-24 18:41:29.000664696 +0200 >+++ foo2zjs/Makefile 2004-09-24 18:43:35.552425904 +0200 >@@ -6,8 +6,6 @@ > VERSION=0.0 > > # Installation prefix... >-PREFIX=/usr/local >-PREFIX=/usr > > # Pathnames for this package... > BIN=$(PREFIX)/bin >@@ -17,7 +15,7 @@ > DOCDIR=$(PREFIX)/share/doc/foo2zjs/ > > # Pathnames for referenced packages... >-FOODB=/usr/share/foomatic/db/source >+FOODB=$(PREFIX)/share/foomatic/db/source > > # User ID's > LPuid=-olp >@@ -116,7 +114,7 @@ > endif > > # Compiler flags >-CFLAGS += -O2 -Wall >+#CFLAGS += -O2 -Wall > > # > # Rules to create test documents >@@ -259,11 +257,11 @@ > # > # Clear foomatic cache and rebuild database if needed > # >- rm -rf /var/cache/foomatic/*/* >- if [ -d /var/cache/foomatic/compiled ]; then \ >- cd /var/cache/foomatic/compiled; \ >- foomatic-combo-xml -O >overview.xml; \ >- fi >+# rm -rf /var/cache/foomatic/*/* >+# if [ -d /var/cache/foomatic/compiled ]; then \ >+# cd /var/cache/foomatic/compiled; \ >+# foomatic-combo-xml -O >overview.xml; \ >+# fi > > install-icc2ps: > # >@@ -313,8 +311,8 @@ > [ -d $(USBDIR) ] || install -d -m 755 $(USBDIR)/ > install -c -m 755 hplj1000 $(USBDIR)/ > ln -sf $(USBDIR)/hplj1000 $(USBDIR)/hplj1005 >- $(USBDIR)/hplj1000 install-usermap >- $(USBDIR)/hplj1005 install-usermap >+# $(USBDIR)/hplj1000 install-usermap >+# $(USBDIR)/hplj1005 install-usermap > > clean: > -rm -f foo2zjs zjsdecode pbmtozjs jbg2pbm >@@ -455,7 +453,7 @@ > ppd: > ./getweb ppd > >-MODEL=/usr/share/cups/model >+MODEL=$(PREFIX)/share/cups/model > install-ppd: > # > # Install PPD files for CUPS >@@ -512,7 +510,6 @@ > install -c -m 644 README $(DOCDIR) > install -c -m 644 ChangeLog $(DOCDIR) > >-GROFF=/usr/local/test/bin/groff > GROFF=groff > manual.pdf: $(MANPAGES) > -$(GROFF) -t -man $(MANPAGES) | ps2pdf - $@ >diff -Naur foo2zjs.org/icc2ps/Makefile foo2zjs/icc2ps/Makefile >--- foo2zjs.org/icc2ps/Makefile 2004-09-23 23:24:36.592184368 +0200 >+++ foo2zjs/icc2ps/Makefile 2004-09-23 22:54:18.264612176 +0200 >@@ -1,10 +1,10 @@ >-PREFIX= /usr >+#PREFIX= /usr > BIN= $(PREFIX)/bin > SRC= icc2ps.c xgetopt.c > LIB= cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \ > cmslut.c cmsmatsh.c cmsmtrx.c cmsnamed.c cmspack.c cmspcs.c cmsps2.c \ > cmssamp.c cmswtpnt.c cmsxform.c >-CFLAGS= -O3 >+#CFLAGS= -O3 > > all: foo2zjs-icc2ps >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 65156
:
40264
|
40265
|
40266
|
40316
|
40317
|
40604
|
40605
|
40606
|
40883
|
42700
|
44146
|
44147