# New ports collection makefile for: chimera # Version required: 2.0a11 # Date created: 24 Nov 1997 # Whom: Bruce Gingery # # $Id: Makefile,v 1.11 1996/11/18 11:40:48 asami Exp $ # DISTNAME= chimera-2.0a11 CATEGORIES= www x11 MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ MAINTAINER= bgingery@gtcs.com LIB_DEPENDS= jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ png\\.0\\.:${PORTSDIR}/graphics/png USE_IMAKE= yes post-patch: ${MV} ${WRKSRC}/Common.tmpl.dist ${WRKSRC}/Common.tmpl ${CP} ${FILESDIR}/protopng.h ${WRKSRC}/image/ ln -s ${WRKSRC}/chimera ${WRKSRC}/main .include Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
- Add patch fixing reboot/shutdown command. Upstream seems unresponsive and 2015-01-01T17:15:01+00:00 pawel pawel@FreeBSD.org 2015-01-01T17:15:01+00:00 d3879f4a8b263e5391a72203ae55575af643bfdf this patch was adopted by Arch Linux some time ago. [1] - Cleanup pkg-plist while here Bug report: http://sourceforge.net/p/icewm/bugs/911/ PR: 196034 [1] Submitted by: Ronald Klop <ronald-lists@klop.ws> [1]
  this patch was adopted by Arch Linux some time ago. [1]
- Cleanup pkg-plist while here

Bug report: http://sourceforge.net/p/icewm/bugs/911/

PR:		196034 [1]
Submitted by:	Ronald Klop <ronald-lists@klop.ws> [1]
- Update to 1.3.8 2014-02-23T16:04:51+00:00 miwi miwi@FreeBSD.org 2014-02-23T16:04:51+00:00 ac92d80e3c307da8ab2e94e2c98c1570e136b10b - Convert to USES - Stage support PR: 186738 Submitted by: ports fury
- Convert to USES
- Stage support

PR:		186738
Submitted by:	ports fury
Fix icewm's buggy use of iconv which causes it to fail on 10.x. 2013-11-04T01:01:18+00:00 eadler eadler@FreeBSD.org 2013-11-04T01:01:18+00:00 faca43a65a3d31617243d582fc220b44b58505ad PR: ports/182307 Submitted by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> (incl. patch and testing) PR: ports/183626 Submitted by: Pavlo Greenberg <dog@virtual.org.ua>
PR:		ports/182307
Submitted by:	Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> (incl. patch and testing)
PR:		ports/183626
Submitted by:	Pavlo Greenberg <dog@virtual.org.ua>
The FreeBSD x11 team proudly presents 2013-05-25T14:37:02+00:00 zeising zeising@FreeBSD.org 2013-05-25T14:37:02+00:00 715298b528f23a6a763e28623a4c98f1365c81ce an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
- Fix build with clang [1] 2013-01-25T04:44:27+00:00 bdrewery bdrewery@FreeBSD.org 2013-01-25T04:44:27+00:00 b3687915faa758a2ad733f749af9a693c3386925 - Pet portlint by removing excess whitespace PR: ports/175467 [1] Reported by: Pavel Timofeev <timp87@gmail.com> [1] Approved by: eadler (maintainer, implicit) Obtained from: Upstream CVS [1]
- Pet portlint by removing excess whitespace

PR:		ports/175467 [1]
Reported by:	Pavel Timofeev <timp87@gmail.com> [1]
Approved by:	eadler (maintainer, implicit)
Obtained from:	Upstream CVS [1]