Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25519 Details for
Bug 38264
Ebuild for seyon needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for updated locks on seyon ebuild
seyon-2.20c.ebuild-updated-locks.patch (text/plain), 942 bytes, created by
James W. Dumay
on 2004-02-13 00:12:38 UTC
(
hide
)
Description:
patch for updated locks on seyon ebuild
Filename:
MIME Type:
Creator:
James W. Dumay
Created:
2004-02-13 00:12:38 UTC
Size:
942 bytes
patch
obsolete
>--- seyon-2.20c.ebuild.old 2004-02-14 06:09:50.059815176 +1100 >+++ seyon-2.20c.ebuild 2004-02-14 06:05:49.953316912 +1100 >@@ -11,26 +11,31 @@ > IUSE="" > > DEPEND="virtual/x11" >-#RDEPEND="" >- >-#S=${WORKDIR}/${PN} > > src_compile() { > epatch ${FILESDIR}/${P}-compile-fix.patch >+ > #fixes pronlem with lockfiles #38264 > epatch ${FILESDIR}/${P}-lock-file-fix.patch >+ > export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin/" > xmkmf || die "xmkmf failed" >+ > chmod 0750 makever.sh || die "could not set executable permissions to makever.sh" >+ > epatch ${FILESDIR}/${P}-makefile-patch.patch >+ > make || die > } > > src_install() { > make DESTDIR=${D} install || die > make DESTDIR=${D} install.man >- mkdir ${D}/var/lock/uucp >- touch ${D}/etc/lock >+} >+ >+pkg_postinst() { >+ mkdir /var/lock/uucp >+ touch /var/lock/seyon_locks > } > > DOCS="1-BUGREPORT 1-CHANGES 1-COPYING 1-FAQ 1-HISTORY 1-INSTALL 1-PORTING 1-README 1-SURVEY 1-TODO COPYING"
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 38264
:
25320
|
25321
|
25322
|
25329
|
25395
|
25396
|
25397
|
25399
|
25401
|
25518
| 25519 |
25520