Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44146 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]
[patch]
foo2zjs-20041117-Makefile.patch
foo2zjs-20041117-Makefile.patch (text/plain), 3.25 KB, created by
Stefan Schweizer (RETIRED)
on 2004-11-17 04:56:53 UTC
(
hide
)
Description:
foo2zjs-20041117-Makefile.patch
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2004-11-17 04:56:53 UTC
Size:
3.25 KB
patch
obsolete
>diff -Naur foo2zjs.orig/hplj.usermap foo2zjs/hplj.usermap >--- foo2zjs.orig/hplj.usermap 1970-01-01 01:00:00.000000000 +0100 >+++ foo2zjs/hplj.usermap 2004-11-17 13:17:17.897613136 +0100 >@@ -0,0 +1,2 @@ >+hplj1000 0x0003 0x03f0 0x0517 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 >+hplj1005 0x0003 0x03f0 0x1317 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 >diff -Naur foo2zjs.orig/Makefile foo2zjs/Makefile >--- foo2zjs.orig/Makefile 2004-09-24 18:41:29.000664696 +0200 >+++ foo2zjs/Makefile 2004-09-24 18:43:35.552425904 +0200 >@@ -6,8 +6,8 @@ > VERSION=0.0 > > # Installation prefix... >-PREFIX=/usr/local >-PREFIX=/usr >+PREFIX=$(DESTDIR)/usr/local >+PREFIX=$(DESTDIR)/usr > > # Pathnames for this package... > BIN=$(PREFIX)/bin >@@ -17,7 +17,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 >@@ -113,9 +113,6 @@ > endif > endif > >-# Compiler flags >-CFLAGS += -O2 -Wall >- > # > # Rules to create test documents > # >@@ -210,6 +207,7 @@ > # On Suse 9.0, run "yast" > > install-prog: >+ [ -d $(BIN) ] || install -d -m 755 $(BIN)/ > # > # Install driver, wrapper, and development tools > # >@@ -237,6 +235,7 @@ > # > @if [ -d $(FOODB) ]; then \ > for dir in driver printer opt; do \ >+ [ -d $(FOODB)/$$dir/ ] || install -d -m 755 $(FOODB)/$$dir/; \ > echo install -m 644 foomatic-db/$$dir/*.xml $(FOODB)/$$dir/; \ > install -c -m 644 foomatic-db/$$dir/*.xml $(FOODB)/$$dir/; \ > done \ >@@ -254,9 +253,9 @@ > # > # 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; \ >+ rm -rf $(DESTDIR)/var/cache/foomatic/*/* >+ if [ -d $(DESTDIR)/var/cache/foomatic/compiled ]; then \ >+ cd $(DESTDIR)/var/cache/foomatic/compiled; \ > foomatic-combo-xml -O >overview.xml; \ > fi > >@@ -303,13 +302,12 @@ > # foo2oak ICM files (if any) > install $(LPuid) $(LPgid) -m 775 -d $(SHAREOAK)/icm/ > >-USBDIR=/etc/hotplug/usb >+USBDIR=$(DESTDIR)/etc/hotplug/usb > install-hotplug: > [ -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 >+ install -c -m 755 hplj.usermap $(USBDIR)/ > > clean: > -rm -f foo2zjs zjsdecode >@@ -461,7 +459,7 @@ > ppd: > ./getweb ppd > >-MODEL=/usr/share/cups/model >+MODEL=$(PREFIX)/share/cups/model > install-ppd: > # > # Install PPD files for CUPS >@@ -518,7 +516,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,9 @@ >-PREFIX= /usr >+PREFIX= $(DESTDIR)/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 > > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65156
:
40264
|
40265
|
40266
|
40316
|
40317
|
40604
|
40605
|
40606
|
40883
|
42700
| 44146 |
44147