pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xephem Fix passing of rpath to build of xephem bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee3519fd25e
branches:  trunk
changeset: 526187:2ee3519fd25e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 02 22:20:44 2007 +0000

description:
Fix passing of rpath to build of xephem binary from x11.buildlink3.mk.
pkgrevision++.

diffstat:

 x11/xephem/Makefile         |  4 +++-
 x11/xephem/distinfo         |  4 ++--
 x11/xephem/patches/patch-aa |  4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 3a612ba8b152 -r 2ee3519fd25e x11/xephem/Makefile
--- a/x11/xephem/Makefile       Fri Mar 02 21:21:03 2007 +0000
+++ b/x11/xephem/Makefile       Fri Mar 02 22:20:44 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2007/01/31 14:07:16 gdt Exp $
+# $NetBSD: Makefile,v 1.47 2007/03/02 22:20:44 gdt Exp $
 
 DISTNAME=      xephem-3.7.2
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://www.clearskyinstitute.com/xephem/ \
                ftp://iphcip1.physik.uni-mainz.de/pub/xephem/
@@ -55,5 +56,6 @@
                ${PREFIX}/share/xephem
        ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
 
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3a612ba8b152 -r 2ee3519fd25e x11/xephem/distinfo
--- a/x11/xephem/distinfo       Fri Mar 02 21:21:03 2007 +0000
+++ b/x11/xephem/distinfo       Fri Mar 02 22:20:44 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2007/01/31 14:07:16 gdt Exp $
+$NetBSD: distinfo,v 1.10 2007/03/02 22:20:44 gdt Exp $
 
 SHA1 (xephem-3.7.2.tar.gz) = 8027f73e934e257316d15c474c88d435241c521d
 RMD160 (xephem-3.7.2.tar.gz) = 585ed51d167869919b512561714d380c83db8865
 Size (xephem-3.7.2.tar.gz) = 19369598 bytes
-SHA1 (patch-aa) = aeae377b7e8006e97d604edc8e5ae14ea76d4b14
+SHA1 (patch-aa) = c2a8d13e146a3efcc5333ff357618a2ad03c4e61
diff -r 3a612ba8b152 -r 2ee3519fd25e x11/xephem/patches/patch-aa
--- a/x11/xephem/patches/patch-aa       Fri Mar 02 21:21:03 2007 +0000
+++ b/x11/xephem/patches/patch-aa       Fri Mar 02 22:20:44 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2007/01/31 14:07:16 gdt Exp $
+$NetBSD: patch-aa,v 1.8 2007/03/02 22:20:45 gdt Exp $
 
 --- Makefile.orig      2006-05-13 19:06:06.000000000 -0400
 +++ Makefile
@@ -10,7 +10,7 @@
 -LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
 -XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11
 +CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I/usr/X11R6/include
-+LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L/usr/X11R6/lib
++LDFLAGS = $(LIBLNK) $(CLDFLAGS) $(X11_LDFLAGS)
 +XLIBS = $(MOTIFLIB) -lXp -lXt -lXext -lXmu -lX11
  LIBS = $(XLIBS) $(LIBLIB) -lm
  



Home | Main Index | Thread Index | Old Index