aboutsummaryrefslogtreecommitdiff
path: root/x11/babl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11/babl: fix build on powerpc64 elfv2Piotr Kubaj2020-03-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Clang 10 hits assertion error: Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."), function ExpandNode, file /poudriere/jails/powerpc64-head/usr/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line 3638. Stack dump: 0. Program arguments: cc -Ibabl/4170c83@@babl-0.1@sha -Ibabl -I../babl -I. -I../ -Ibabl/base -I../babl/base -I/usr/local/include -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -Ofast -fno-unsafe-math-optimizations -Wdeclaration-after-statement -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -O2 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -pthread -DLIBDIR="/usr/local/lib" -MD -MQ babl/4170c83@@babl-0.1@sha/babl-model.c.o -MF babl/4170c83@@babl-0.1@sha/babl-model.c.o.d -o babl/4170c83@@babl-0.1@sha/babl-model.c.o -c ../babl/babl-model.c 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '../babl/babl-model.c'. 4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@babl_model_is_symmetric' #0 0x0000000013bba6c8 (/usr/bin/cc+0x13bba6c8) #1 0x0000000013bb7d90 (/usr/bin/cc+0x13bb7d90) #2 0x0000000013bbd738 (/usr/bin/cc+0x13bbd738) #3 0x0000000013bbd9ac (/usr/bin/cc+0x13bbd9ac) #4 0x0000000815740838 (/lib/libthr.so.3+0x27838) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-rc3-1-gc290cb61fdc) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin Use GCC for now. Notes: svn path=/head/; revision=528653
* Update babl to 0.1.74.Koop Mast2020-02-251-1/+1
| | | | Notes: svn path=/head/; revision=527131
* Update babl to 0.1.72Baptiste Daroussin2019-12-271-12/+7
| | | | | | | | Switch the build system to meson The archive is now xzed compressed Notes: svn path=/head/; revision=520980
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update babl to 0.1.66.Koop Mast2019-07-101-1/+1
| | | | Notes: svn path=/head/; revision=506361
* Update babl to 0.1.62.Koop Mast2019-05-111-2/+3
| | | | Notes: svn path=/head/; revision=501283
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update babl to 0.1.60.Koop Mast2018-11-241-11/+5
| | | | | | | * Convert SIMD to option helpers, update and enable by default. Notes: svn path=/head/; revision=485774
* Update babl to 0.1.58.Koop Mast2018-10-141-1/+5
| | | | Notes: svn path=/head/; revision=482099
* Update babl to 0.1.56.Koop Mast2018-09-301-2/+1
| | | | Notes: svn path=/head/; revision=480953
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-1/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Update babl to 0.1.48.Koop Mast2018-05-191-1/+1
| | | | Notes: svn path=/head/; revision=470433
* Update babl to 0.1.46.Koop Mast2018-05-141-1/+1
| | | | Notes: svn path=/head/; revision=469929
* Update to 0.1.44Baptiste Daroussin2018-03-301-1/+1
| | | | Notes: svn path=/head/; revision=465963
* Update babl to 0.1.30.Koop Mast2017-10-201-1/+1
| | | | Notes: svn path=/head/; revision=452548
* Update babl to 0.1.28.Koop Mast2017-06-021-1/+4
| | | | | | | | * Add license * regen patch with make makepatch Notes: svn path=/head/; revision=442363
* Update babl to 0.1.14.Koop Mast2015-11-231-1/+1
| | | | Notes: svn path=/head/; revision=402283
* Update babl to 0.1.12.Koop Mast2015-02-211-3/+1
| | | | | | | Remove unused CONFIGURE_ARGS Notes: svn path=/head/; revision=379526
* Use new GIMP master sites macro.Koop Mast2014-12-091-11/+5
| | | | | | | | Drop :keepla from USES=libtool. Switch logic in the SIMD option in babl. Notes: svn path=/head/; revision=374407
* USES=libtool:keepla tar:bzip2.Tijl Coosemans2014-05-301-4/+3
| | | | Notes: svn path=/head/; revision=355836
* - Stage supportMartin Wilke2014-02-171-3/+1
| | | | | | | - Convert USE_GMAKE to USES Notes: svn path=/head/; revision=344651
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to 0.1.10Koop Mast2013-03-111-9/+8
| | | | | | | | | | | Convert to OtionsNG, switch to pathfix from gnomehack. PR: ports/172157 Sumbitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Obtained from: gnome team repo Notes: svn path=/head/; revision=313870
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-6/+3
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Mark jobs unsafe.Koop Mast2013-02-051-0/+1
| | | | | | | | PR: ports/175810 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=311710
* Fix the build with clang.Jeremy Messenger2012-03-161-0/+4
| | | | | | | | | PR: ports/163518 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes Notes: svn path=/head/; revision=293393
* - Update to 0.1.6Pietro Cerutti2011-11-221-1/+1
| | | | | | | | | | | | | | Changes: * build improvements * remove blatantly wrong conversions from extensions * make it possible to distinguish format_n formats from others * improvements to vala/gobject introspection support Approved by: kwm (gnome@) Feature safe: yes Notes: svn path=/head/; revision=286233
* Update to 0.1.4. [1]Koop Mast2011-02-251-1/+3
| | | | | | | | | | Gir files now shipped with babl. So no need anymore for a seperate port. PR: ports/154430 [1] Submitted by: gahr@ Notes: svn path=/head/; revision=269718
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 0.1.2Pietro Cerutti2010-03-241-2/+1
| | | | | | | | | PR: 144225 Submitted by: Pietro Cerutti <gahr@FreeBSD.org> Approved by: kwm (gnome@ team) Notes: svn path=/head/; revision=251440
* Correct the logic of the SIMD option so that packages are not built withJoe Marcus Clarke2009-08-081-4/+4
| | | | | | | | | | unwanted optimizations. PR: 137114 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=239181
* * Add support for SIMDoptimizations (off by default).Joe Marcus Clarke2009-08-021-1/+11
| | | | | | | | | | * Fix the invocation of mktemp to prevent a spurious error. PR: 137114 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=238792
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Actually bump the PORTREVISION, forgot to save it in editor.Jeremy Messenger2008-10-281-0/+1
| | | | Notes: svn path=/head/; revision=222150
* -No need to include the gnomeprefix that brings gnomehier in. [1]Jeremy Messenger2008-10-281-5/+1
| | | | | | | | | | -Use the gnomehack instead of a pkg-config patch in post-patch target. -Bump the PORTREVISION. Submitted by: Stefan Thurner <thurners@nicsys.de> [1] Notes: svn path=/head/; revision=222149
* Update to 0.0.22.Joe Marcus Clarke2008-07-061-1/+1
| | | | Notes: svn path=/head/; revision=216400
* Add bablMichael Johnson2008-04-151-0/+33
Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. WWW: http://www.gegl.org/babl/ Notes: svn path=/head/; revision=211278