diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 19:09:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 19:09:23 +0000 |
commit | 136f08b6872580984afef7987516c5b07b8f4896 (patch) | |
tree | 8fcf9a29a4d86815a19287e621493321a1e9b128 /graphics/hermes | |
parent | 04d355a5cbf4cc49b785775bfeb7ada178e82ea1 (diff) | |
download | pkgsrc-136f08b6872580984afef7987516c5b07b8f4896.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 5 | ||||
-rw-r--r-- | graphics/hermes/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/hermes/patches/patch-ab | 12 | ||||
-rw-r--r-- | graphics/hermes/pkg/PLIST | 15 |
4 files changed, 12 insertions, 23 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index b198152794c..a94903b2a1a 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:29 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/14 19:09:23 wiz Exp $ DISTNAME= Hermes-1.2.6-2 PKGNAME= Hermes-1.2.6.2 @@ -9,7 +9,8 @@ MASTER_SITES= http://hermes.terminal.at/files/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/hermes/ -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV= INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}" diff --git a/graphics/hermes/files/patch-sum b/graphics/hermes/files/patch-sum index 631e6450012..e7618eb7374 100644 --- a/graphics/hermes/files/patch-sum +++ b/graphics/hermes/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.2 1999/11/30 08:22:16 rh Exp $ +$NetBSD: patch-sum,v 1.3 2000/08/14 19:09:23 wiz Exp $ MD5 (patch-aa) = 0532fabf9684c1319e570f44caffda65 -MD5 (patch-ab) = 3cd097f9d4f75dff1b866c6cbae6deca MD5 (patch-ac) = ab0f9b053724ed891769ea2089b5c0f6 diff --git a/graphics/hermes/patches/patch-ab b/graphics/hermes/patches/patch-ab deleted file mode 100644 index 9c2942271fb..00000000000 --- a/graphics/hermes/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/07/08 17:16:39 garbled Exp $ ---- configure.orig Thu Jul 8 09:06:39 1999 -+++ configure Thu Jul 8 09:06:46 1999 -@@ -1582,7 +1582,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+#LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. diff --git a/graphics/hermes/pkg/PLIST b/graphics/hermes/pkg/PLIST index 426ca18e972..67b5ea9b289 100644 --- a/graphics/hermes/pkg/PLIST +++ b/graphics/hermes/pkg/PLIST @@ -1,12 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 1999/11/30 08:22:17 rh Exp $ -include/Hermes/Hermes.h -include/Hermes/Types.h -include/Hermes/H_Conv.h +@comment $NetBSD: PLIST,v 1.3 2000/08/14 19:09:24 wiz Exp $ include/Hermes/H_Clear.h -include/Hermes/H_Pal.h -include/Hermes/H_Format.h include/Hermes/H_Config.h +include/Hermes/H_Conv.h +include/Hermes/H_Format.h +include/Hermes/H_Pal.h include/Hermes/H_Types.h -lib/libHermes.so.1.3 +include/Hermes/Hermes.h +include/Hermes/Types.h lib/libHermes.a +lib/libHermes.la +lib/libHermes.so.1.3 @dirrm include/Hermes |