pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hevea actually use the TARGET setting from MA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f933306f6183
branches:  trunk
changeset: 463422:f933306f6183
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Nov 10 23:15:21 2003 +0000

description:
actually use the TARGET setting from MAKE_ENV.  Fixes build problems
on alpha which doesn't have the optimizing ocaml compiler.  Noted in
recent alpha bulk build.

diffstat:

 textproc/hevea/distinfo         |   4 ++--
 textproc/hevea/patches/patch-aa |  18 ++++++++++--------
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (67 lines):

diff -r 5b428623a7bc -r f933306f6183 textproc/hevea/distinfo
--- a/textproc/hevea/distinfo   Mon Nov 10 23:12:47 2003 +0000
+++ b/textproc/hevea/distinfo   Mon Nov 10 23:15:21 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/06/29 22:57:15 jtb Exp $
+$NetBSD: distinfo,v 1.4 2003/11/10 23:15:21 dmcmahill Exp $
 
 SHA1 (hevea-1.06.tar.gz) = e973ed329287adbf64703c578401ad0287c895f7
 Size (hevea-1.06.tar.gz) = 231094 bytes
-SHA1 (patch-aa) = 55e5ea6f48e434c162d7c08a47ef3903346ac6ec
+SHA1 (patch-aa) = e79ae6d0a7ed4929d57483ff5dcf8b325606cbed
diff -r 5b428623a7bc -r f933306f6183 textproc/hevea/patches/patch-aa
--- a/textproc/hevea/patches/patch-aa   Mon Nov 10 23:12:47 2003 +0000
+++ b/textproc/hevea/patches/patch-aa   Mon Nov 10 23:15:21 2003 +0000
@@ -1,10 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2003/06/29 22:57:15 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2003/11/10 23:15:21 dmcmahill Exp $
 
---- Makefile.orig
+--- Makefile.orig      Fri Feb 15 15:47:09 2002
 +++ Makefile
-@@ -2,11 +2,11 @@
+@@ -1,12 +1,12 @@
+ ################## Configuration parameters
  # Compile using ocamlopt, to use ocamlc set TARGET=byte
- TARGET=opt
+-TARGET=opt
++#TARGET=opt
  # Library directory of hevea
 -LIBDIR=/usr/local/lib/hevea
 +LIBDIR=${PREFIX}/share/hevea
@@ -17,7 +19,7 @@
  ############### End of configuration parameters
  SUF=
  #DIR=/usr/bin/
-@@ -18,7 +18,7 @@
+@@ -18,7 +18,7 @@ OCAMLFLAGS=
  OCAMLCI=${DIR}ocamlc$(SUF)
  OCAMLOPT=${DIR}ocamlopt$(SUF)
  OCAMLLEX=${DIR}ocamllex$(SUF)
@@ -26,7 +28,7 @@
  
  ONLYESPONJA=emisc.cmo buff.cmo htmllex.cmo htmlparse.cmo htmltext.cmo pp.cmo util.cmo explode.cmo ultra.cmo esponja.cmo
  
-@@ -46,30 +46,30 @@
+@@ -46,30 +46,30 @@ byte:
        $(MAKE) $(MFLAGS) TARGET=byte hevea.byte hacha.byte esponja.byte cutfoot-fra.html cutfoot-eng.html
  
  install-lib:
@@ -75,7 +77,7 @@
  
  
  hevea.byte: ${OBJS}
-@@ -103,7 +103,7 @@
+@@ -103,7 +103,7 @@ cutfoot-eng.html: cutfoot.tex html/hevea
        HEVEADIR=. ; export HEVEADIR ; ${HEVEA} < cutfoot.tex | ${ESPONJA}> $@
  
  .SUFFIXES:
@@ -84,7 +86,7 @@
  
  .mll.ml:
        ${OCAMLLEX} $<
-@@ -128,7 +128,7 @@
+@@ -128,7 +128,7 @@ clean: cleanbyte
        rm -f *.byte *.opt
        rm -f $(GENSRC)
        rm -f *.o *.cmi *.cmo *.cmx *.o *.ppo *.ppi



Home | Main Index | Thread Index | Old Index