FreeBSD Bugzilla – Attachment 156225 Details for
Bug 199853
Update math/reduce to version 20141130
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port update
math-reduce.diff (text/plain), 2.36 KB, created by
Pedro F. Giffuni
on 2015-05-01 21:32:33 UTC
(
hide
)
Description:
Port update
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2015-05-01 21:32:33 UTC
Size:
2.36 KB
patch
obsolete
>Index: math/reduce/Makefile >=================================================================== >--- math/reduce/Makefile (revision 385137) >+++ math/reduce/Makefile (working copy) >@@ -2,11 +2,10 @@ > # $FreeBSD$ > > PORTNAME= reduce >-PORTVERSION= 20110414 >-PORTREVISION= 2 >+PORTVERSION= 20141130 > CATEGORIES= math lang >-MASTER_SITES= SF/${PORTNAME}-algebra/ >-DISTNAME= ${PORTNAME}-src-${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}-algebra/Snapshot_2014-11-30/ >+DISTNAME= ${PORTNAME}-src-2014-11-30 > > MAINTAINER= pfg@FreeBSD.org > COMMENT= Portable general-purpose computer algebra system (CSL version) >@@ -21,7 +20,7 @@ > USES= gmake tar:bzip2 > USE_XORG= xext x11 xft > >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+WRKSRC= ${WRKDIR}/${DISTNAME} > > HAS_CONFIGURE= yes > CONFIGURE_ARGS= --with-csl >@@ -38,6 +37,9 @@ > .endif > REDUCECSL= ${WRKSRC}/cslbuild/${TARGET_SDIR}/csl > >+CPPFLAGS+= `freetype-config --cflags` >+LDFLAGS+= `freetype-config --libs` >+ > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_PROGRAM} ${REDUCECSL}/reduce ${STAGEDIR}${DATADIR} >Index: math/reduce/distinfo >=================================================================== >--- math/reduce/distinfo (revision 385137) >+++ math/reduce/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (reduce-src-20110414.tar.bz2) = d6ac7a30e817ea71555d21b03a119a5236967b251eae8946a1817ae9a81cee03 >-SIZE (reduce-src-20110414.tar.bz2) = 136783974 >+SHA256 (reduce-src-2014-11-30.tar.bz2) = b15debc944475d4daee1bcbdbaff415693522306785507f2d3110d75df6e7006 >+SIZE (reduce-src-2014-11-30.tar.bz2) = 253343100 >Index: math/reduce/files/patch-csl_cslbase_headers.h >=================================================================== >--- math/reduce/files/patch-csl_cslbase_headers.h (revision 385137) >+++ math/reduce/files/patch-csl_cslbase_headers.h (working copy) >@@ -1,22 +0,0 @@ >-Index: csl/cslbase/headers.h >-=================================================================== >---- csl/cslbase/headers.h (revision 1603) >-+++ csl/cslbase/headers.h (working copy) >-@@ -97,6 +97,17 @@ >- #define PRIxPTR "llx" >- #endif >- >-+/* >-+ * This is necessary to for timeval in BSD systems. >-+ */ >-+#if (defined(__unix__) || defined(unix)) && !defined(USG) >-+#include <sys/param.h> >-+#endif >-+ >-+#if (defined(BSD) && (BSD >= 199103)) >-+#include <sys/time.h> >-+#endif >-+ >- #ifndef UNDER_CE >- /* >- * The test for UNDER_CE is a little odd here, but when I once compiled a
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199853
:
156225
|
156237