diff options
author | morr <morr> | 2013-01-15 16:21:34 +0000 |
---|---|---|
committer | morr <morr> | 2013-01-15 16:21:34 +0000 |
commit | 0bfedb8f673ef4a6cda2d76716b6dd53296a8ecc (patch) | |
tree | 32a57d9d2dc8b1b3e8b11c0456cec6c97f2deee2 /time/xalarm | |
parent | fc22e2b2ae44b41844be38a095d71e57e76531a2 (diff) | |
download | pkgsrc-0bfedb8f673ef4a6cda2d76716b6dd53296a8ecc.tar.gz |
Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk
In next part:
- replace more includes with mk/xaw.buildlink3.mk
Diffstat (limited to 'time/xalarm')
-rw-r--r-- | time/xalarm/distinfo | 4 | ||||
-rw-r--r-- | time/xalarm/patches/patch-aa | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/time/xalarm/distinfo b/time/xalarm/distinfo index f637372e2c6..437f8b776ed 100644 --- a/time/xalarm/distinfo +++ b/time/xalarm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2006/04/16 01:00:06 perry Exp $ +$NetBSD: distinfo,v 1.6 2013/01/15 16:21:35 morr Exp $ SHA1 (xalarm-3.06.tar.gz) = a4365224c14491d1f089f4a30722d8e33ccccad5 RMD160 (xalarm-3.06.tar.gz) = 9a9a6fd67669e6464729bdba2210ef38265dd5ea Size (xalarm-3.06.tar.gz) = 55351 bytes -SHA1 (patch-aa) = 9d6837ff4ba95d82b37df9144178581e39a48283 +SHA1 (patch-aa) = 0da8a64ac4cb0399f38ddfd8901b1455c351eeb2 SHA1 (patch-ab) = f9890acefcef2111da7284f2c96f21875bf27d29 SHA1 (patch-ac) = c053df3ac2503a03233e076b590e6387b04f6faa diff --git a/time/xalarm/patches/patch-aa b/time/xalarm/patches/patch-aa index 2ba2d94df43..aff896e9fe1 100644 --- a/time/xalarm/patches/patch-aa +++ b/time/xalarm/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2006/04/16 01:00:06 perry Exp $ +$NetBSD: patch-aa,v 1.4 2013/01/15 16:21:35 morr Exp $ ---- Imakefile.orig 1995-07-21 10:32:07.000000000 -0400 -+++ Imakefile 2006-04-15 20:52:05.000000000 -0400 +--- Imakefile.orig 1995-07-21 14:32:07.000000000 +0000 ++++ Imakefile @@ -1,27 +1,27 @@ -/**/# Based on an Imakefile from: -/**/# Andreas Stolcke @@ -54,15 +54,14 @@ $NetBSD: patch-aa,v 1.3 2006/04/16 01:00:06 perry Exp $ DEFINES = $(SIGNAL_DEFINES) -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID -@@ -29,29 +29,16 @@ +@@ -29,29 +29,14 @@ DEFINES = $(SIGNAL_DEFINES) -DUSERENAME OBJS = alarm.o when.o warnings.o times.o dates.o file.o fns.o xalarm.o SRCS = alarm.c when.c warnings.c times.c dates.c file.c fns.c xalarm.c -# How we find commands. Use WHICH, LOCATE or FIND. -WHICH= WHICH -MADE = test -f -+XAWLIB = ${LIBXAW} - +- LOCAL_LIBRARIES = XawClientLibs -AllTarget (.config) @@ -86,7 +85,7 @@ $NetBSD: patch-aa,v 1.3 2006/04/16 01:00:06 perry Exp $ xfortune:: -@@ -60,14 +47,6 @@ +@@ -60,14 +45,6 @@ xyow:: clean:: $(RM) xfortune xyow xmemo.man xyow.man xfortune.man fns.h .config |