aboutsummaryrefslogtreecommitdiff
path: root/graphics/wings
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/wings: update to 2.2.5Christoph Moench-Tegeder2020-05-047-26/+24
| | | | | | | | and grab MAINTAINER. http://www.wings3d.com/?page_id=76 Notes: svn path=/head/; revision=533986
* - Drop maintainershipDmitry Marakasov2019-07-291-1/+1
| | | | Notes: svn path=/head/; revision=507583
* graphics/wings: update to 2.2.4 and unbreakChristoph Moench-Tegeder2019-07-2814-172/+307
| | | | | | | | | | | | | | | wing's own Makefiles do make some unlucky assumptions (like that the top directory was named "wings" without any version), which requires some rather ugly cleanups from our side. As the command line of the erlang runtime has changed since "back in the days", I'm fixing the wrapper script as well. PR: 237469 Reported by: kunda Approved by: maintainer-timeout (amdmi3@) Notes: svn path=/head/; revision=507542
* Mark BROKEN: fails to buildAntoine Brodin2019-06-031-0/+2
| | | | | | | | | | | | | compile: warnings being treated as errors e3d__png.erl:71: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:75: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:111: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace e3d__png.erl:115: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace Reported by: pkg-fallout Notes: svn path=/head/; revision=503373
* Fix some Erlang ports for version 20.0.Jimmy Olgeni2017-06-234-10/+30
| | | | Notes: svn path=/head/; revision=444180
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Update to 1.5.4Dmitry Marakasov2016-12-2814-392/+61
| | | | | | | | PR: 213938 Reported by: yuri@rawbw.com Notes: svn path=/head/; revision=429815
* Unbreak graphics/wings on Erlang 19: FUNCTION_NAME is now a predefined macro.Jimmy Olgeni2016-09-232-3/+27
| | | | Notes: svn path=/head/; revision=422679
* Mark BROKEN: fails to buildAntoine Brodin2016-09-161-0/+2
| | | | | | | | | | erlc -W +debug_info +debug_info -o. tools.erl tools.erl:247: redefining predefined macro 'FUNCTION_NAME' Reported by: pkg-fallout Notes: svn path=/head/; revision=422240
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-162-6/+0
| | | | | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=397064
* Sorting out some Erlang stuff:Jimmy Olgeni2015-06-271-4/+3
| | | | | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names. Notes: svn path=/head/; revision=390698
* Compatibility fix for R18.Jimmy Olgeni2015-06-265-0/+112
| | | | | | | | | PR: 201115 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=390619
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-222-6/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-2/+2
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* - Add LICENSEDmitry Marakasov2014-12-151-0/+8
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=374739
* - Cleanup plistDmitry Marakasov2014-09-221-14/+0
| | | | Notes: svn path=/head/; revision=368927
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353189
* - Fix symlink handlingDmitry Marakasov2014-01-112-3/+2
| | | | Notes: svn path=/head/; revision=339398
* - Remove graphics/wings-devel, use graphics/wings insteadDmitry Marakasov2014-01-071-2/+0
| | | | Notes: svn path=/head/; revision=338996
* - Fix build with newer erlangDmitry Marakasov2013-12-243-1/+151
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=337318
* - Support stagingDmitry Marakasov2013-10-172-12/+20
| | | | | | | | | - Convert USE_GMAKE to USES - Add CONFLICTS on wings-devel - Add DESKTOP_ENTRIES Notes: svn path=/head/; revision=330623
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Trim Makefile headersDmitry Marakasov2013-07-122-0/+0
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Trim Makefile headersDmitry Marakasov2013-06-181-5/+1
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* Add compatibility fixes for Erlang R15.Jimmy Olgeni2012-08-153-1/+131
| | | | Notes: svn path=/head/; revision=302569
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.4.1Dmitry Marakasov2011-03-063-7/+34
| | | | Notes: svn path=/head/; revision=270372
* Bump PORTREVISION in Erlang dependent ports, which need to be rebuiltJimmy Olgeni2010-09-271-1/+1
| | | | | | | due to the new beam format. Notes: svn path=/head/; revision=261976
* - Add PORTSCOUTDmitry Marakasov2010-05-251-0/+2
| | | | Notes: svn path=/head/; revision=255023
* Revert 1.32. Too many ports are affected by the erlc hang issue onJimmy Olgeni2010-04-071-2/+1
| | | | | | | pointyhat: it must be fixed in lang/erlang. Notes: svn path=/head/; revision=252411
* The beam.smp runtime hangs on pointyhat while building this port:Jimmy Olgeni2010-03-281-1/+2
| | | | | | | | | | | forcibly disable SMP for a while (at least until the next pointyhat run) to confirm that the issue is actually related to beam.smp. Approved by: maintainer Noticed by: pav Notes: svn path=/head/; revision=251636
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 1.2Dmitry Marakasov2010-02-183-14/+26
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250036
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.0.2Dmitry Marakasov2009-11-014-14/+49
| | | | | | | | - Unbreak - Mark MAKE_JOBS_UNSAFE Notes: svn path=/head/; revision=243609
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Mark broken with new erlangDmitry Marakasov2009-06-051-0/+2
| | | | Notes: svn path=/head/; revision=235208
* - Update to 0.99.04aDmitry Marakasov2008-10-193-4/+11
| | | | Notes: svn path=/head/; revision=221810
* - Update to 0.99.02Dmitry Marakasov2008-07-073-5/+7
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=216491
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Unbreak (compiles fine on my amd64)Martin Wilke2008-03-201-7/+1
| | | | | | | | PR: 121845 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=209482
* - Update to 0.99.00bMartin Wilke2008-03-133-18/+14
| | | | | | | | PR: 121205 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=208969
* Bump PORTREVISION to rebuild with the latest Erlang release.Jimmy Olgeni2007-12-231-1/+1
| | | | Notes: svn path=/head/; revision=204417
* - 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
* Pass port maintainership to Dmitry Marakasov <amdmi3@amdmi3.ru>.Jimmy Olgeni2007-03-061-1/+1
| | | | Notes: svn path=/head/; revision=186662