pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/xine-lib Added a patch that allows non-root...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87467ef531bc
branches:  trunk
changeset: 492472:87467ef531bc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 13 16:54:02 2005 +0000

description:
Added a patch that allows non-root users to install xine.h, even when the
files are installed read-only. Approved by jlam.

diffstat:

 multimedia/xine-lib/distinfo         |   3 ++-
 multimedia/xine-lib/patches/patch-bg |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r c7044ce045f1 -r 87467ef531bc multimedia/xine-lib/distinfo
--- a/multimedia/xine-lib/distinfo      Wed Apr 13 16:49:57 2005 +0000
+++ b/multimedia/xine-lib/distinfo      Wed Apr 13 16:54:02 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/03/28 08:12:48 jmmv Exp $
+$NetBSD: distinfo,v 1.16 2005/04/13 16:54:02 rillig Exp $
 
 SHA1 (xine-lib-1.0.tar.gz) = dd02fb31c68ae68e2283d02e16bb8e80fcced9fd
 RMD160 (xine-lib-1.0.tar.gz) = ad84871d50d51552ba8913c0744e4a2b2b21f124
@@ -24,3 +24,4 @@
 SHA1 (patch-bd) = 5352293022da25b08598d42655af2524ff99b28a
 SHA1 (patch-be) = de3f7fe1f595ef5696379b183b661197745971a2
 SHA1 (patch-bf) = ea84b3c64dbec8f0559127f9fa28e4afa3e5dc14
+SHA1 (patch-bg) = c905cbac881a8f623bb0f465194673dcdaf373c0
diff -r c7044ce045f1 -r 87467ef531bc multimedia/xine-lib/patches/patch-bg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-lib/patches/patch-bg      Wed Apr 13 16:54:02 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-bg,v 1.1 2005/04/13 16:54:03 rillig Exp $
+
+All files in $(DESTDIR) may be marked read-only, so better use the
+INSTALL_HEADER tools to overwrite them correctly.
+
+--- include/Makefile.in.orig   Sat Dec 25 23:34:48 2004
++++ include/Makefile.in        Tue Apr 12 11:04:43 2005
+@@ -727,7 +727,8 @@ maintainer-clean-generic:
+       -rm -f Makefile.in
+ 
+ install-data-local: install-includeHEADERS
+-      sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h
++      sed -e '/^\/\*_x_/d' xine.h > installed-xine.h
++      $(INSTALL_HEADER) installed-xine.h $(DESTDIR)$(includedir)/xine.h
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:



Home | Main Index | Thread Index | Old Index