ports/125229: Update port: astro/cfitsio to 3.090
KATO Tsuguru
tkato432 at yahoo.com
Thu Jul 3 16:10:02 UTC 2008
>Number: 125229
>Category: ports
>Synopsis: Update port: astro/cfitsio to 3.090
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 03 16:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 3.090
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/astro/cfitsio/Makefile astro/cfitsio/Makefile
--- /usr/ports/astro/cfitsio/Makefile 2007-10-13 23:51:35.000000000 +0900
+++ astro/cfitsio/Makefile 2008-07-03 23:43:18.000000000 +0900
@@ -6,7 +6,7 @@
#
PORTNAME= cfitsio
-PORTVERSION= 3.060
+PORTVERSION= 3.090
CATEGORIES= astro
MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
@@ -15,23 +15,20 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= Library for reading and writing files in FITS data format
+LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c
+
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gnometarget pkgconfig
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-USE_FORTRAN= yes
-
-LIB_DEPENDS+= f2c.2:${PORTSDIR}/lang/f2c
+CONFIGURE_ARGS= ac_cv_prog_FC="f2c"
ALL_TARGET= shared
+USE_LDCONFIG= yes
post-patch:
- ${ECHO_CMD} ${FC}
@${GREP} -lR "<malloc.\h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<malloc\.h>|<stdlib.h>|g'
@${REINPLACE_CMD} -e 's|="\.so"|=".so.0"|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g' ${WRKSRC}/configure.in
do-install:
.for file in drvrsmem.h fitsio.h fitsio2.h longnam.h
@@ -41,6 +38,9 @@
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib
.endfor
@${LN} -sf libcfitsio.so.0 ${PREFIX}/lib/libcfitsio.so
+.for f in cfitsio.pc
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig
+.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}
diff -urN /usr/ports/astro/cfitsio/distinfo astro/cfitsio/distinfo
--- /usr/ports/astro/cfitsio/distinfo 2007-10-13 23:51:35.000000000 +0900
+++ astro/cfitsio/distinfo 2008-06-28 00:39:34.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (cfitsio3060.tar.gz) = b7ab291d227c60b17a19a1c028dc649c
-SHA256 (cfitsio3060.tar.gz) = 3475679b6ef7a8494ceffec8255b9b2719251f16880da5d128b58c5de8954b46
-SIZE (cfitsio3060.tar.gz) = 2260799
+MD5 (cfitsio3090.tar.gz) = dd7269615945536fac8fd31b9f50d660
+SHA256 (cfitsio3090.tar.gz) = 38a3a73573f9881b9b54b7baa26aebb4c41d32a117fb040ab0def61a2455a7eb
+SIZE (cfitsio3090.tar.gz) = 2846142
diff -urN /usr/ports/astro/cfitsio/pkg-plist astro/cfitsio/pkg-plist
--- /usr/ports/astro/cfitsio/pkg-plist 2005-09-29 19:31:48.000000000 +0900
+++ astro/cfitsio/pkg-plist 2008-06-28 03:45:56.000000000 +0900
@@ -4,6 +4,7 @@
include/longnam.h
lib/libcfitsio.so
lib/libcfitsio.so.0
+libdata/pkgconfig/cfitsio.pc
%%PORTDOCS%%%%DOCSDIR%%/cfitsio.doc
%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
%%PORTDOCS%%%%DOCSDIR%%/fitsio.doc
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list