aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib
Commit message (Collapse)AuthorAgeFilesLines
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* devel/clanlib: enable stacktracesJan Beich2017-07-281-5/+1
| | | | Notes: svn path=/head/; revision=446833
* devel/clanlib: unbreak runtime on non-x86 after r446663Jan Beich2017-07-262-9/+5
| | | | | | | | | | $ methane /usr/local/lib/libclan23SWRender-2.3.so.1: Undefined symbol "_ZN9CL_System20detect_cpu_extensionENS_19CL_CPU_ExtensionX86E" Pointy hat to: jbeich Notes: svn path=/head/; revision=446692
* devel/clanlib: ignore libstdc++ 4.2 after r446644Jan Beich2017-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | In file included from Unix/clanapp.cpp:32: In file included from ../../Sources/API/App/clanapp.h:35: ../../Sources/API/App/../Core/Text/string_types.h:64:9: error: explicit specialization of non-template class 'hash' class hash<CL_String> : hash<const CL_String::char_type*> ^ ~~~~~~~~~~~ ../../Sources/API/App/../Core/Text/string_types.h:64:27: error: unknown template name 'hash' class hash<CL_String> : hash<const CL_String::char_type*> ^ ../../Sources/API/App/../Core/Text/string_types.h:69:16: error: expected '(' for function-style cast or type construction return hash<const CL_String::char_type*>::operator()(keyval.c_str()); ~~~~^ ../../Sources/API/App/../Core/Text/string_types.h:69:17: error: expected expression return hash<const CL_String::char_type*>::operator()(keyval.c_str()); ^ 4 errors generated. Pointy hat to: jbeich Notes: svn path=/head/; revision=446666
* devel/clanlib{22,}: unbreak on non-x86Jan Beich2017-07-262-3/+15
| | | | | | | | | | | | | | | | | configure: error: *** Requires SSE2 Support System/detect_cpu_ext.cpp: In static member function 'static bool CL_System::detect_cpu_extension(CL_System::CL_CPU_ExtensionX86)': System/detect_cpu_ext.cpp:62:88: error: impossible constraint in 'asm' : "=a" ((out)[0]), "=r" ((out)[1]), "=c" ((out)[2]), "=d" ((out)[3]): "a" (infoType)); ^ System/detect_cpu_ext.cpp:79:3: note: in expansion of macro '__cpuid' __cpuid((int*)cpuinfo, 0x1); ^ Reported by: pkg-fallout (aarch64) Notes: svn path=/head/; revision=446663
* devel/clanlib: drop lang/gcc* dependency on x86 and armJan Beich2017-07-261-5/+3
| | | | | | | - Convert to USES=compiler and USES=localbase Notes: svn path=/head/; revision=446644
* 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 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-201-1/+1
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441320
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-031-0/+3
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440001
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Readd gmakeBaptiste Daroussin2017-02-221-1/+1
| | | | | | | | After an analysis with diffoscope some files were not generated as expected Notes: svn path=/head/; revision=434596
* Drop useless dependency on gmake (bmake build those fine)Baptiste Daroussin2017-02-221-1/+1
| | | | Notes: svn path=/head/; revision=434587
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Revert update to binutils 2.25.1 and bump portepoch to reflect that revertBaptiste Daroussin2016-01-271-2/+1
| | | | | | | | | | | binutils has build issues on 10.x i386 and is full of regressions on 9.x: unexpected build failures on nss and others Reported by: antoine Pointyhat to: bapt Notes: svn path=/head/; revision=407342
* - Don't specify protocol in socketpair(AF_UNIX, SOCK_DGRAM, ...), otherwise ↵Dmitry Marakasov2015-10-132-1/+12
| | | | | | | | | it fails with EPROTONOSUPPORT. This unbreaks games/super_methane_brothers MFH: 2015Q4 Notes: svn path=/head/; revision=399174
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* No need to expose png internals public interface is enoughBaptiste Daroussin2014-12-231-2/+2
| | | | Notes: svn path=/head/; revision=375369
* Cleanup plistBaptiste Daroussin2014-10-271-43/+0
| | | | Notes: svn path=/head/; revision=371544
* 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
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-08-302-32/+18
| | | | Notes: svn path=/head/; revision=366608
* USES=execinfoBaptiste Daroussin2014-08-051-3/+2
| | | | Notes: svn path=/head/; revision=364077
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Chase libmikmod upgradeSteve Wills2014-04-171-1/+1
| | | | | | | | Reported by: makc Pointyhat to: swills Notes: svn path=/head/; revision=351481
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-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) Notes: svn path=/head/; revision=347809
* Support stageBaptiste Daroussin2014-01-231-9/+8
| | | | Notes: svn path=/head/; revision=340760
* Reset maintainer at his request.Mark Linimon2013-11-251-1/+1
| | | | | | | PR: ports/184260 Notes: svn path=/head/; revision=334801
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - update to 2.3.7Ruslan Makhmatkhanov2013-09-014-53/+12
| | | | | | | | | | | - chase the update in games/super_methane_brothers - convert USE_GMAKE to USES, while here PR: 181491 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=325864
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert devel to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316333
* 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) Notes: svn path=/head/; revision=314640
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-1/+1
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* - Fix buildPietro Cerutti2013-02-112-2/+12
| | | | | | | - While at it, get rid of PTHREAD_ variables Notes: svn path=/head/; revision=312058
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* - Remove LICENSE_GROUPS, LICENSE_NAME and LICENSE_PERMS as the ZLIB licenseBeat Gaetzi2012-10-151-3/+0
| | | | | | | | | | | is defined in bsd.licenses.db.mk now. Submitted by: maintainer Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=305934
* - Fix LICENSE_GROUPS, the ZLIB license is GPL compatilble but does not complyJason E. Hale2012-10-041-1/+1
| | | | | | | | | with the Copyfree Standard Definition Approved by: makc (mentor), maintainer (implicit) Notes: svn path=/head/; revision=305273
* - Update devel/clanlib to 2.3.6Jason E. Hale2012-10-0212-419/+685
| | | | | | | | | | | | - Adjust dependent ports to use devel/clanlib1 [1] - Strip Makefile headers PR: ports/171333 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Approved by: makc (mentor), maintainers via private email [1] Notes: svn path=/head/; revision=305154
* - Use version variable in pkg-plistJason E. Hale2012-10-012-360/+357
| | | | | | | | | | | | - This will minimize diffs for upcoming repocopy and future updates - Strip Makefile header PR: ports/171333 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Approved by: makc (mentor), maintainer via private email Notes: svn path=/head/; revision=305112
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+2
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+14
| | | | Notes: svn path=/head/; revision=297915