pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xplanet Fix PLIST. Needs pkg-config. Both change t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51333eeac582
branches:  trunk
changeset: 530422:51333eeac582
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 30 03:57:10 2007 +0000

description:
Fix PLIST. Needs pkg-config. Both change the package, so bump revision.

diffstat:

 x11/xplanet/Makefile |  8 +++++---
 x11/xplanet/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 350e7031da80 -r 51333eeac582 x11/xplanet/Makefile
--- a/x11/xplanet/Makefile      Sat Jun 30 03:06:58 2007 +0000
+++ b/x11/xplanet/Makefile      Sat Jun 30 03:57:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/02/22 19:27:29 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2007/06/30 03:57:10 joerg Exp $
 
 DISTNAME=      xplanet-1.2.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xplanet/}
 
@@ -16,7 +16,7 @@
 _ENV_PERL=             ${TOOLS_SETENV} perl
 
 # directory creation should be fixed in the future release of xplanet
-XPLANET_DIRS=          arcs config fonts images markers origin
+XPLANET_DIRS=          arcs config ephemeris fonts images markers origin
 XPLANET_DIRS+=         satellites scripts spice stars
 INSTALLATION_DIRS+=    ${XPLANET_DIRS:C,.*,share/xplanet/&,g}
 
@@ -27,6 +27,8 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mx11)
+USE_TOOLS+=    pkg-config
+
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 .include "../../devel/pango/buildlink3.mk"
diff -r 350e7031da80 -r 51333eeac582 x11/xplanet/PLIST
--- a/x11/xplanet/PLIST Sat Jun 30 03:06:58 2007 +0000
+++ b/x11/xplanet/PLIST Sat Jun 30 03:57:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/06/30 15:06:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/06/30 03:57:10 joerg Exp $
 bin/xplanet
 man/man1/xplanet.1
 share/xplanet/arcs/README
@@ -8,6 +8,7 @@
 share/xplanet/config/earth_markers
 share/xplanet/config/moon_orbit
 share/xplanet/config/overlay_clouds
+share/xplanet/ephemeris/README
 share/xplanet/fonts/FreeMonoBold.ttf
 share/xplanet/fonts/README
 share/xplanet/images/README



Home | Main Index | Thread Index | Old Index