pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Update to "x11-links" package to ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1b303a5204f
branches: trunk
changeset: 564968:b1b303a5204f
user: tron <tron%pkgsrc.org@localhost>
date: Sun Sep 13 13:31:41 2009 +0000
description:
Update to "x11-links" package to version 0.44:
Detect X.org even if "imake" is not installed. The package now works as
expected under Mac OS X Snow Leopard.
No regressions under NetBSD/amd64 5.0_STABLE with native X.org.
diffstat:
pkgtools/x11-links/Makefile | 7 ++++---
pkgtools/x11-links/buildlink3.mk | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r b7498f75fbaf -r b1b303a5204f pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile Sun Sep 13 13:28:46 2009 +0000
+++ b/pkgtools/x11-links/Makefile Sun Sep 13 13:31:41 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.104 2009/06/15 12:42:15 tron Exp $
+# $NetBSD: Makefile,v 1.105 2009/09/13 13:31:41 tron Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
# usually the most recent.
-DISTNAME= x11-links-0.43
+DISTNAME= x11-links-0.44
CATEGORIES= pkgtools x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -36,7 +36,8 @@
. include "xdec.mk"
.elif !empty(X11BASE:M*openwin)
. include "openwin.mk"
-.elif exists(${X11BASE}/lib/X11/config/xorgversion.def)
+.elif exists(${X11BASE}/lib/X11/config/xorgversion.def) || \
+ exists(${X11BASE}/lib/pkgconfig/xorg-server.pc)
. include "xorg.mk"
.else
. include "xfree.mk"
diff -r b7498f75fbaf -r b1b303a5204f pkgtools/x11-links/buildlink3.mk
--- a/pkgtools/x11-links/buildlink3.mk Sun Sep 13 13:28:46 2009 +0000
+++ b/pkgtools/x11-links/buildlink3.mk Sun Sep 13 13:31:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2009/03/20 19:25:13 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2009/09/13 13:31:41 tron Exp $
#
# Don't include this file manually! It will be included as necessary
# by bsd.buildlink3.mk.
@@ -12,7 +12,7 @@
.if !defined(X11_LINKS_BUILDLINK3_MK)
X11_LINKS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.43
+BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.44
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build
Home |
Main Index |
Thread Index |
Old Index