summaryrefslogtreecommitdiff
path: root/time/asclock-xlib/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-17 23:32:09 +0000
committerwiz <wiz>2000-12-17 23:32:09 +0000
commitf3dbb331710de97891f6bc15c8ea68d932fbd614 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/asclock-xlib/patches
parent87e1841f0d76da5d8d052223a20708380cdef9d8 (diff)
downloadpkgsrc-f3dbb331710de97891f6bc15c8ea68d932fbd614.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/asclock-xlib/patches')
-rw-r--r--time/asclock-xlib/patches/patch-aa22
-rw-r--r--time/asclock-xlib/patches/patch-ab15
-rw-r--r--time/asclock-xlib/patches/patch-ac14
3 files changed, 51 insertions, 0 deletions
diff --git a/time/asclock-xlib/patches/patch-aa b/time/asclock-xlib/patches/patch-aa
new file mode 100644
index 00000000000..5425f8257c1
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+
+--- ./Imakefile.orig Sun Mar 14 01:04:31 1999
++++ ./Imakefile Thu Oct 7 03:38:21 1999
+@@ -1,13 +1,14 @@
+
+-XPMLIB = -L/usr/lib/X11 -lXpm
++XPMLIB = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lXpm
+ DEPLIBS = $(DEPXLIB)
+
+ LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
+
+ LINTLIBS = $(LINTXLIB)
+-CC = gcc -g
+
+ SRCS = asclock.c parser.c symbols.c config.c
+ OBJS = asclock.o parser.o symbols.o config.o
+
+-ComplexProgramTarget(asclock)
++CPPFLAGS += -DPREFIX=\"${PREFIX}\"
++
++ComplexProgramTargetNoMan(asclock-xlib)
diff --git a/time/asclock-xlib/patches/patch-ab b/time/asclock-xlib/patches/patch-ab
new file mode 100644
index 00000000000..79ba98775fd
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+
+--- ./README.THEMES.orig Fri Feb 19 01:20:51 1999
++++ ./README.THEMES Thu Oct 7 03:36:59 1999
+@@ -2,10 +2,6 @@
+ -----------------------
+
+
+-SPECIAL NOTE FOR THE IMPATIENT: copy your themes to either
+-/usr/local/share/asclock/ or /usr/share/asclock/
+-
+-
+ a theme consists of 8 xpms and a position file called 'config'.
+
+ all tiles within the same xpm must have the same width or height, except the
diff --git a/time/asclock-xlib/patches/patch-ac b/time/asclock-xlib/patches/patch-ac
new file mode 100644
index 00000000000..a705340ccb6
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+
+--- ./config.c.orig Sun Mar 14 18:09:13 1999
++++ ./config.c Thu Oct 7 03:36:59 1999
+@@ -26,8 +26,7 @@
+
+ char *themes_directories[] = {
+ "./themes/",
+- "/usr/local/share/asclock/",
+- "/usr/share/asclock/",
++ PREFIX "/share/asclock-xlib/",
+ "",
+ NULL
+ };