diff options
author | wiz <wiz@pkgsrc.org> | 2015-10-14 20:17:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-10-14 20:17:24 +0000 |
commit | 290b47c25a999a52f9ed37d876514732ed4b57d7 (patch) | |
tree | b62ce193139a28ca45bd0bf8ee8790b2683f16db /time | |
parent | 118e6b2bd6bde9db2382b4d4ef63bb866b781b22 (diff) | |
download | pkgsrc-290b47c25a999a52f9ed37d876514732ed4b57d7.tar.gz |
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
Diffstat (limited to 'time')
-rw-r--r-- | time/emiclock/Makefile | 4 | ||||
-rw-r--r-- | time/xalarm/Makefile | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/time/emiclock/Makefile b/time/emiclock/Makefile index 38c3e3fa42d..0858b628f1f 100644 --- a/time/emiclock/Makefile +++ b/time/emiclock/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2013/01/15 16:21:35 morr Exp $ +# $NetBSD: Makefile,v 1.27 2015/10/14 20:17:28 wiz Exp $ # DISTNAME= emiclock-2.0.2 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 time MASTER_SITES= ${MASTER_SITE_FREEBSD} diff --git a/time/xalarm/Makefile b/time/xalarm/Makefile index 08cd6c43c2b..8808e3b3605 100644 --- a/time/xalarm/Makefile +++ b/time/xalarm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/04/06 13:01:28 rodent Exp $ +# $NetBSD: Makefile,v 1.18 2015/10/14 20:17:28 wiz Exp $ DISTNAME= xalarm-3.06 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} @@ -17,6 +17,14 @@ FORTUNE= "Sorry, xfortune is unavailable - no fortune!" YOW= "Sorry, xyow is unavailable - no yow!" KILL= /bin/kill # should this be in bsd.pkg.mk ? +# does not directly support Xaw3d +BUILDLINK_TRANSFORM+= l:Xaw:Xaw3d +.PHONY: buildlink-Xaw3d-inc-hack +pre-configure: buildlink-Xaw3d-inc-hack + +buildlink-Xaw3d-inc-hack: buildlink-directories + cd ${BUILDLINK_DIR}/include/X11 && ln -s Xaw3d Xaw + .include "../../mk/bsd.prefs.mk" .if defined(XALARM_USE_YOW) |