aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-01-281-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=248776
* - Fix a typo in optional dependencyPav Lucistnik2010-01-281-1/+1
| | | | | | | | PR: ports/143295 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=248775
* Trying to fix on amd64/FreeBSD-6:Thierry Thomas2009-12-302-1/+14
| | | | | | | | | | | | - Teach about amd64, to detect Not a Number flag, thus enabling Qhull support with CSA; - Disable detection of f77 by cmake unless WITH_FORTRAN is defined. Reported by: pointyhat via Pav Notes: svn path=/head/; revision=246900
* Fix for the case WITHOUT_X11.Thierry Thomas2009-12-302-3/+5
| | | | | | | Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=246881
* Upgrade to 5.9.5, required by GDL.Thierry Thomas2009-12-2914-510/+673
| | | | | | | | | | | | | | | Notes: - support of Gnome2 and VGAlib are now deprecated; - support of Qt added; - plrender is also deprecated, but we force it to build. Many more options could be enabled, if someone needs them. Notes: svn path=/head/; revision=246860
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - 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 Notes: svn path=/head/; revision=238701
* - Make BROKEN message for WITH_PYTHON case more informativeDmitry Marakasov2009-05-051-2/+2
| | | | | | | | | | - Reset maintainer at his request PR: 134195 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) Notes: svn path=/head/; revision=233272
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-181-1/+0
| | | | | | | | | Mk/bsd.gcc.mk. Approved by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer) Notes: svn path=/head/; revision=226385
* - Cleanups, no functional change:Dmitry Marakasov2009-01-122-30/+33
| | | | | | | | | | | | | - Remove build dependency on GNU m4. - Sort knobs. - Remove unneeded use of REINPLACE. - Fix plist for WITH_GNOME case and mark BROKEN for WITH_PYTHON PR: 130168 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) Notes: svn path=/head/; revision=225812
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* - Make Fortran support conditionalBeech Rintoul2009-01-022-81/+89
| | | | | | | | | | - Pass maintainership to submitter PR: ports/130121 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=225141
* - Add to science category.Beech Rintoul2009-01-023-6/+8
| | | | | | | | | | | | | | | - Make explicit that the python bindings are not building. - For now keep using the autoconf interface, we have sorted out the issues there but we will have to move to CMake soon anyways. - This is the latest stable version, and apparently the last one to support the autoconf tools. It includes C++ and Octave updates. PR: ports/130097 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=225101
* - Fix plist for NOPORTDOCS and WITH_TCLTK cases (WITH_PYTHON build still broken)Dmitry Marakasov2008-08-251-4/+5
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=219119
* 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) Notes: svn path=/head/; revision=218938
* 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-4/+1
| | | | Notes: svn path=/head/; revision=195563
* maho has mistakingly committed 1st patch instead of 2nd patch...Maho Nakata2007-07-091-6/+7
| | | | | | | Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=195256
* - Added a dependency to devel/lasi to build the psttf driver on X.Maho Nakata2007-07-062-16/+34
| | | | | | | | | | | | | - reorder the pkg-plist a bit - Buimped the PORTREVISION BTW: WITH_GNOME part is temporary commented out: it is automatically detected and not easy to remove. Submitted by: Pedro F. Giffuni PR: 114273 Notes: svn path=/head/; revision=195044
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-7/+1
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* fix pkg-plistMaho Nakata2007-01-221-0/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=182977
* * Migrate to gfortran (Fortran95 support has been added)Maho Nakata2007-01-162-2/+48
| | | | | | | * Bump port revision. Notes: svn path=/head/; revision=182487
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* - Mark BROKEN on FreeBSD 4.XPav Lucistnik2006-06-091-1/+7
| | | | | | | | Submitted by: maintainer Reported by: krismail Notes: svn path=/head/; revision=164890
* - Update to 5.6.1Pav Lucistnik2006-06-054-69/+35
| | | | | | | | PR: ports/98200 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=164537
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 5.5.2Jean-Yves Lefort2005-05-085-30/+55
| | | | | | | | PR: ports/80770 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=134899
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix buildKirill Ponomarev2004-11-261-2/+2
| | | | | | | | PR: ports/74426 Submitted by: Ports Fury Notes: svn path=/head/; revision=122528
* BROKEN: Broken pkg-plistKris Kennaway2004-11-261-0/+2
| | | | Notes: svn path=/head/; revision=122461
* Update to 5.3.1Volker Stolz2004-08-113-25/+71
| | | | | | | | PR: ports/70264 Submitted by: Ports Fury Notes: svn path=/head/; revision=115910
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
| | | | Notes: svn path=/head/; revision=110841
* - Update to version 5.3.0Kirill Ponomarev2004-02-109-213/+353
| | | | | | | | PR: ports/62641 Submitted by: Ports Fury Notes: svn path=/head/; revision=100564
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Fix buildKirill Ponomarev2003-08-301-1/+1
| | | | | | | | PR: 56193 Submitted by: Ports Fury Notes: svn path=/head/; revision=88083
* o Main modificationNorikatsu Shigemura2003-08-181-5/+3
| | | | | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1] Notes: svn path=/head/; revision=87214
* fix man: math/plplotDaichi GOTO2003-07-011-1/+2
| | | | | | | | PR: 52698 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83951
* - update to 5.2.1Pete Fritchman2003-05-1810-515/+311
| | | | | | | | | | | - add a WITHOUT_X11 knob - improve the WITH_TCLTK knob PR: 51375 Submitted by: Ports Fury Notes: svn path=/head/; revision=81273
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612