1287 Commits

Author SHA1 Message Date
jasper
d666be8a1b +p5-Math-BigInt-Pari 2014-03-20 20:35:31 +00:00
jasper
3d42ee0f9a import Math-BigInt-Pari-1.17
looks ok to sthen@
2014-03-20 20:34:57 +00:00
ajacoutot
19a23eacdd Update to gnumeric-1.12.13. 2014-03-19 07:23:57 +00:00
sthen
41b1db3c57 unbreak gnuplot,no_x11 following gd changes; reported by/analysis nigel@ 2014-03-18 11:33:29 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
naddy
43cb1b7ab8 bug fix update to 2.1.3 2014-03-15 19:41:03 +00:00
benoit
53c738be1e Update to ntl 6.1.0. 2014-03-15 09:13:13 +00:00
sthen
b14dc9997e make it easier for updates: move MASTER_SITES up next to DISTNAME. 2014-03-13 21:05:38 +00:00
pascal
b9fd076dd5 This is actually CGAL 3.8, not 4.1 as it claims to be, due to confusing
MASTER_SITES layout.  Correct the mistake and bump EPOCH.

ok jasper@
2014-03-13 20:50:22 +00:00
dcoppa
d79313cf78 Long overdue update of R to version 3.0.3.
Tests and feedback: Ze Loff and Rafael Sadowski (maintainer)
OK Rafael Sadowski (maintainer)
2014-03-12 11:04:41 +00:00
espie
e4391345be R would pick up readline if it was around, so let's use it anyways
somehow requires gmake ;(
(problem found by me, patch from maintainer)
2014-03-09 23:01:41 +00:00
ajacoutot
8eafbb5bad Update to gnumeric-1.12.12. 2014-03-09 22:10:25 +00:00
bcallah
933a4ba616 Update to 1.20.1 2014-03-09 21:27:03 +00:00
jasper
f88aaeacfd Security fixes for CVE-2014-1858 and CVE-2014-1859 2014-02-09 13:32:40 +00:00
edd
f5263ad576 Update to graphviz-2.36.0.
Addresses some CVEs:
http://www.debian.org/security/2014/dsa-2843

Thanks to Sebastian Trahm for pointing these out.

OK jasper@
2014-02-06 17:32:27 +00:00
edd
bf701bec18 R should install TeX macros in TEXMFLOCAL not TEXMFMAIN.
From Rafael Sadowski (maintainer), with a few tweaks from me (missing hashing, sort PLIST).

OK naddy@
2014-01-20 17:09:52 +00:00
naddy
09999a5515 bump for plist changes 5.4 -> 5.5 2014-01-12 14:58:30 +00:00
sthen
0399587ebb fix license marker, this version of graphviz is under EPL 2014-01-07 10:01:47 +00:00
naddy
611dc52f1c Drop USE_GROFF since groff and mandoc produce identical output. 2014-01-01 20:46:27 +00:00
zhuk
d04ea22dcb Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).

After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.

spurring from espie@
2013-12-22 19:24:33 +00:00
ajacoutot
aae9a5a103 Update to geogebra-4.2.60.0. 2013-12-20 07:58:09 +00:00
brad
f9406e8bf4 Don't pick up libquadmath if it happens to be installed resulting in a "hidden"
dependency.

ok naddy@
2013-12-07 19:59:13 +00:00
edd
f0a1059c7e Remove lpsolve's dependency upon <sys/timeb.h>.
Looks like I already patched away libcompat.a last year.

OK naddy@
2013-12-07 12:04:55 +00:00
ajacoutot
a51fbed706 Update to gnumeric-1.12.9. 2013-11-29 08:52:50 +00:00
bcallah
86f8e3ee2f Bugfix update to 1.19.1 2013-11-29 04:33:19 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
bcallah
7ccf8b87d9 Update Veusz to 1.19 2013-11-17 23:34:55 +00:00
naddy
725de75f3a move http://www.gnu.org to https 2013-11-09 23:19:01 +00:00
sthen
7d0c407ab6 update to coq 8.4pl2, from Daniel Dickman, ok Yozo TODA (maintainer) 2013-11-08 23:11:48 +00:00
naddy
ac703bde18 install man page and sync wantlib 2013-11-05 15:33:06 +00:00
brad
d8981fd22f Fix GNU make check with newer versions.
ok sthen@
2013-10-26 07:38:19 +00:00
zhuk
0e3d15242b Do a massive change on the placement of some KDE3 apps data:
* share/apps => share/apps.kde3
  * share/doc/HTML => share/doc/HTML.kde3

This is a part of KDE3/4 deconflicting work.

Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...

"do it" landry@
2013-10-22 11:33:55 +00:00
miod
15d673f805 NOT_FOR_ARCHES=${GCC3_ARCHS}, these port depend upon the C++ tr1 headers,
which are only available on gcc4 platforms.
ok espie@
2013-10-18 14:29:16 +00:00
naddy
19b8746210 make very sure we pick up the intended Tcl/Tk version, otherwise Tk
detection will fail in configure
2013-10-13 21:41:44 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
espie
492e1a91c6 the makefile does some crazy thing with libraries. Sometimes the timestamps
don't quite match, and all hell breaks loose.

MAKE DARN SURE it gets its file by forcing them down the problematic target.
Yep, sometimes ar will replace the same files twice. Which is always better
than 0.

this has long been an annoyance. Why do every single math guy still write
makefiles by hand that look like fortran77 code ?

(also fix an error in popen by speaking the right standardese)
2013-10-11 08:39:25 +00:00
brad
1d77e89c13 Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.
2013-10-10 02:08:19 +00:00
ajacoutot
c8083bfedf Update to gnumeric-1.12.8. 2013-10-08 09:21:15 +00:00
espie
26b383a87e disentangle kde3 from kde4: all kde3 with the same name get an explict
PKGSPEC.  revision bumps follow.

Also, tag all kde3 ports, those that use the module and those that do not,
with explicit kde3 tags.
2013-10-05 07:34:30 +00:00
dcoppa
a2a0464ede Bye bye MODPY_BADEGGS 2013-10-03 16:37:15 +00:00
ajacoutot
ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00
landry
3817610542 Mark as BROKEN-alpha: ICE in scipy/optimize/minpack/lmstr.f:462 2013-09-04 18:40:21 +00:00
ajacoutot
0edbdb972e Update to gnumeric-1.12.7. 2013-09-02 09:44:48 +00:00
ajacoutot
4441a6d003 Update to gnumeric-1.12.6. 2013-08-28 08:00:59 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
c334bb4e91 Update to gnumeric-1.12.5. 2013-08-20 07:31:15 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
miod
103afb9d45 Mark as BROKEN on m88k: fails to figure out cpu details, and I don't have
enough time to fix this at the moment.
2013-07-21 18:26:29 +00:00
ajacoutot
c19b680d2a Update to gnumeric-1.12.4. 2013-07-15 07:16:41 +00:00