aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of graphics/ to new USES=pythonmva2014-10-221-2/+1
| | | | Approved by: portmgr (implicit)
* - Drop @dirrm* from plistamdmi32014-09-241-65/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* - Fix build with clangpawel2013-12-273-9/+31
| | | | | | | | | | | | | | | - Remove leading article from COMMENT - Add desktop entry file - Strip library objects - Support staging Yes, I use prefix=${STAGEDIR}${PREFIX} here, after a long while it was 5 lines of REINPLACE_CMD vs rewriting scons install script. <badmouthing of scons goes here> PR: ports/184868 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-1/+1
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Add an explicit dependency on pkgconfantoine2013-09-111-0/+1
| | | | Approved by: portmgr (bapt)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Chase boost updatebapt2013-01-311-8/+3
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to 0.99.47miwi2012-03-255-64/+123
| | | | | | PR: 166036 Submitted by: Ports Fury Feature safe: yes
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2
| | | | Hat: portmgr
* - Move over to py25 or abovemiwi2011-02-252-3/+2
| | | | - While here get rid FreeBSD 6.X and md5 support
* Unbreak by removing -Werrorarved2010-07-031-3/+1
| | | | Feature safe: yes
* - Mark BROKEN: does not compilepav2010-06-161-0/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - Reset maintainer and remove old MASTER_SITES.wxs2009-08-021-1/+1
| | | | | PR: ports/137224 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Mark broken on sparc64: fails to compile.linimon2008-02-011-0/+4
|
* - Update to 0.99.46.2.alepulver2007-09-287-945/+609
| | | | | | | | | - Use SF macro in MASTER_SITES [1]. - Fix building on non-i386 instead of adding NOT_FOR_ARCHS [1]. PR: ports/115138 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) Reworked by: alepulver (myself) [1]
* - Allow build with python 2.5pav2007-07-311-2/+2
|
* - Bump boost shared library version to 4barner2007-07-041-2/+2
| | | | - Bump PORTREVISION
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+2
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.99.39/2miwi2007-04-2512-118/+60
| | | | | PR: 112046 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
* - Update to 0.99.39rafan2007-03-035-381/+428
| | | | | | | | | | - Respect CXX and CXXFLAGS - gSculot doesn't compile with any -O flags, they are removed automatically by SConstruct - Use PYTHONPREFIX_SITELIBDIR when installing files PR: ports/109639 Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer)
* - Update to 0.99.38.2rafan2007-02-2540-387/+1057
| | | | | | | | | | The old version is five years old. - Update pkg-descr - Use pkg-plist - Pass maintainership to submitter PR: ports/109467 Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-3/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Fixed mastersite to fix fetch problem. The tarball was unfetchable since 2004.erwin2005-12-221-1/+2
| | | | | PR: 90754 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Add SHA256pav2005-11-261-0/+1
|
* Fix build with gcc-3.4krion2004-09-031-0/+11
| | | | | PR: ports/71298 Submitted by: Ports Fury
* SIZEify.trevor2004-03-181-0/+1
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Fix build on gcc-3.3.xmaho2003-08-0229-4/+354
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-5/+5
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* de-pkg-commentknu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Deploy USE_GNOMENG infrastructurelioux2002-09-031-1/+2
| | | | | PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* source changed but distfile name not change :<ijliao2002-05-102-1/+2
| | | | | | | | | modification : - no depend on system header files (like /usr/include/stdio.h) - add a new Makefile for rh7 (none of our business) PR: 37896 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* add gsculptijliao2001-10-105-0/+39
An Opensource 3D modelling application