summaryrefslogtreecommitdiff
path: root/graphics/povray37 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* From povray-3.6.1/doc/distribution-license.txtMaho Nakata2008-07-031-533/+533
| | | | | | | | | | | | | | | | | | | | | | it reads ... > 2.4. Where the Distributor reproduces the Software in accordance with > clause 2.1: > > (a) the Distributor may rename, reorganise or repackage (without > omission) the files comprising the Software where such > renaming, reorganisation or repackaging is necessary to > conform to the naming or organisation scheme of the target > operating environment of the Distribution or of an established > package management system of the target operating environment > of the Distribution; and ... so simply we cannot set %%PORTDOCS%%, because we can make a package without documentations. Otherwise RESTRICTED but I don't take such a complicated approach. Notes: svn path=/head/; revision=216204
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+5
| | | | | | | | | | | | | | | | | | - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209683
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200773
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Minor cleanupsMaho Nakata2006-03-152-11/+12
| | | | | | | | PR: 93831 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=157119
* clean up mastersite[1] and add SHA256Maho Nakata2005-11-282-2/+1
| | | | | | | Submitted by: linimon[1] Notes: svn path=/head/; revision=149750
* 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
* www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.Bill Fenner2005-09-301-1/+1
| | | | | | | | | | Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon) Notes: svn path=/head/; revision=143873
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-3/+3
| | | | | | | 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-3/+3
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN on 4.x: Does not buildKris Kennaway2004-12-041-0/+4
| | | | Notes: svn path=/head/; revision=123083
* Update to 3.6.1Maho Nakata2004-11-2310-1604/+1211
| | | | Notes: svn path=/head/; revision=122197
* BROKEN on i386: Does not compileKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121854
* Best optimization flag for Pentium 4 -axNMaho Nakata2004-08-171-2/+2
| | | | Notes: svn path=/head/; revision=116476
* update Intel C Compiler optimization flagMaho Nakata2004-08-171-2/+2
| | | | Notes: svn path=/head/; revision=116471
* Intel C/C++ compiler support via WITH_ICCMaho Nakata2004-08-161-0/+11
| | | | Notes: svn path=/head/; revision=116394
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-4/+4
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* Hope this fixes for Alpha 4-stableMaho Nakata2004-04-131-2/+2
| | | | Notes: svn path=/head/; revision=106865
* Set LATEST_LINKMaho Nakata2004-04-031-0/+1
| | | | Notes: svn path=/head/; revision=106080
* SIZEifyMaho Nakata2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104580
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* fix build on 64 bit environmentMaho Nakata2003-12-283-5/+39
| | | | | | | | Submitted by: kris (bento) Suggestion from: marcel Notes: svn path=/head/; revision=96800
* svgalib is only available for i386 archs.Maho Nakata2003-11-091-2/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=93597
* unbreak povray port.Maho Nakata2003-04-173-12/+8
| | | | | | | Many requests: thanks. Notes: svn path=/head/; revision=79134
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* 1. Fix checksum error and update to 3.50cMaho Nakata2002-12-017-844/+862
| | | | | | | | | | | | | | | | | | 3.50c includes some very minor bug fixes in script and source files. 2. Added WITH_OPTIMIZE_FLAGS for optimization 3. change e-mail of maintainer 4. bump port revision Noticed by : Rainer Duffner <rainer@ultra-secure.de>, Gettit Kuehn <gerrit@pmp.uni-hannover.de> and bento's log(no error at December? at least November's log I noticed there was checksum error) Reviewed by : knu (mentor) Notes: svn path=/head/; revision=71281
* Remove unnecessary commented linesMario Sergio Fujikawa Ferreira2002-09-041-10/+0
| | | | Notes: svn path=/head/; revision=65608
* o Update to 3.5Mario Sergio Fujikawa Ferreira2002-09-0410-767/+1589
| | | | | | | | | | | o Assign maintainership to submitter PR: 41709 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Approved by: maintainer (previous one) Notes: svn path=/head/; revision=65607
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Add the `WWW' line.SADA Kenji2001-07-141-0/+2
| | | | Notes: svn path=/head/; revision=45114
* Add some working MASTER_SITES.Akinori MUSHA2001-02-121-7/+9
| | | | | | | | | Portlint. Approved by: kris (MAINTAINER) Notes: svn path=/head/; revision=38251
* Fennerize a dead MASTER_SITEKris Kennaway2001-01-271-1/+0
| | | | Notes: svn path=/head/; revision=37630
* Remove a dead MASTER_SITEKris Kennaway2000-09-211-2/+1
| | | | Notes: svn path=/head/; revision=32951
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Freshen some MASTER_SITEsKris Kennaway2000-04-241-3/+3
| | | | Notes: svn path=/head/; revision=27951
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Add NO_LATEST_LINK, there is a newer version in the tree.Satoshi Asami1999-09-101-0/+1
| | | | Notes: svn path=/head/; revision=21566
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | 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=20951
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Move this port's distfiles to its own subdirectory since they conflictSteve Price1999-06-222-3/+5
| | | | | | | with the one's in the povray31 port. Notes: svn path=/head/; revision=19660
* Update my email address, I've been slack.Kris Kennaway1999-06-071-2/+2
| | | | Notes: svn path=/head/; revision=19292
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* - Upgrade to 3.0.1Dirk Froemberg1998-12-304-14/+35
| | | | | | | | | | | | | | | - set MAINTAINER to kkennawa@physics.adelaide.edu.au - honor CFLAGS CHANGES not included in PR ports/9240: - add USE_XLIB - remove version string from pkg/COMMENT PR: ports/9240 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=15730
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192