diff options
author | grant <grant@pkgsrc.org> | 2005-07-31 05:51:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-31 05:51:28 +0000 |
commit | feb1144a4304fa01115f4b93106d4a303dc0f82c (patch) | |
tree | 4e997f4942ed4e14ee06692b8f353b6727a8f04e /x11 | |
parent | 3b32d21e19a0dcb93e957e6f5606f036964e9540 (diff) | |
download | pkgsrc-feb1144a4304fa01115f4b93106d4a303dc0f82c.tar.gz |
we only install libXmHTML, so don't bother building all the other
stuff.
also, install the library using ${INSTALL_LIB} so it gets the right
mode.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XmHTML/Makefile | 4 | ||||
-rw-r--r-- | x11/XmHTML/distinfo | 4 | ||||
-rw-r--r-- | x11/XmHTML/patches/patch-aa | 21 |
3 files changed, 19 insertions, 10 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index e6de9c85c04..a16c37afe97 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/06/17 03:50:43 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/07/31 05:51:28 grant Exp $ # DISTNAME= XmHTML-1.1.7 @@ -17,7 +17,7 @@ USE_LIBTOOL= YES INSTALLATION_DIRS= lib do-install: - ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_DATA} \ + ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_LIB} \ ${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib ${INSTALL_DATA_DIR} ${PREFIX}/include/XmHTML ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML diff --git a/x11/XmHTML/distinfo b/x11/XmHTML/distinfo index ba8b30ab055..967cfc91e80 100644 --- a/x11/XmHTML/distinfo +++ b/x11/XmHTML/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 17:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/07/31 05:51:28 grant Exp $ SHA1 (XmHTML-1.1.7.tar.gz) = 4d8c82f88cf0700f6fc8898323d865b83d2a1ff1 RMD160 (XmHTML-1.1.7.tar.gz) = 0e5cf4a0d24fc73277186a726a3997dea4ea82db Size (XmHTML-1.1.7.tar.gz) = 1289780 bytes -SHA1 (patch-aa) = 6008cf68c80010399071ddaed56c00dac2ce060c +SHA1 (patch-aa) = 3d4f8b8cbb825b91da3bae64ef2b6572406189d9 SHA1 (patch-ab) = 2f9e88b74913c735caf139646c2637a77a1232cd SHA1 (patch-ac) = cf48e4eb9887df7bd5d82615aa505939ba97bee8 SHA1 (patch-ad) = d96f518c05f27fd7e7b4fc756467c6dca4a570ef diff --git a/x11/XmHTML/patches/patch-aa b/x11/XmHTML/patches/patch-aa index fb02e9ff4f2..3b1ac564684 100644 --- a/x11/XmHTML/patches/patch-aa +++ b/x11/XmHTML/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2005/07/31 05:51:28 grant Exp $ ---- Makefile.orig Thu Feb 4 00:43:27 1999 +--- Makefile.orig 1999-02-04 11:43:27.000000000 +1100 +++ Makefile -@@ -64,9 +64,10 @@ +@@ -40,7 +40,7 @@ PLATFORM=Motif + # remove the examples directory from this line. + # If you want to build the XmHTML tutorial examples, add the book directory. + +-SUBDIRS= lib http examples tools ++SUBDIRS= lib # http examples tools + + # some common definitions + # +@@ -64,9 +64,10 @@ MAKEDEPEND= gccmakedep # Compiler Settings # # # ##################### @@ -16,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ # The following flags are *very* usefull if you are getting unresolved # references to functions in libraries that you *know* to exist. -@@ -114,8 +115,8 @@ +@@ -114,8 +115,8 @@ IMAGEDEFINES = -DHAVE_LIBJPEG -DHAVE_LIB # HAVE_LIBPNG => png.h and zlib.h # HAVE_LIBZ => zlib.h @@ -27,7 +36,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ # Image libraries # No need to add -lXpm if you need to include it with LIBS below -@@ -166,14 +167,14 @@ +@@ -166,14 +167,14 @@ IMAGELIBS = -ljpeg -lpng $(ZLIBLIB) # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more # info). # @@ -44,7 +53,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ else ifeq ($(PLATFORM),gtk) PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include -@@ -192,17 +193,17 @@ +@@ -192,17 +193,17 @@ INCLUDES = $(LIBINC) $(PLATFORMINC) $(IM # Motif version (default) ifeq ($(PLATFORM),Motif) |