Sat May 7 09:58:49 2016 UTC ()
Fix rpath for X libraries.


(joerg)
diff -r1.38 -r1.39 pkgsrc/graphics/gdchart/Makefile
diff -r1.12 -r1.13 pkgsrc/graphics/gdchart/distinfo
diff -r1.8 -r1.9 pkgsrc/graphics/gdchart/patches/patch-ac

cvs diff -r1.38 -r1.39 pkgsrc/graphics/gdchart/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gdchart/Makefile 2015/11/18 14:19:46 1.38
+++ pkgsrc/graphics/gdchart/Makefile 2016/05/07 09:58:49 1.39
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2015/11/18 14:19:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2016/05/07 09:58:49 joerg Exp $
 
 DISTNAME=	gdchart0.11.5dev
 PKGNAME=	gdchart-0.11.5
-PKGREVISION=	15
+PKGREVISION=	16
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.fred.net/brv/chart/
 

cvs diff -r1.12 -r1.13 pkgsrc/graphics/gdchart/distinfo (expand / switch to context diff)
--- pkgsrc/graphics/gdchart/distinfo 2015/11/03 21:33:58 1.12
+++ pkgsrc/graphics/gdchart/distinfo 2016/05/07 09:58:49 1.13
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 21:33:58 agc Exp $
+$NetBSD: distinfo,v 1.13 2016/05/07 09:58:49 joerg Exp $
 
 SHA1 (gdchart0.11.5dev.tar.gz) = c23e1cd233c38ac007b57420c20a5fa7fa206841
 RMD160 (gdchart0.11.5dev.tar.gz) = be9b11eb446738d9e30d78e8ce73b8a418b1f520
 SHA512 (gdchart0.11.5dev.tar.gz) = dc08d02c0273fd41d0de193126b5fd8524473e76e17ea972ed1891354ca67dd406c1073f07fe5f11a2623b575499bb7e5633825d43033fdfd2b492d19db957a3
 Size (gdchart0.11.5dev.tar.gz) = 38783 bytes
-SHA1 (patch-ac) = eb4bc3be51bb1a9e8b3db9cd8c6038381fbf734a
+SHA1 (patch-ac) = 191ad026f5203cd115deb9c5e7d55f981858d401

cvs diff -r1.8 -r1.9 pkgsrc/graphics/gdchart/patches/patch-ac (expand / switch to context diff)
--- pkgsrc/graphics/gdchart/patches/patch-ac 2005/03/11 08:51:58 1.8
+++ pkgsrc/graphics/gdchart/patches/patch-ac 2016/05/07 09:58:49 1.9
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.8 2005/03/11 08:51:58 adam Exp $
+$NetBSD: patch-ac,v 1.9 2016/05/07 09:58:49 joerg Exp $
 
 --- Makefile.orig	2004-12-17 17:53:47.000000000 +0000
 +++ Makefile
@@ -126,7 +126,7 @@
 -	ranlib libgdc.a
 +libgdchart.a: ${LIB_OBJS}
 +	${LIBTOOL} --mode=link ${CC} -o libgdchart.la ${LIB_OBJS:.o=.lo} \
-+		-L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib
++		-L${GD_LD} -lgd -version-info 0:11 -rpath ${PREFIX}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib
  
  # --- supporting libraries ---
  # should be compile & installed separately