aboutsummaryrefslogtreecommitdiff
path: root/graphics/megapov
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories e and gNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516847
* graphics/megapov: unbreak on powerpc64Piotr Kubaj2019-09-201-3/+1
| | | | | | | | | Builds fine with GCC from ports. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=512408
* graphics/megapov: Fix build with Clang 6Tobias Kortkamp2018-09-021-0/+1
| | | | | | | | | checking size of int... configure: error: cannot compute sizeof (int), 77 http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/megapov-1.2.1_8.log Notes: svn path=/head/; revision=478782
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439778
* Remove libtiff.so.4 compatibility links that were added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428132
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Switch to USES=localbaseDmitry Marakasov2016-02-071-9/+5
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=408382
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Properly support png 1.5Baptiste Daroussin2014-12-253-121/+756
| | | | | | | Obtained from: http://devernay.free.fr/hacks/povray/png/ Notes: svn path=/head/; revision=375544
* Stagify.Vanilla I. Shu2014-09-032-299/+39
| | | | | | | | PR: ports/193158 Submitted by: Ports Fury. Notes: svn path=/head/; revision=367148
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-4/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361727
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Fix bzip2Martin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355692
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355687
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update png to 1.5.10Dirk Meyer2012-06-012-9/+107
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Switch dependency on povray to povray-meta port.Max Brazhnikov2011-06-202-3/+2
| | | | | | | Remove MD5 sum while I'm here. Notes: svn path=/head/; revision=275935
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Build fix.Maho Nakata2010-12-252-0/+22
| | | | | | | | PR: 152539 Submitted by: Andrey Zholos <aaz@althenia.net> Notes: svn path=/head/; revision=266863
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+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
* - 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
* - 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
* CleanupsMaho Nakata2006-03-151-8/+12
| | | | | | | | PR: 93834 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=157120
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Unbreak by fixing incomplete pkg-plistMaho Nakata2005-10-302-2/+5
| | | | | | | Submitted by: kris and linimon Notes: svn path=/head/; revision=146724
* BROKEN: Incomplete pkg-plistKris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146540
* Update to 1.2.1Maho Nakata2005-10-095-277/+249
| | | | | | | Submitted by: kris (not buildable), edwin (ports version check) and fenner(unfetchable) Notes: svn path=/head/; revision=144669
* 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
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-4/+4
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* fix build on 5-current (later than 502103)Maho Nakata2004-04-132-5/+10
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=106862
* SIZEifyMaho Nakata2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104580
* BROKEN on 5.x: Does not install with ache's getopt changesKris Kennaway2004-03-171-1/+7
| | | | Notes: svn path=/head/; revision=104330
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Added a new port, megapov.Maho Nakata2003-07-276-0/+335
This is a extension of povray (famous ray tracer), having a lot of new features. # Clothray cloth simulation system # Sim-POV mechanics simulation system # Film exposure simulation # Text object alignment # Frame_Step feature ... and much more. Notes: svn path=/head/; revision=85675