/graphics/paintlib/

cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/goom/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/goom: remove optional dependency on expired multimedia/xmmsRene Ladan2018-12-211-10/+0
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Add LICENSE (LGPL20)Jason E. Hale2016-11-061-22/+15
| | | | | | | | | | Convert knobs to options Convert to USES=localbase Specifically disable SDL or it will not build when SDL is installed Simplify BROKEN Add missing file to pkg-plist Regenerate/rename patches Bump PORTREVISION
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Fix non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | With hat: portmgr
* - Support stagingDmitry Marakasov2014-06-231-3/+3
| | | | - Switch to USES=libtool, drop .la files
* - Fix build with clang on i386.Juergen Lock2013-11-291-4/+0
| | | | | | | | - Remove USE_GCC. - No PORTREVISION bump as there should be no functional change. Submitted by: dim Obtained from: multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h
* Fix build on 10+/i386 by setting USE_GCC= any for i386.Juergen Lock2013-11-281-0/+4
| | | | | Submitted by: beefy1 via pkg-fallout - http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-21_01h42m23s/logs/goom-2k4.0_3.log
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2
| | | | graphics)
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)