Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13788 Details for
Bug 18855
hsc-0.929.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hsc-0.929-gentoo.diff
hsc-0.929-gentoo.diff (text/plain), 2.50 KB, created by
Daniel Armyr
on 2003-06-24 11:19:03 UTC
(
hide
)
Description:
hsc-0.929-gentoo.diff
Filename:
MIME Type:
Creator:
Daniel Armyr
Created:
2003-06-24 11:19:03 UTC
Size:
2.50 KB
patch
obsolete
>--- Makefile.orig 2003-04-03 10:57:27.000000000 +0200 >+++ Makefile 2003-05-01 16:58:13.000000000 +0200 >@@ -19,8 +19,8 @@ > # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > # > >-CC = gcc >-CFLAGS = -fomit-frame-pointer -O3 -Wall -pedantic >+#CC = gcc >+#CFLAGS = -fomit-frame-pointer -O3 -Wall -pedantic > #CFLAGS = -ggdb -DDEBUG -DDEBUG_UGLY -Wall -pedantic > #CFLAGS = -ggdb -Wall -pedantic > SYS = -DUNIX >@@ -42,6 +42,7 @@ > # `install' rule: > # > # INSTALL `install' command to be used >+#***GENTOO: Is changed to DESTDIR to comply > # INSTDIR base destination-directory > # ("/bin" and "/lib" will be added) > # >@@ -50,7 +51,7 @@ > #INSTALL = /bin/install > > #INSTDIR = /usr >-INSTDIR = /usr/local >+#INSTDIR = /usr/ > #INSTDIR = $(HOME) > > #------------------------------------------------ >@@ -212,15 +213,23 @@ > # installation > #-------------------------------------------------------------------- > install : all >- $(INSTALL) -m 755 -s hsc/hsc $(INSTDIR)/bin/hsc >- $(INSTALL) -m 755 -s hsctools/hscdepp $(INSTDIR)/bin/hscdepp >- $(INSTALL) -m 755 -s hsctools/hscpitt $(INSTDIR)/bin/hscpitt >- $(INSTALL) -m 644 hsc.prefs $(INSTDIR)/lib/hsc.prefs >- $(INSTALL) -m 644 -D README $(INSTDIR)/share/doc/hsc/README >- $(INSTALL) -m 644 -D CHANGES $(INSTDIR)/share/doc/hsc/CHANGES >- cp -R docs $(INSTDIR)/share/doc/hsc/ >- find $(INSTDIR)/share/doc/hsc/docs -type d | xargs chmod 755 >- find $(INSTDIR)/share/doc/hsc/docs -type f | xargs chmod 644 >+ $(INSTALL) -m 755 -s hsc/hsc $(DESTDIR)/bin/hsc >+ $(INSTALL) -m 755 -s hsctools/hscdepp $(DESTDIR)/bin/hscdepp >+ $(INSTALL) -m 755 -s hsctools/hscpitt $(DESTDIR)/bin/hscpitt >+ $(INSTALL) -m 644 hsc.prefs $(DESTDIR)/lib/hsc.prefs >+ $(INSTALL) -m 644 -D README $(DESTDIR)/share/doc/${P}/README >+ $(INSTALL) -m 644 -D CHANGES $(DESTDIR)/share/doc/${P}/CHANGES >+ cp -R docs $(DESTDIR)/share/doc/${P}/ >+ cp -R examples $(DESTDIR)/share/doc/${P}/ >+ cp -R starter-project $(DESTDIR)/share/doc/${P}/ >+ cp -R docs-source $(DESTDIR)/share/doc/${P}/examples/ >+ find $(DESTDIR)/share/doc/${P}/docs -type d | xargs chmod 755 >+ find $(DESTDIR)/share/doc/${P}/docs -type f | xargs chmod 644 >+ find $(DESTDIR)/share/doc/${P}/examples -type d | xargs chmod 755 >+ find $(DESTDIR)/share/doc/${P}/examples -type f | xargs chmod 644 >+ find $(DESTDIR)/share/doc/${P}/starter-project -type d | xargs chmod 755 >+ find $(DESTDIR)/share/doc/${P}/starter-project -type f | xargs chmod 644 >+ > > #-------------------------------------------------------------------- > # cleanup - remove all objects and executables
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 18855
:
10276
|
10277
|
11070
|
11071
|
11161
|
13787
|
13788
|
21408
|
21409
|
21410