summaryrefslogtreecommitdiff
path: root/sysutils/screentest
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-08 17:44:20 +0000
committerjoerg <joerg>2007-01-08 17:44:20 +0000
commit95b071fcf6ef5558fcdde4d4cf75a6cfafd49075 (patch)
treea916f0523770d9201e73ca07f19e7b061291014c /sysutils/screentest
parentff64a6a2eadcad97c1d8c5267c4ed85a57606bcf (diff)
downloadpkgsrc-95b071fcf6ef5558fcdde4d4cf75a6cfafd49075.tar.gz
Don't build the static screentest as we don't install it. If Mouse or
anyone else actually wants static linkage, he/she should libtoolize this as the link list of libX11 is platform specific.
Diffstat (limited to 'sysutils/screentest')
-rw-r--r--sysutils/screentest/distinfo3
-rw-r--r--sysutils/screentest/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/screentest/distinfo b/sysutils/screentest/distinfo
index f2ec0d8641d..8be29327f0e 100644
--- a/sysutils/screentest/distinfo
+++ b/sysutils/screentest/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2007/01/08 17:44:20 joerg Exp $
SHA1 (screentest-1.0.tar.gz) = ea541d61b6c5003dbaf1e2847def66c31f808230
RMD160 (screentest-1.0.tar.gz) = da49ff0375e60705ae7cf16656223d420d53b1aa
@@ -6,3 +6,4 @@ Size (screentest-1.0.tar.gz) = 49428 bytes
SHA1 (patch-aa) = 27923b68894069e077c7a213f2e8c8305c536e3b
SHA1 (patch-ab) = 259e9bbd05374c8b5be9ec2b08ccf4e5504866b9
SHA1 (patch-ac) = c167b30c62de4bae315a40c1c14a0de1d28bbbc0
+SHA1 (patch-ad) = dc103d3f9cdfa99f806132c7437c0110f1faa105
diff --git a/sysutils/screentest/patches/patch-ad b/sysutils/screentest/patches/patch-ad
new file mode 100644
index 00000000000..1f4e8e69f82
--- /dev/null
+++ b/sysutils/screentest/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/01/08 17:44:20 joerg Exp $
+
+--- Makefile.in.orig 2007-01-08 17:25:57.000000000 +0000
++++ Makefile.in
+@@ -72,7 +72,7 @@ EXTRA_DIST = screentest.glade NEW_TESTS
+
+
+ bin_PROGRAMS = screentest
+-noinst_PROGRAMS = screentest.static
++noinst_PROGRAMS =
+
+ screentest_SOURCES = main.c support.c support.h interface.c interface.h callbacks.c callbacks.h basic_test.c blink_test.c grid_test.c horizontal_test.c text_test.c vertical_test.c
+