aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-221-1/+2
| | | | | | | | PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61740
* Update to 5.1.0Patrick Li2002-03-095-20/+136
| | | | | | | | PR: 35414 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55769
* - Add build option to support Tcl/TkKevin Lo2001-12-223-13/+165
| | | | | | | | | | - Bump PORTREVISION PR: 32951 Submitted by: Ports Fury Notes: svn path=/head/; revision=51985
* o Update to 5.0.4Mario Sergio Fujikawa Ferreira2001-08-084-11/+7
| | | | | | | | | | o Use BSD_INSTALL_* vars where possible PR: 29443 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45973
* Update to version 5.0.3Kevin Lo2001-06-1312-325/+231
| | | | | | | | PR: 28055 Submitted by: Ports Fury Notes: svn path=/head/; revision=43951
* - Remove obsolete site form MASTER_SITESSteve Price2000-09-054-14/+13
| | | | | | | | | | - Change location of data files from libdata/ to share/ PR: 20755 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=32286
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29615
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27509
* Add the utexas.edu distfile's checksum. jedgar in rev 1.12 of plplot/MakefileBill Fumerola2000-02-021-0/+1
| | | | | | | stated that this is safe. Notes: svn path=/head/; revision=25423
* Reorder MASTER_SITES so that the DISTFILE is fetchable and isChris D. Faulhaber2000-02-021-3/+3
| | | | | | | | | | | | valid: * Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do not seem to be accepting connections. * The DISTFILE at ftp.che.utexas.edu is six bytes smaller. The archive is valid and no files have changed (diff -urN shows nothing), but the checksum is subsequently different. Notes: svn path=/head/; revision=25420
* - Support CC/CFLAGS/CXXFLAGS properlyR. Imura2000-01-148-106/+247
| | | | | | | | | | | | | | - Support install macros - perl -> ${PERL} - Move install path of data files from lib/ to libdata/ - Add WWW: line into pkg/DESCR - Fix pkg/PLIST PR: 15918 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24729
* Add some master sites.Thomas Gellekum1999-11-081-2/+5
| | | | Notes: svn path=/head/; revision=22968
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804