Index: head/math/grace/Makefile =================================================================== --- head/math/grace/Makefile (revision 99210) +++ head/math/grace/Makefile (revision 99211) @@ -1,60 +1,59 @@ # New ports collection makefile for: grace # Date created: Dec 28 1998 # Whom: Lars Köller # # $FreeBSD$ # PORTNAME= grace -PORTVERSION= 5.1.13 +PORTVERSION= 5.1.14 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ ftp://plasma-gate.weizmann.ac.il/pub/grace/src/old/ \ ftp://abragam.med.utoronto.ca/pub/mirrors/grace/src/ \ ftp://abragam.med.utoronto.ca/pub/mirrors/grace/src/old/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/old/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ netcdf.1:${PORTSDIR}/math/netcdf \ fftw.2:${PORTSDIR}/math/fftw \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.6:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 USE_X_PREFIX= YES USE_GMAKE= YES USE_MOTIF= YES +USE_REINPLACE= YES HAS_CONFIGURE= YES CONFIGURE_ARGS= -prefix=${X11BASE} \ --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \ --enable-grace-home=${X11BASE}/lib/X11/grace ALL_TARGET= INSTALL_TARGET= install links post-patch: - ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.input - ${SED} "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure.input > ${WRKSRC}/configure - ${RM} -f ${WRKSRC}/configure.input + ${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) if [ ! -e ${X11BASE}/share/doc/grace ]; then \ ${LN} -s ${X11BASE}/lib/X11/grace/doc ${X11BASE}/share/doc/grace; \ fi .endif .include Property changes on: head/math/grace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/math/grace/distinfo =================================================================== --- head/math/grace/distinfo (revision 99210) +++ head/math/grace/distinfo (revision 99211) @@ -1 +1 @@ -MD5 (grace-5.1.13.tar.gz) = bc12e2bc373c7ecd6c8d51857a9858dc +MD5 (grace-5.1.14.tar.gz) = 040562dc70a186e11efba353e4d5d941 Property changes on: head/math/grace/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/math/grace/files/patch-ai =================================================================== --- head/math/grace/files/patch-ai (revision 99210) +++ head/math/grace/files/patch-ai (revision 99211) @@ -1,17 +1,15 @@ -*** cmath.h.org Thu Mar 27 13:57:30 2003 ---- cmath.h Thu Mar 27 13:59:41 2003 -*************** -*** 170,174 **** ---- 170,181 ---- - #endif - - #ifndef HAVE_ISNAN_DECL -+ #ifdef __FreeBSD__ -+ # include -+ # if __FreeBSD_version < 500100 -+ extern int isnan ( double x ); -+ # endif -+ #endif -+ #else - extern int isnan ( double x ); - #endif +--- cmath.h.orig Fri Dec 12 21:33:45 2003 ++++ cmath.h Thu Jan 22 22:22:45 2004 +@@ -175,5 +175,12 @@ + #endif + + #if !defined(HAVE_ISNAN_DECL) && !defined(HAVE_ISNAN_MACRO) ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 500100 ++extern int isnan ( double x ); ++# endif ++#endif ++#else + extern int isnan ( double x ); + #endif Property changes on: head/math/grace/files/patch-ai ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property