pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/screentest Don't build the static screentest ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ca17af7066a
branches:  trunk
changeset: 523497:9ca17af7066a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 08 17:44:20 2007 +0000

description:
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:

 sysutils/screentest/distinfo         |   3 ++-
 sysutils/screentest/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 74132834ee23 -r 9ca17af7066a sysutils/screentest/distinfo
--- a/sysutils/screentest/distinfo      Mon Jan 08 17:35:39 2007 +0000
+++ b/sysutils/screentest/distinfo      Mon Jan 08 17:44:20 2007 +0000
@@ -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 @@
 SHA1 (patch-aa) = 27923b68894069e077c7a213f2e8c8305c536e3b
 SHA1 (patch-ab) = 259e9bbd05374c8b5be9ec2b08ccf4e5504866b9
 SHA1 (patch-ac) = c167b30c62de4bae315a40c1c14a0de1d28bbbc0
+SHA1 (patch-ad) = dc103d3f9cdfa99f806132c7437c0110f1faa105
diff -r 74132834ee23 -r 9ca17af7066a sysutils/screentest/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/screentest/patches/patch-ad      Mon Jan 08 17:44:20 2007 +0000
@@ -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 
+ 



Home | Main Index | Thread Index | Old Index