aboutsummaryrefslogtreecommitdiff
path: root/graphics/libcaca
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
| | | | Notes: svn path=/head/; revision=517008
* Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOLJan Beich2018-01-051-2/+0
| | | | | | | The cryptic "error in backend" is emitted by Clang on crash. Notes: svn path=/head/; revision=458101
* 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 various ports as broken on aarch64 due to the same clang bug:Mark Linimon2016-11-301-0/+2
| | | | | | | | | error in backend: Do not know how to split this operator's operand! Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=427432
* - Verbosify buildDmitry Marakasov2016-11-041-4/+5
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=425307
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* graphics/libcaca: document ncurses requirement (USES+=ncurses)John Marino2016-01-301-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407561
* Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.Mathieu Arnold2014-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375787
* - Remove Mk/bsd.efl.mkGrzegorz Blach2014-12-271-1/+2
| | | | | | | | | | | | | - Convert USE_EFL=libtool_hack to USES=libtool - Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:... - Bump PORTVERSION in graphics/imlib2 and in all ports which depends on imlib2 PR: 196062 Approved by: portmgr Notes: svn path=/head/; revision=375663
* Remove a useless left @dirBaptiste Daroussin2014-10-171-1/+0
| | | | Notes: svn path=/head/; revision=371047
* Update to 0.99 beta19Baptiste Daroussin2014-10-173-20/+7
| | | | | | | Strip binaries using the autotools mechanism instead of the manual one Notes: svn path=/head/; revision=371046
* 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
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-272-6/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366311
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-5/+8
| | | | Notes: svn path=/head/; revision=346822
* graphics/libcaca: add FTGL optionWilliam Grzybowski2013-11-111-2/+12
| | | | | | | | PR: ports/183426 Submitted by: Dmitry Marakasov <amdmi3 amdmi3.ru> Notes: svn path=/head/; revision=333521
* Enable stageBaptiste Daroussin2013-10-192-29/+18
| | | | | | | | Use options helpers Strip binaries Notes: svn path=/head/; revision=330813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316343
* - Add dependence on libglut [1]Max Brazhnikov2013-03-252-27/+32
| | | | | | | | | | | | | | - Convert to new option framework - Convert to USES/PKG_CONFIG - Pass more switches to configure script in order to avoid auto-detection - Trim Makefile header - Update and reformat description PR: ports/175963 [1] Submitted by: pawel Notes: svn path=/head/; revision=315227
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix plistBaptiste Daroussin2012-04-121-0/+1
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=294752
* add --disable-python to configure script, to avoid python to be autodetected ↵Baptiste Daroussin2012-04-101-1/+2
| | | | | | | | | | | and installation failure because of it do not bump portrevision as the package is unchange Reported by: Jürgen Galonska <caligula@primamail.de> (private mail) Notes: svn path=/head/; revision=294563
* - update to 0.99.beta18Baptiste Daroussin2012-04-102-4/+3
| | | | Notes: svn path=/head/; revision=294463
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update imlib2 and imlib2_loaders to 1.4.4. This version mainly containsStanislav Sedov2010-12-151-1/+1
| | | | | | | | | bugfixes compared to 1.4.1 with some new functions added. I'm also dropping .la files, so port revisions of dependent library ports have been bumped accordingly. Notes: svn path=/head/; revision=266322
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Remove references to now non-existant devel/libslangPav Lucistnik2010-05-121-4/+0
| | | | | | | | PR: ports/145245 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=254222
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Remove empty dir to fix plist.Koop Mast2010-03-242-0/+3
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=251435
* Update to 0.99.beta17.Koop Mast2010-03-244-23/+11
| | | | | | | Submitted by: Frank Steinborn <steinex@nognu.de> Notes: svn path=/head/; revision=251433
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update download location, update WWWPav Lucistnik2009-01-302-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=227191
* - Remove CONFIGURE_ENV definition, they are shadowed by EFL stuff, and in factPav Lucistnik2008-06-191-2/+0
| | | | | | | | | not needed at all PR: ports/123327 Notes: svn path=/head/; revision=215306
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-1/+1
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* Fix the build on amd64.Jeremy Messenger2008-02-291-0/+11
| | | | | | | | | Reported by: pointyhat Submitted by: Mel <fbsd.multimedia@rachie.is-a-geek.net> Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=208225
* Update to 0.99.beta13.Jeremy Messenger2008-02-273-10/+21
| | | | | | | | PR: ports/118798 Submitted by: delphij Notes: svn path=/head/; revision=208026
* It looks like it supports both libslang and libslang2. Remove the autocheck.Jeremy Messenger2007-12-181-2/+8
| | | | | | | | | | | | Add a check on libslang.so.1 if it exists in system then depend on libslang instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in configure. Bump the PORTREVISION. Reported by: Andriy Gapon <avg@icyb.net.ua> Notes: svn path=/head/; revision=204030
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* -Update to 0.99.beta11.Jeremy Messenger2007-04-294-27/+48
| | | | | | | | | | | | | -Update the WWW. Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you that want to migrate from old to new version. PR: ports/111495 Submitted by: Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz) Notes: svn path=/head/; revision=191134
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-2/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* Update the MASTER_SITES to fix the fetch. If they move this tarball again, IJeremy Messenger2006-10-051-1/+1
| | | | | | | shall host it in my freefall space. Sick of cat and mouse game. Notes: svn path=/head/; revision=174577
* Fix the fetch and distinfo as it has been re-rolled without make any ofJeremy Messenger2006-09-212-4/+4
| | | | | | | | | | change. The old and new tarballs have been compared. PR: ports/103334 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=173551
* Kris doesn't like this hack by add -fPIC flag, so acm has came up with aJeremy Messenger2006-08-201-5/+1
| | | | | | | | better solution to fix graphics/crystalspace build that was committed. Remove this hack and bump the PORTREVISION. Notes: svn path=/head/; revision=171051