pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL_ttf We don't install the example programs so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/094f9775cdb3
branches:  trunk
changeset: 552858:094f9775cdb3
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Jan 11 02:31:28 2009 +0000

description:
We don't install the example programs so we can avoid building them.  showfont
may otherwise fail to build with link time errors if include/SDL/SDL_config.h
defines HAVE_ICONV.

Should make no difference to installed package (if the build succeed), so no
need to bump revision.

diffstat:

 devel/SDL_ttf/distinfo         |   3 ++-
 devel/SDL_ttf/patches/patch-aa |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r ef99671ae96d -r 094f9775cdb3 devel/SDL_ttf/distinfo
--- a/devel/SDL_ttf/distinfo    Sun Jan 11 00:13:44 2009 +0000
+++ b/devel/SDL_ttf/distinfo    Sun Jan 11 02:31:28 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/07/26 00:08:40 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/01/11 02:31:28 dsainty Exp $
 
 SHA1 (SDL_ttf-2.0.9.tar.gz) = 6bc3618b08ddbbf565fe8f63f624782c15e1cef2
 RMD160 (SDL_ttf-2.0.9.tar.gz) = 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
 Size (SDL_ttf-2.0.9.tar.gz) = 3143838 bytes
+SHA1 (patch-aa) = dd9cd7608b8f0c4454ecb996e96028f30a849ff8
diff -r ef99671ae96d -r 094f9775cdb3 devel/SDL_ttf/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/SDL_ttf/patches/patch-aa    Sun Jan 11 02:31:28 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.5 2009/01/11 02:31:28 dsainty Exp $
+
+We don't install the example programs so we can avoid building them.  showfont
+may otherwise fail to build with link time errors if include/SDL/SDL_config.h
+defines HAVE_ICONV.
+
+--- Makefile.in.orig   2007-07-22 04:38:38.000000000 +1200
++++ Makefile.in        2009-01-11 13:59:03.525361095 +1300
+@@ -42,7 +42,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-noinst_PROGRAMS = showfont$(EXEEXT) glfont$(EXEEXT)
++noinst_PROGRAMS = # showfont$(EXEEXT) glfont$(EXEEXT)
+ DIST_COMMON = README $(am__configure_deps) \
+       $(libSDL_ttfinclude_HEADERS) $(srcdir)/Makefile.am \
+       $(srcdir)/Makefile.in $(srcdir)/SDL_ttf.spec.in \



Home | Main Index | Thread Index | Old Index