ports/101416: math/superlu: unbreak by fetching User's Guide in PDF format.

Thierry Thomas thierry at pompo.net
Sat Aug 5 17:50:18 UTC 2006


>Number:         101416
>Category:       ports
>Synopsis:       math/superlu: unbreak by fetching User's Guide in PDF format.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 05 17:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 27 06:04:37 CEST 2006 thierry at graf.pompo.net:/usr/obj/usr/src/sys/GRAF060511 i386


	
>Description:
	SuperLU is currently unfetchable, because the User's Guide
	format has been changed to PDF.

>How-To-Repeat:
	cd /usr/ports/math/superlu && make fetch

>Fix:
	Please apply the following patch.

	Note: you might want to bump PORTREVISION...

--- superlu.diff begins here ---
diff -urN math/superlu.orig/Makefile math/superlu/Makefile
--- math/superlu.orig/Makefile	Thu Jun 22 07:17:23 2006
+++ math/superlu/Makefile	Sat Aug  5 19:14:30 2006
@@ -12,7 +12,7 @@
 		http://crd.lbl.gov/~xiaoye/:doc
 DISTNAME=	${PORTNAME}_${P_VERSION}
 .ifndef NOPORTDOCS
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} superlu_ug.ps.gz SLU_general.ps.gz:doc simax95.ps.gz:doc
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} superlu_ug.pdf SLU_general.ps.gz:doc simax95.ps.gz:doc
 .endif
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
@@ -64,7 +64,7 @@
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/SLU_general.ps.gz ${DOCSDIR}
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/simax95.ps.gz ${DOCSDIR}
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/superlu_ug.ps.gz ${DOCSDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/superlu_ug.pdf ${DOCSDIR}
 .endif
 
 .include <bsd.port.pre.mk>
diff -urN math/superlu.orig/distinfo math/superlu/distinfo
--- math/superlu.orig/distinfo	Thu Feb 16 20:01:55 2006
+++ math/superlu/distinfo	Sat Aug  5 19:14:30 2006
@@ -1,9 +1,9 @@
 MD5 (superlu/superlu_3.0.tar.gz) = 1d1bf4c81d1d6b60a315c14f6bcddfaf
 SHA256 (superlu/superlu_3.0.tar.gz) = d0132a3a2fb6269dc8faa0b9ea9611764e8ca31265441f64cfc80485a86d5784
 SIZE (superlu/superlu_3.0.tar.gz) = 1134160
-MD5 (superlu/superlu_ug.ps.gz) = 0d712ba0b2cc2a82fe7621050b0e299a
-SHA256 (superlu/superlu_ug.ps.gz) = 3e22d349f1f5288cfce768909b2e91ad3b95ee656d546cbbbacc3bf1a6ff1f76
-SIZE (superlu/superlu_ug.ps.gz) = 204281
+MD5 (superlu/superlu_ug.pdf) = e207024bf7f77105a60922dec5e9e85b
+SHA256 (superlu/superlu_ug.pdf) = f4c34805010f95127a54775c4e3565a07c1afb1c231e2f9a03ac50cd958dace1
+SIZE (superlu/superlu_ug.pdf) = 379451
 MD5 (superlu/SLU_general.ps.gz) = c51b5e8149c8fe3e46b5e7da2c0f819b
 SHA256 (superlu/SLU_general.ps.gz) = 00d00cedfadd96a42014d22b30c0cc451a575d8d309774519068b11d4be1ebe5
 SIZE (superlu/SLU_general.ps.gz) = 89463
diff -urN math/superlu.orig/pkg-plist math/superlu/pkg-plist
--- math/superlu.orig/pkg-plist	Thu Feb 16 20:01:58 2006
+++ math/superlu/pkg-plist	Sat Aug  5 19:14:50 2006
@@ -13,5 +13,5 @@
 @dirrm include/superlu
 %%PORTDOCS%%%%DOCSDIR%%/SLU_general.ps.gz
 %%PORTDOCS%%%%DOCSDIR%%/simax95.ps.gz
-%%PORTDOCS%%%%DOCSDIR%%/superlu_ug.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/superlu_ug.pdf
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- superlu.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list