pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libebml Force PREFIX.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca734a35f213
branches:  trunk
changeset: 495322:ca734a35f213
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jun 06 21:11:36 2005 +0000

description:
Force PREFIX.
Addresses PR pkg/30118, althought i can't reproduce it at all..

diffstat:

 devel/libebml/distinfo         |   4 ++--
 devel/libebml/patches/patch-aa |  16 +++++++++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 961cac3448b8 -r ca734a35f213 devel/libebml/distinfo
--- a/devel/libebml/distinfo    Mon Jun 06 20:43:52 2005 +0000
+++ b/devel/libebml/distinfo    Mon Jun 06 21:11:36 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2005/05/30 16:31:08 salo Exp $
+$NetBSD: distinfo,v 1.11 2005/06/06 21:11:36 salo Exp $
 
 SHA1 (libebml-0.7.5.tar.bz2) = a12a63fa6970df166cbb8087f30f9918775e1614
 RMD160 (libebml-0.7.5.tar.bz2) = f72efa761b80c591dbb227837b0feaee4ba24c7a
 Size (libebml-0.7.5.tar.bz2) = 54398 bytes
-SHA1 (patch-aa) = 97ae2bfb8554556d5389ec02aee84e7162282d73
+SHA1 (patch-aa) = 839ddb941d985f5d8696e878736f8c3d5def13ef
diff -r 961cac3448b8 -r ca734a35f213 devel/libebml/patches/patch-aa
--- a/devel/libebml/patches/patch-aa    Mon Jun 06 20:43:52 2005 +0000
+++ b/devel/libebml/patches/patch-aa    Mon Jun 06 21:11:36 2005 +0000
@@ -1,9 +1,15 @@
-$NetBSD: patch-aa,v 1.6 2005/02/17 10:52:02 salo Exp $
+$NetBSD: patch-aa,v 1.7 2005/06/06 21:11:36 salo Exp $
 
---- make/linux/Makefile.orig   2005-02-06 19:11:15.000000000 +0100
-+++ make/linux/Makefile        2005-02-16 18:40:28.000000000 +0100
-@@ -20,11 +20,11 @@
- includedir=$(prefix)/include/ebml
+--- make/linux/Makefile.orig   2005-04-19 08:56:06.000000000 +0200
++++ make/linux/Makefile        2005-06-06 23:07:55.000000000 +0200
+@@ -16,15 +16,15 @@
+ else
+ prefix=/usr/local
+ endif
+-libdir=$(prefix)/lib
+-includedir=$(prefix)/include/ebml
++libdir=$(PREFIX)/lib
++includedir=$(PREFIX)/include/ebml
  
  # Programs
 -CXX=g++



Home | Main Index | Thread Index | Old Index