Date: Sun, 23 Apr 2000 16:20:06 +0200 (CEST) From: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18183: update of textproc/{c,java,perl}2html to version 0.9.1 Message-ID: <200004231420.QAA08791@localhost.tu-graz.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 18183 >Category: ports >Synopsis: update of textproc/{c,java,perl}2html to version 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 23 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 3.4-STABLE i386 >Organization: Technische Universität Graz >Environment: >Description: Update of textproc/c2html, textproc/java2html and textproc/perl2html to current version 0.9.1. Contents: - change of PORTVERSION from 0.7.2 to 0.9.1 - remove of strip command in post-install target since original distribution already does strip on install - patch of distribution Makefile.in enhanced to make sure our NOPORTDOCS is respected >How-To-Repeat: >Fix: NOTE: The following patch updates all three ports diff -ru /usr/ports/textproc/c2html/Makefile ./c2html/Makefile --- /usr/ports/textproc/c2html/Makefile Tue Apr 11 20:20:45 2000 +++ ./c2html/Makefile Sun Apr 23 15:51:35 2000 @@ -6,7 +6,7 @@ # PORTNAME= c2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -18,7 +18,6 @@ MAN1= c2html.1 post-install: - strip ${PREFIX}/bin/c2html .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/c2html .for file in AUTHORS NEWS README diff -ru /usr/ports/textproc/c2html/files/md5 ./c2html/files/md5 --- /usr/ports/textproc/c2html/files/md5 Sun Dec 26 13:56:38 1999 +++ ./c2html/files/md5 Sun Apr 23 14:09:56 2000 @@ -1 +1 @@ -MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a +MD5 (c2html-0.9.1.tar.gz) = 45811eede2860d046197ee248a9a34bd diff -ru /usr/ports/textproc/c2html/patches/patch-aa ./c2html/patches/patch-aa --- /usr/ports/textproc/c2html/patches/patch-aa Sat May 29 12:47:42 1999 +++ ./c2html/patches/patch-aa Sun Apr 23 15:54:17 2000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon May 24 14:32:18 1999 -+++ Makefile.in Wed May 26 18:44:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:25 2000 ++++ Makefile.in Sun Apr 23 15:53:23 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS diff -ru /usr/ports/textproc/java2html/Makefile ./java2html/Makefile --- /usr/ports/textproc/java2html/Makefile Tue Apr 11 20:20:51 2000 +++ ./java2html/Makefile Sun Apr 23 15:43:43 2000 @@ -6,7 +6,7 @@ # PORTNAME= java2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff -ru /usr/ports/textproc/java2html/files/md5 ./java2html/files/md5 --- /usr/ports/textproc/java2html/files/md5 Sun Dec 26 13:56:39 1999 +++ ./java2html/files/md5 Sun Apr 23 15:44:11 2000 @@ -1 +1 @@ -MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24 +MD5 (java2html-0.9.1.tar.gz) = c69d2ae10c2d6a1bc7305526fee5d01e diff -ru /usr/ports/textproc/java2html/patches/patch-aa ./java2html/patches/patch-aa --- /usr/ports/textproc/java2html/patches/patch-aa Sat May 29 12:47:42 1999 +++ ./java2html/patches/patch-aa Sun Apr 23 15:47:51 2000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon May 24 14:33:08 1999 -+++ Makefile.in Wed May 26 12:20:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:30 2000 ++++ Makefile.in Sun Apr 23 15:46:41 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS diff -ru /usr/ports/textproc/perl2html/Makefile ./perl2html/Makefile --- /usr/ports/textproc/perl2html/Makefile Tue Apr 11 20:20:52 2000 +++ ./perl2html/Makefile Sun Apr 23 15:56:31 2000 @@ -6,7 +6,7 @@ # PORTNAME= perl2html -PORTVERSION= 0.7.2 +PORTVERSION= 0.9.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff -ru /usr/ports/textproc/perl2html/files/md5 ./perl2html/files/md5 --- /usr/ports/textproc/perl2html/files/md5 Sun Dec 26 13:56:39 1999 +++ ./perl2html/files/md5 Sun Apr 23 15:56:47 2000 @@ -1 +1 @@ -MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799 +MD5 (perl2html-0.9.1.tar.gz) = 90d2f8ed91cc02a1c53569b933a08bef diff -ru /usr/ports/textproc/perl2html/patches/patch-aa ./perl2html/patches/patch-aa --- /usr/ports/textproc/perl2html/patches/patch-aa Sun Jun 6 19:17:34 1999 +++ ./perl2html/patches/patch-aa Sun Apr 23 16:01:06 2000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed May 26 19:31:36 1999 -+++ Makefile.in Thu May 27 21:54:22 1999 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Sat Apr 15 17:16:42 2000 ++++ Makefile.in Sun Apr 23 15:58:22 2000 +@@ -27,7 +27,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -9,12 +9,36 @@ # Dont change things beyond this line. TARGET = @PROJECT_NAME@ -@@ -40,7 +40,7 @@ - srcdir = @srcdir@ +@@ -59,7 +59,7 @@ + docdir = @DOCDIR@ CPPFLAGS = @CPPFLAGS@ -CFLAGS += -O2 -Wall +CFLAGS ?= -O2 -Wall - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) -I. $(COMPRESSION) all: $(TARGET) +@@ -70,10 +70,12 @@ + $(LEXOUTPUT): $(CONFIGS) $(LEXSRCS) $(HDRS) + $(LEX) $(LEXSRCS) + +-install: $(TARGET) install-doc ++install: $(TARGET) + @echo "Installing" $(TARGET) "to" $(bindir) + -mkdir -p $(bindir) + $(INSTALL_PROGRAM) $(TARGET) $(bindir)/$(TARGET) ++ -mkdir -p $(man1dir) ++ $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) + + install-strip: $(TARGET) install-doc + @echo "Installing" $(TARGET) "to" $(bindir) +@@ -81,8 +83,7 @@ + $(INSTALL_PROGRAM) -s $(TARGET) $(bindir)/$(TARGET) + + install-doc: +- -mkdir -p $(man1dir) $(docdir) +- $(INSTALL_DATA) $(srcdir)/$(MANPAGE) $(man1dir)/$(MANPAGE) ++ -mkdir -p $(docdir) + $(INSTALL_DATA) $(srcdir)/AUTHORS $(docdir)/AUTHORS + $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/COPYING + $(INSTALL_DATA) $(srcdir)/NEWS $(docdir)/NEWS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004231420.QAA08791>