summaryrefslogtreecommitdiff
path: root/math/asymptote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.32 [1]Nicola Vitale2014-05-287-88/+235
| | | | | | | | | | | | | | | | | | | | | - Remove leading, undefined article from COMMENT - Add graphics/ImageMagick to RUN_DEPENDS - Enable garbage collection via devel/boehm-gc-threaded [1] - Sort variables - Use autotools [1] - Use texlive, and don't install files already installed by it [1] - Use options helpers - Add option OFFSCREEN (default off) to enable offscreen rendering using OSMesa library - Add support for stage dir [1] - Strip binary file asy - Add files/patch-configure.ac and files/patch-settings.cc - Remove Author field, and use a single space after WWW in pkg-descr [1] Release Notes: http://sourceforge.net/projects/asymptote/files/2.32/ PR: ports/190196 [1] Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | Convert USE_GMAKE to USES
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-1/+1
|
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-4/+2
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-1/+1
| | | | instead to make migration to TeXLive easier.
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationLi-Wen Hsu2013-03-021-7/+3
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - Update to 2.16Nicola Vitale2012-07-083-31/+68
| | | | | | | - Update MASTER_SITES - Convert to the new options framework - Add LICENSE (GPLv3, LGPL3), LICENSE_COMB (dual) - Add options GSL, FFTW, READLINE
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Update to 2.15Nicola Vitale2012-04-253-108/+16
| | | | | | | - Disable build of the documentation: print/teTeX is too old to compile it PR: ports/165553 Submitted by: Andras Jako <jako.andras@eik.bme.hu>
* - Mark BROKEN: fails to buildPav Lucistnik2012-02-021-0/+2
| | | | | | | | cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ markers1.asy ../base/plain_xasy.asy: 93.7: runtime: Command exited abnormally: gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 -sOutputFile=png/markers1.png png/markers1_.eps gmake[2]: *** [markers1.png] Error 1 Reported by: pointyhat
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Fix the installation path of tex/context/third/asymptote/colo-asy.tex.Hiroki Sato2011-06-271-3/+7
| | | | | Spotted by: pav, ohauer PR: ports/158325
* - Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.Hiroki Sato2011-06-182-16/+16
| | | | | - Use print/teTeX-base for latex instead of print/teTeX. - Use share/texmf for TeX-related files instead of share/texmf-local.
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | and LIB_DEPENDS of dependent ports
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
|
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Mark MAKE_JOBS_UNSAFE.Matthias Andree2011-02-221-0/+1
|
* - Update to 2.04Nicola Vitale2010-08-293-7/+17
|
* - Update to 1.93Nicola Vitale2010-05-043-5/+7
|
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - Update to 1.91Nicola Vitale2010-01-023-5/+12
|
* - Update to 1.90Nicola Vitale2009-12-163-17/+125
| | | | - Add graphics/py-imaging to RUN_DEPENDS
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | bump PORTREVISION
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with M
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 1.75Nicola Vitale2009-06-033-4/+25
|
* - Chase fftw3 updatePav Lucistnik2009-05-181-1/+1
|
* - Update to 1.70Nicola Vitale2009-04-123-4/+6
|
* - Update to 1.69Nicola Vitale2009-04-103-4/+8
|
* - Update to 1.68Nicola Vitale2009-03-263-4/+5
|
* - Update to 1.67Nicola Vitale2009-03-203-4/+7
|
* - Update to 1.66Nicola Vitale2009-02-273-5/+6
|
* - Update to 1.65Nicola Vitale2009-02-263-4/+9
|
* - Update to 1.62Nicola Vitale2009-02-113-5/+6
|
* - Update to 1.61Nicola Vitale2009-02-073-8/+12
| | | | - Add WITH_FFTW knob
* - Update to 1.59Nicola Vitale2009-01-214-23/+43
| | | | | | - Add devel/subversion to BUILD_DEPENDS - Add USE_GL=glut - Disable garbage collector (requires boehm-gc 7.X)
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
|
* - Update to 1.44Nicola Vitale2008-10-084-53/+29
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Update to 1.43Nicola Vitale2008-07-074-215/+217
| | | | | | | - Add print/dvipsk-tetex to BUILD_DEPENDS - Don't install examples when NOPORTEXAMPLES is defined - Remove pkg-message - Replace print/ggv with print/gv as run dependency
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | Approved by: thierry (mentor)