Port details |
- clanlib22 Cross-platform game SDK
- 2.2.12_8 devel
=0 2.2.12_8Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-10-07 23:22:09
- Last Update: 2018-01-29 12:45:50
- SVN Revision: 460297
- License: ZLIB
- WWW:
- http://www.clanlib.org/
- Description:
- ClanLib delivers a platform independent interface to write games with. If a
game is written with ClanLib, it should be possible to compile the game under
any platform (supported by ClanLib, that is) without changes in the application
source code.
But ClanLib is not just a wrapper library, providing an common interface to
low level libraries such as DirectX, Svgalib, X11, GGI, etc. While platform
independency is ClanLib's primary goal, it also tries to be a service-minded
game SDK. In other words, authors have put great effort in to designing the API,
to ensure ClanLib's easy of use - while maintaining it's power.
WWW: http://www.clanlib.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clanlib22>0:devel/clanlib22
- No installation instructions:
- This port has been deleted.
- PKGNAME: clanlib22
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ClanLib-2.2.12.tgz) = fd6ebe34c24b14f9e00caf1f6d2889ac27a77fa08153352e66942849df73d569
SIZE (ClanLib-2.2.12.tgz) = 26139745
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- glproto.pc : x11/glproto
- dri2proto.pc : x11/dri2proto
- dri3proto.pc : x11/dri3proto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libpng.so : graphics/png
- libmikmod.so : audio/libmikmod
- libvorbis.so : audio/libvorbis
- libfontconfig.so : x11-fonts/fontconfig
- libpcre.so : devel/pcre
- libjpeg.so : graphics/jpeg-turbo
- libsqlite3.so : databases/sqlite3
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake jpeg libtool localbase:ldflags pathfix pkgconfig sqlite tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.12_8 29 Jan 2018 12:45:50 |
bapt |
Remove devel/clanlib22
It is not used in the ports tree anymore, a newer version of the lib is
available as devel/clanlib |
2.2.12_8 26 Jul 2017 17:02:09 |
jbeich |
devel/clanlib{1,22}: convert to USES=localbase |
2.2.12_8 26 Jul 2017 17:01:57 |
jbeich |
devel/clanlib{22,}: unbreak on non-x86
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) |
2.2.12_8 24 May 2017 10:35:49 |
linimon |
Also broken on armv6. |
2.2.12_8 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.2.12_7 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.2.12_7 16 Nov 2016 00:33:20 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.2.12_7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.2.12_7 27 Jan 2016 07:49:45 |
bapt |
Revert update to binutils 2.25.1 and bump portepoch to reflect that revert
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 |
2.2.12_7 13 Oct 2015 03:50:34 |
amdmi3 |
- Don't specify protocol in socketpair(AF_UNIX, SOCK_DGRAM, ...), otherwise it
fails with EPROTONOSUPPORT
MFH: 2015Q4 |
2.2.12_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.2.12_6 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.2.12_5 23 Dec 2014 23:17:20 |
bapt |
png public interface is enough to build those ports |
2.2.12_5 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.2.12_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.2.12_4 30 Aug 2014 10:36:41 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip |
2.2.12_3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.2.12_3 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2.2.12_2 17 Apr 2014 15:03:56 |
swills |
- Chase libmikmod upgrade
Reported by: makc
Pointyhat to: swills |
2.2.12_1 06 Apr 2014 20:40:47 |
pawel |
Fix build with clang
MFH: 2014Q2 |
2.2.12_1 23 Jan 2014 00:27:27 |
bapt |
Support stage |
2.2.12_1 25 Nov 2013 00:03:39 |
linimon |
Reset maintainer at his request.
PR: ports/184260 |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.2.12_1 16 Sep 2013 12:21:03 |
bapt |
Use PKGNAMESUFFIX to allow pkg install clanlib to now propose every version of
clanlib but only the default
While here:
- Remove now useless LATEST_LINK
- Convert USE_GMAKE
- Modernize LIB_DEPENDS |
2.2.12_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.2.12_1 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
2.2.12_1 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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) |
2.2.12_1 07 Mar 2013 03:25:11 |
bdrewery |
- Please welcome back Chris Petrik as maintainer of
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 |
2.2.12_1 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.2.12_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.2.12 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
2.2.12 15 Oct 2012 19:51:35 |
beat |
- Remove LICENSE_GROUPS, LICENSE_NAME and LICENSE_PERMS as the ZLIB license
is defined in bsd.licenses.db.mk now.
Submitted by: maintainer
Reported by: pointyhat
Feature safe: yes |
2.2.12 07 Oct 2012 23:21:41 |
jhale |
- Repocopy devel/clanlib -> devel/clanlib22
- Update to 2.2.12
PR: ports/172292
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: makc (mentor) |