ports/158927: [PATCH] quick patch for ports/math/asir2000 to work

Makoto Kishimoto ksmakoto at dd.iij4u.or.jp
Fri Jul 15 01:20:06 UTC 2011


>Number:         158927
>Category:       ports
>Synopsis:       [PATCH] quick patch for ports/math/asir2000 to work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 01:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Makoto Kishimoto
>Release:        8.2-STABLE
>Organization:
n/a
>Environment:
FreeBSD norikura.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r223459: Thu Jun 30 19:24:47 JST 2011     ksmakoto at norikura.localdomain:/export/obj/usr/src/sys/NORIKURA20110630  amd64
>Description:
quick patch for ports/math/asir2000 to work
>How-To-Repeat:
ports/math/asir2000 currently broken
>Fix:
remove acinclude.m4 before patch, and run aclocal. see patch

Patch attached with submission follows:

? ports/math/asir2000/work
Index: ports/math/asir2000/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/asir2000/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- ports/math/asir2000/Makefile	4 Dec 2010 07:32:34 -0000	1.43
+++ ports/math/asir2000/Makefile	15 Jul 2011 01:09:02 -0000
@@ -18,13 +18,13 @@
 MAINTAINER=	saito at asir.org
 COMMENT=	The system Risa/Asir is a general computer algebra system
 
-BROKEN=		Only builds with now-nonexistant automake15
+#BROKEN=		Only builds with now-nonexistant automake15
 
 LIB_DEPENDS=	pari-gmp.2:${PORTSDIR}/math/pari
 
 USE_XORG=	x11 xaw xext xt
 GNU_CONFIGURE=	yes
-#XXX	USE_AUTOTOOLS=	automake autoconf
+USE_AUTOTOOLS=	aclocal automake autoconf
 CONFIGURE_ARGS=	--enable-shared --enable-plot --enable-fep --enable-interval --with-pari
 ASIR_SRC_VERSION=	${PORTVERSION}
 ASIR_DOC_VERSION=	20070718
@@ -53,6 +53,9 @@
 	@${MKDIR} ${WRKDIR}/asirdoc
 	@${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${WRKDIR}/asirdoc
 
+pre-patch:
+	@${RM} ${WRKSRC}/acinclude.m4
+
 post-install:
 	@${MKDIR} ${DATADIR}
 	@(\


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



More information about the freebsd-ports-bugs mailing list