ports/55832: [Maintainer Update]: print/lgrind Change location of patches (Homepage will expire)

Kay Lehmann kay_lehmann at web.de
Thu Aug 21 11:20:14 UTC 2003


>Number:         55832
>Category:       ports
>Synopsis:       [Maintainer Update]: print/lgrind Change location of patches (Homepage will expire)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 21 04:20:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD bippes.wg-berlin.de 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #5: Wed Aug 13 10:54:30 CEST 2003 kay at bippes.wg-berlin.de:/usr/obj/usr/src/sys/bippes i386
>Description:
My homepage will expire on 1. October so the patches won't be available any more.
>How-To-Repeat:
>Fix:
Change location of patches from my homepage to files-dir from the port.

--- lgrinddir.diff begins here ---
diff -urN lgrind.orig/Makefile lgrind/Makefile
--- lgrind.orig/Makefile	Wed Aug 20 11:47:32 2003
+++ lgrind/Makefile	Wed Aug 20 11:46:56 2003
@@ -37,10 +37,6 @@
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${PORTNAME}.tar.gz
 
-PATCH_SITES=	http://home.arcor.de/kay_lehmann/freebsd/ports/lgrind/
-PATCHFILES=	patch-Makefile.gz patch-source_Makefile.gz \
-		patch-source_lgrind.c.gz patch-source_regexp.c.gz
-
 MAINTAINER=	kay_lehmann at web.de
 COMMENT=	Produce beautiful listings of source code with LaTeX
 
diff -urN lgrind.orig/distinfo lgrind/distinfo
--- lgrind.orig/distinfo	Wed Aug 20 11:47:32 2003
+++ lgrind/distinfo	Wed Aug 20 11:47:59 2003
@@ -19,8 +19,4 @@
 MD5 (lgrind/lgrind/source/regexp.h) = e02f12d75ae0f1d4388e89072139bd93
 MD5 (lgrind/lgrind/source/retest.c) = 478fccd23c3e34815faf17b369e53d98
 MD5 (lgrind/lgrind/source/v2lg.c) = f642e88c0a0ab2e4183e46dd5f575605
-MD5 (lgrind/patch-Makefile.gz) = 49212838d1d91c42d7d981537ceffafb
-MD5 (lgrind/patch-source_Makefile.gz) = 750ac77c961e287b8984cddfd052d6f5
-MD5 (lgrind/patch-source_lgrind.c.gz) = 5c5d69cb400d4edb7d8f6e1c666ccfac
-MD5 (lgrind/patch-source_regexp.c.gz) = 2eb6d0d78352b1a474742e60a1239ccd
 MD5 (lgrind/lgrind.tar.gz) = IGNORE
diff -urN lgrind.orig/files/patch-Makefile lgrind/files/patch-Makefile
--- lgrind.orig/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ lgrind/files/patch-Makefile	Wed Aug 20 11:43:12 2003
@@ -0,0 +1,16 @@
+--- Makefile.orig	Sat Apr 20 14:54:37 2002
++++ Makefile	Sat Apr 20 14:55:38 2002
+@@ -2,11 +2,11 @@
+ 
+ # $Id: Makefile,v 1.10 2000/12/27 21:42:37 mike Exp $
+ 
+-BASEDIR=/usr
++BASEDIR=/usr/local
+ #DEFSFILE=${HOME}/Work/lgrind/lgrindef
+ DEFSFILE=$(BASEDIR)/share/texmf/tex/latex/lgrind/lgrindef
+ TEXFILEDIR=$(BASEDIR)/share/texmf/tex/latex/lgrind
+-DOCDIR=$(BASEDIR)/doc/lgrind
++DOCDIR=$(BASEDIR)/share/texmf/doc/latex/lgrind
+ 
+ INSTALL=install
+ SOURCES=lgrind.c lgutil.c regexp.c regexp.h lgrindef.c lgrindef.h retest.c v2lg.c
diff -urN lgrind.orig/files/patch-source_Makefile lgrind/files/patch-source_Makefile
--- lgrind.orig/files/patch-source_Makefile	Thu Jan  1 01:00:00 1970
+++ lgrind/files/patch-source_Makefile	Wed Aug 20 11:43:12 2003
@@ -0,0 +1,12 @@
+--- source/Makefile.orig	Sat Apr 20 15:18:16 2002
++++ source/Makefile	Sat Apr 20 15:21:27 2002
+@@ -33,7 +33,9 @@
+ install: all
+ 	$(INSTALL) -s lgrind $(BINDIR)/lgrind
+ 	$(INSTALL) -m 644 $(MANPAGES1) $(MANDIR)/man1
++	gzip $(MANDIR)/man1/$(MANPAGES1)
+ 	$(INSTALL) -m 644 $(MANPAGES5) $(MANDIR)/man5
++	gzip $(MANDIR)/man5/$(MANPAGES5)
+ 
+ clean:
+ 	rm -f $(OBJS) lgrind retest v2lg
diff -urN lgrind.orig/files/patch-source_lgrind.c lgrind/files/patch-source_lgrind.c
--- lgrind.orig/files/patch-source_lgrind.c	Thu Jan  1 01:00:00 1970
+++ lgrind/files/patch-source_lgrind.c	Wed Aug 20 11:43:12 2003
@@ -0,0 +1,11 @@
+--- source/lgrind.c.orig	Fri Mar 28 10:08:41 2003
++++ source/lgrind.c	Fri Mar 28 10:09:12 2003
+@@ -94,7 +94,7 @@
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
++/*#include <malloc.h> */
+ #include <time.h>
+ /* One of the following two (depending on your system) */
+ #include <unistd.h>
diff -urN lgrind.orig/files/patch-source_regexp.c lgrind/files/patch-source_regexp.c
--- lgrind.orig/files/patch-source_regexp.c	Thu Jan  1 01:00:00 1970
+++ lgrind/files/patch-source_regexp.c	Wed Aug 20 11:43:12 2003
@@ -0,0 +1,11 @@
+--- source/regexp.c.orig	Fri Mar 28 10:09:46 2003
++++ source/regexp.c	Fri Mar 28 10:10:13 2003
+@@ -56,7 +56,7 @@
+ 
+ 
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include "regexp.h"
--- lgrinddir.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list