Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 23:27:07 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41224: update port: textproc/yodl 
Message-ID:  <200208010627.g716R7B09241@incinerator.seecolinslash.com>

next in thread | raw e-mail | index | archive | help

>Number:         41224
>Category:       ports
>Synopsis:       update port: textproc/yodl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 23:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #117: Tue Jul 30 21:38:43 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	update textproc/yodl 1.22 -> 1.31.18
	
>How-To-Repeat:
	
>Fix:

	

	this contains:
		1)		a patch for textproc/yodl/Makefile
		2)		a patch for textproc/yodl/distinfo
		3)		new file: textproc/yodl/files/patch-src.lib.lib.h
	
	all the other files in textproc/yodl/files/ can be deleted.

	-Adam


--- yodl_makefile.patch begins here ---
--- Makefile.orig	Wed Jul 31 23:25:30 2002
+++ Makefile	Wed Jul 31 23:25:46 2002
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	yodl
-PORTVERSION=	1.22
+PORTVERSION=	1.31.18
 CATEGORIES=	textproc
-MASTER_SITES=	ftp://ftp.sco.com/skunkware/src/textproc/ \
-		ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/textproc/ \
-		ftp://ftp.vse.cz/pub/.sd10c/SCO/ftp.sco.com/skunkware/src/textproc/ \
-		ftp://ftp.netsw.org/netsw/Typesetting/ASCII/Generate/ \
-		ftp://ftp.win.ne.jp/pub/misc/ \
-		ftp://ftp.eos.hokudai.ac.jp/pub/misc/ \
-		ftp://ftp.sunet.se/pub3/vendor/sco/skunkware/src/textproc/
+MASTER_SITES=	ftp://ftp.lilypond.org/pub/yodl/development/ \
+					http://www.foad.org/zsh/zsh/ \
+					http://www.zsh.org/pub/GPL/ \
+					http://mirrors.sunsite.dk/ \
+					http://www.math.technion.ac.il/pub/zsh/GPL/ \
+					http://litterbug.lut.ac.uk/zsh/ \
+					http://ftp.rge.com/pub/shells/zsh/GPL/ \
+					http://ftp.dmz.digex.net/pub/packages/ \
+					http://linux.sarang.net/ftp/mirror/system/shell/zsh/GPL/
 
 MAINTAINER=	dburr@FreeBSD.org
 
@@ -23,21 +25,17 @@
 RUN_DEPENDS=	latex:${PORTSDIR}/print/latex \
 		dvips:${PORTSDIR}/print/dvips
 
-ALL_TARGET=	progs manpages misc/striproff
-INSTALL_TARGET=	installman installmanual
+GNU_CONFIGURE=		yes
+USE_GMAKE=		yes
+MAKEFILE=		GNUmakefile
 
 MAN1=		yodl.1 \
 		striproff.1 \
 		yodlconverters.1
-MAN5=		yodl.5
 MAN7=		yodlmacros.7 \
 		yodlmanpage.7
 
-do-build:
-	(cd ${WRKSRC} && ${SETENV} CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs)
-	(cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c)
-
 post-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/misc/striproff ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/scripts/out/striproff ${PREFIX}/bin
 
 .include <bsd.port.mk>
--- yodl_makefile.patch ends here ---

--- yodl_distinfo.patch begins here ---
--- distinfo.orig	Wed Jul 31 23:25:40 2002
+++ distinfo	Wed Jul 31 23:25:49 2002
@@ -1 +1 @@
-MD5 (yodl-1.22.tar.gz) = 04f46f2ae4d1823865ef14fec9998b84
+MD5 (yodl-1.31.18.tar.gz) = 247c5bf178baeb1f0b96511323f30a61
--- yodl_distinfo.patch ends here ---

--- patch-src.lib.lib.h begins here ---
--- src/lib/lib.h.orig	Wed Jul 31 23:08:06 2002
+++ src/lib/lib.h	Wed Jul 31 23:08:35 2002
@@ -16,7 +16,7 @@
 
 #if HAVE_MALLOC_H
 #   include <malloc.h>
-#elif defined STDC_HEADERS
+#elif defined STDC_HEADERS && !defined __FreeBSD__
     extern void free PARAMS ((char *));
     extern char *malloc PARAMS ((int));
     extern char *realloc PARAMS ((char*, int));
--- patch-src.lib.lib.h ends here ---


>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?200208010627.g716R7B09241>