Index: head/math/spar/Makefile =================================================================== --- head/math/spar/Makefile (revision 550622) +++ head/math/spar/Makefile (revision 550623) @@ -1,28 +1,31 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= spar PORTVERSION= 0.5.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math devel MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Modular math parser +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= dos2unix libtool ncurses readline DOS2UNIX_FILES= lib/randist/rand.c -GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes +GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e "s,-ldl,,g" \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/spar/*.so .include Index: head/math/spar/files/patch-lib_sl__version.h =================================================================== --- head/math/spar/files/patch-lib_sl__version.h (nonexistent) +++ head/math/spar/files/patch-lib_sl__version.h (revision 550623) @@ -0,0 +1,15 @@ +--- lib/sl_version.h.orig 2001-06-26 13:22:43 UTC ++++ lib/sl_version.h +@@ -39,9 +39,9 @@ void sl_info (void); + + void sl_warranty (void); + +-int sl_major_version; +-int sl_minor_version; +-int sl_patch_level; ++extern int sl_major_version; ++extern int sl_minor_version; ++extern int sl_patch_level; + + __END_DECLS + #endif /* _sl_version_h */ Property changes on: head/math/spar/files/patch-lib_sl__version.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property