pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/tidy Honor PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a92b3bcd9409
branches:  trunk
changeset: 511013:a92b3bcd9409
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Apr 08 06:09:15 2006 +0000

description:
Honor PKGMANDIR.

diffstat:

 www/tidy/distinfo         |   4 ++--
 www/tidy/patches/patch-ac |  24 ++++++++++++++----------
 2 files changed, 16 insertions(+), 12 deletions(-)

diffs (81 lines):

diff -r a256d7df141f -r a92b3bcd9409 www/tidy/distinfo
--- a/www/tidy/distinfo Sat Apr 08 05:12:12 2006 +0000
+++ b/www/tidy/distinfo Sat Apr 08 06:09:15 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/01/20 12:09:21 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2006/04/08 06:09:15 reed Exp $
 
 SHA1 (tidy_src_050921.tgz) = 4a53aa129e2575004dcbaf0cf4c5c3f1637723b0
 RMD160 (tidy_src_050921.tgz) = 958f532245412e3f8ac5bdd56edc5693cadf4b5b
@@ -8,4 +8,4 @@
 Size (tidy_docs_050705.tgz) = 150359 bytes
 SHA1 (patch-aa) = e27b9b82ee47b9b54004c4a4a5bccba944847040
 SHA1 (patch-ab) = b243b9021f922e123b18a79566923a57d904b0d3
-SHA1 (patch-ac) = 89276af68ee4d18f0f5710a939845ed2314992eb
+SHA1 (patch-ac) = 133f0d84b4a3676714266a9b32e4235775211740
diff -r a256d7df141f -r a92b3bcd9409 www/tidy/patches/patch-ac
--- a/www/tidy/patches/patch-ac Sat Apr 08 05:12:12 2006 +0000
+++ b/www/tidy/patches/patch-ac Sat Apr 08 06:09:15 2006 +0000
@@ -1,8 +1,6 @@
-$NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
-
---- build/gmake/Makefile.orig  2005-07-15 08:58:10.000000000 +0200
-+++ build/gmake/Makefile
-@@ -58,8 +58,8 @@ SHELL=/bin/sh
+--- build/gmake/Makefile.orig  2005-07-14 23:58:10.000000000 -0700
++++ build/gmake/Makefile       2006-04-07 23:06:38.000000000 -0700
+@@ -58,13 +58,13 @@
  PROJECT=tidy
  
  # Installation variables.  Spaces OK, only dir create and file copy operations.
@@ -13,7 +11,13 @@
  
  bininst = ${runinst_prefix}/bin
  libinst = ${devinst_prefix}/lib
-@@ -79,14 +79,14 @@ DOCDIR = ${TOPDIR}/htmldoc
+ incinst = ${devinst_prefix}/include/$(PROJECT)
+-maninst = ${devinst_prefix}/man
++maninst = ${devinst_prefix}/${PKGMANDIR}
+ 
+ # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
+ TOPDIR = ../..
+@@ -79,14 +79,14 @@
  # CFLAGS etc..
  # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
  # disabled.
@@ -31,7 +35,7 @@
  ifdef SUPPORT_UTF16_ENCODINGS
  CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
  endif
-@@ -115,7 +115,7 @@ LIBSUFFIX = .a
+@@ -115,7 +115,7 @@
  OBJSUF = .o
  
  LIBRARY = $(LIBDIR)/$(LIBPREFIX)$(PROJECT)$(LIBSUFFIX)
@@ -40,7 +44,7 @@
  
  XSLTPROC = xsltproc
  
-@@ -164,7 +164,7 @@ doc:    $(DOCS)
+@@ -164,7 +164,7 @@
  
  $(LIBRARY): $(OBJFILES)
        if [ ! -d $(LIBDIR) ]; then mkdir $(LIBDIR); fi
@@ -49,7 +53,7 @@
  ifdef RANLIB
        $(RANLIB) $@
  endif
-@@ -175,7 +175,7 @@ $(OBJDIR)/%$(OBJSUF):      $(SRCDIR)/%.c $(HF
+@@ -175,7 +175,7 @@
  
  $(BINDIR)/$(PROJECT): $(APPDIR)/tidy.c $(HFILES) $(LIBRARY)
        if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
@@ -58,7 +62,7 @@
  
  $(BINDIR)/tab2space: $(APPDIR)/tab2space.c
        if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
-@@ -205,19 +205,19 @@ clean:
+@@ -205,19 +205,19 @@
        if [ "$(BINDIR)" != "$(TOPDIR)" -a -d $(BINDIR) ]; then rmdir $(BINDIR); fi
  
  installhdrs: $(HFILES)



Home | Main Index | Thread Index | Old Index