summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
commit39fc32e82863cce17f070122d498ce82cf7ea7af (patch)
treefc8323f5d400038235fda42a6096107239789049 /math
parentAdd USE_GNOME+= gnomedocutils to 5 ports (diff)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
Diffstat (limited to 'math')
-rw-r--r--math/abs/Makefile2
-rw-r--r--math/asir2000/Makefile1
-rw-r--r--math/asymptote/Makefile2
-rw-r--r--math/carve/Makefile2
-rw-r--r--math/ggobi/Makefile2
-rw-r--r--math/gkmap/Makefile1
-rw-r--r--math/gnuplot/Makefile1
-rw-r--r--math/gretl/Makefile2
-rw-r--r--math/hexcalc/Makefile2
-rw-r--r--math/igraph/Makefile5
-rw-r--r--math/libqalculate/Makefile2
-rw-r--r--math/mate-calc/Makefile1
-rw-r--r--math/ploticus/Makefile4
-rw-r--r--math/plplot/Makefile2
-rw-r--r--math/pspp/Makefile2
-rw-r--r--math/py-igraph/Makefile4
-rw-r--r--math/py-matplotlib/Makefile2
-rw-r--r--math/scilab/Makefile2
-rw-r--r--math/tablix/Makefile2
-rw-r--r--math/timbl/Makefile1
-rw-r--r--math/wxMaxima/Makefile2
-rw-r--r--math/xgobi/Makefile2
-rw-r--r--math/xspread/Makefile2
23 files changed, 27 insertions, 21 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 50f2406f736f..01a72290dc82 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= abs
PORTVERSION= 0908
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 3347fd7b5cbb..d7273e71f730 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -3,6 +3,7 @@
PORTNAME= asir
PORTVERSION= 20110810
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \
ftp://ftp.asir.org/pub/asir/src/ \
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index fe634337ece6..efc505480696 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asymptote
PORTVERSION= 2.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
diff --git a/math/carve/Makefile b/math/carve/Makefile
index adf0e29f797d..fd315ef69d5c 100644
--- a/math/carve/Makefile
+++ b/math/carve/Makefile
@@ -3,7 +3,7 @@
PORTNAME= carve
PORTVERSION= 1.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
EXTRACT_SUFX= .tgz
diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile
index 63a87d150943..3e7cd9fdbe00 100644
--- a/math/ggobi/Makefile
+++ b/math/ggobi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ggobi
PORTVERSION= 2.1.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= http://www.ggobi.org/downloads/
diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile
index ca5aa4fe9697..2e1d60384605 100644
--- a/math/gkmap/Makefile
+++ b/math/gkmap/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gkmap
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 7127fddcbd6a..36d80b226eb3 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.5
+PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= SF
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 9e95383fe21b..3b11956cee28 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gretl
PORTVERSION= 1.9.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math finance
MASTER_SITES= SF
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile
index bd5c3e79a2b0..bfecdf75abee 100644
--- a/math/hexcalc/Makefile
+++ b/math/hexcalc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hexcalc
PORTVERSION= 1.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://www.berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/
DISTNAME= ${PORTNAME}
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index c9775423da31..603e84395a15 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -3,18 +3,19 @@
PORTNAME= igraph
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/C%20library/${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Package For Manipulating Undirected And Directed Graphs
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
USE_GCC= any
USES= gmake
+USE_GNOME= libxml2
CONFIGURE_ARGS+= --enable-gmp
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 79682108ec76..c8cb311c24bb 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libqalculate
PORTVERSION= 0.9.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index 7eaa94ca95c1..fa923b4cb9d9 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-calc
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= math mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile
index 9ca7e22e3886..495d28813046 100644
--- a/math/ploticus/Makefile
+++ b/math/ploticus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ploticus
PORTVERSION= 2.40
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= SF
DISTNAME= pl${PORTVERSION:S/.//}src
@@ -15,7 +15,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \
jpeg:${PORTSDIR}/graphics/jpeg \
ming:${PORTSDIR}/graphics/ming \
png15:${PORTSDIR}/graphics/png \
- freetype:${PORTSDIR}/print/freetype2
+ libfreetype.so:${PORTSDIR}/print/freetype2
BUILD_WRKSRC= ${WRKSRC}/src
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 8c029e70beef..d9e09990804e 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= plplot
PORTVERSION= 5.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 7a71e8957ad0..ddcf60dfb893 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pspp
PORTVERSION= 0.6.2
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= math
MASTER_SITES= GNU
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile
index 787071778bad..e53884601a1f 100644
--- a/math/py-igraph/Makefile
+++ b/math/py-igraph/Makefile
@@ -3,7 +3,7 @@
PORTNAME= igraph
PORTVERSION= 0.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+USE_GNOME= libxml2
.include <bsd.port.mk>
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 60dd31c6ea4b..b8ca478e637f 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= matplotlib
PORTVERSION= 1.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math python
MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index eac6d16bb48e..73209318bf10 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scilab
PORTVERSION= 5.3.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math cad parallel java
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \
http://www.predatorlabs.net/dl/:jgraphx \
diff --git a/math/tablix/Makefile b/math/tablix/Makefile
index 9db203be951e..8b79df33b253 100644
--- a/math/tablix/Makefile
+++ b/math/tablix/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tablix2
PORTVERSION= 0.3.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math www
MASTER_SITES= http://www.tablix.org/releases/stable/ \
http://my.samba.org/
diff --git a/math/timbl/Makefile b/math/timbl/Makefile
index a89b675cf810..5e3fc18f40eb 100644
--- a/math/timbl/Makefile
+++ b/math/timbl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= timbl
PORTVERSION= 6.4.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile
index f68caa595536..416db26872db 100644
--- a/math/wxMaxima/Makefile
+++ b/math/wxMaxima/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wxMaxima
PORTVERSION= 13.04.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
diff --git a/math/xgobi/Makefile b/math/xgobi/Makefile
index c1b0f23fb96f..31e970049270 100644
--- a/math/xgobi/Makefile
+++ b/math/xgobi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xgobi
PORTVERSION= 2002.06.20
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math graphics
MASTER_SITES= http://public.research.att.com/~stat/xgobi/
DISTNAME= xgobi
diff --git a/math/xspread/Makefile b/math/xspread/Makefile
index 1495dc0abe7a..6ee80103ef2e 100644
--- a/math/xspread/Makefile
+++ b/math/xspread/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xspread
PORTVERSION= 3.1.1c
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://archive.debian.org/%SUBDIR%/ \
http://mirror.safehostnet.com/debian-archive/%SUBDIR%/ \