Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2005 10:35:20 +0800
From:      David Xu <davidxu@freebsd.org>
To:        ports@freebsd.org
Subject:   update for byaccj
Message-ID:  <42F2D068.2080807@freebsd.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040404070804080805080802
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Attachment is patch for byaccj ports, it is updated to version 1.11.
Note that the patch file byaccj/files/patch-src-Makefile should be removed.

David Xu


--------------040404070804080805080802
Content-Type: text/plain;
 name="byaccj.diffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="byaccj.diffs"

Index: byaccj/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/byaccj/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- byaccj/Makefile	6 Feb 2004 13:11:05 -0000	1.4
+++ byaccj/Makefile	5 Aug 2005 02:26:27 -0000
@@ -6,22 +6,19 @@
 #
 
 PORTNAME=	byaccj
-PORTVERSION=	1.1
+PORTVERSION=	1.11
 CATEGORIES=	devel java
-MASTER_SITES=	http://troi.lincom-asg.com/~rjamison/byacc/ \
-		http://opensource.zjonline.com.cn/distfiles/
-DISTNAME=	byaccj1.1
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
+DISTNAME=	byaccj1.11_src
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
-MAINTAINER=	davidxu@viatech.com.cn
+MAINTAINER=	davidxu@freebsd.org
 COMMENT=	A java extension of BSD YACC-compatible parser generator
 
 PLIST_FILES=	bin/byaccj
-WRKSRC=		$(WRKDIR)/byaccj1.1/src
 USE_REINPLACE=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/yacc ${PREFIX}/bin/byaccj
 
Index: byaccj/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/byaccj/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- byaccj/distinfo	18 Mar 2004 02:27:32 -0000	1.2
+++ byaccj/distinfo	5 Aug 2005 02:26:27 -0000
@@ -1,2 +1,2 @@
-MD5 (byaccj1.1.tar.gz) = f47267af6d9dfe6914be3c08ffc7713c
-SIZE (byaccj1.1.tar.gz) = 315562
+MD5 (byaccj1.11_src.tar.gz) = c8461131339b238ed750fe6509fae16b
+SIZE (byaccj1.11_src.tar.gz) = 53255

--------------040404070804080805080802--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F2D068.2080807>