aboutsummaryrefslogtreecommitdiff
path: root/devel/directfb
Commit message (Collapse)AuthorAgeFilesLines
* Patch configure script to fix build on aarch64 and powerpc*.Mark Linimon2019-07-163-22/+17
| | | | | | | | | | | Fix builds on other archs by deleting obsolete tests. Tested on: amd64, powerpc64, armv7 Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506722
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Mark broken on powerpc64.Mark Linimon2018-06-041-4/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471731
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-2/+3
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-031-1/+2
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440001
* Mark broken on armv6: invokes x86 asm.Mark Linimon2017-02-261-2/+4
| | | | | | | | | While here, canonicalize the names of various ARCHs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434865
* Fix packagingAntoine Brodin2016-10-131-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=423936
* - Update to 1.4.17Dmitry Marakasov2016-06-1723-328/+76
| | | | | | | | | | | | - Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years) Notes: svn path=/head/; revision=417015
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+2
| | | | Notes: svn path=/head/; revision=416324
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* 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
* - Remove unused USE_* knobs:Alex Kozlov2016-01-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | databases/mysql57-server games/kajongg textproc/ruby-htree - Fix typos in USE_* knobs: graphics/fortytwo math/hexcalc misc/gnustep-examples www/h2o - Remove unused BROKEN_alpha knob: devel/directfb - Remove user-settable knob: multimedia/tovid Approved by: portmgr blanket Notes: svn path=/head/; revision=406010
* Mark as broken: does not fetchBaptiste Daroussin2015-10-241-0/+1
| | | | Notes: svn path=/head/; revision=400088
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Add CPE infoDmitry Marakasov2015-04-171-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384182
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Baptiste Daroussin2014-12-246-69/+245
| | | | | | | Obtained from: Gentoo Notes: svn path=/head/; revision=375443
* Do not hardcode png15Baptiste Daroussin2014-12-231-2/+2
| | | | Notes: svn path=/head/; revision=375371
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-271-36/+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
* devel/directfb:Tijl Coosemans2014-08-293-116/+11
| | | | | | | | | | - Convert to USES=libtool and add INSTALL_TARGET=install-strip - Simplify pthread patches Approved by: portmgr (implicit, fix LIB_DEPENDS in unstaged port) Notes: svn path=/head/; revision=366573
* 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
* Add explicit dependency on pkgconfAntoine Brodin2014-02-091-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=343473
* Fix r341494.Raphael Kubo da Costa2014-02-081-22/+25
| | | | | | | | | | | - Use the same name in the plist substitutions after switching to the new options helpers and OPTIONS_SUB=yes. - Add the man pages to the plist after MAN1 and MAN5 got removed. Pointy hat to: bapt Notes: svn path=/head/; revision=343381
* Support stageBaptiste Daroussin2014-01-281-61/+18
| | | | | | | | Add DOCS options Use options helpers Notes: svn path=/head/; revision=341494
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-7/+3
| | | | Notes: svn path=/head/; revision=339876
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-3/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327373
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - adoption of optionsNGJason Helfman2013-04-291-19/+14
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316837
* 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
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-3/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - update png to 1.5.10Dirk Meyer2012-06-015-3/+72
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 1.4.13Julien Laffaye2011-06-193-3/+15
| | | | | | | | | | | Add USE_NCURSES PR: ports/158002 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275851
* - Update to 1.4.11Pav Lucistnik2010-12-0811-122/+87
| | | | | | | | PR: ports/152809 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=265848
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.4.3Pav Lucistnik2010-06-0321-125/+471
| | | | | | | | PR: ports/146815 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=255638
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+38
| | | | Notes: svn path=/head/; revision=251752
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | 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
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Use LTMAIN instead of hardcore.Jeremy Messenger2009-07-032-3/+4
| | | | | | | Approved by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=237005
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225293
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Fix build when html2man is installedPietro Cerutti2008-06-021-0/+11
| | | | | | | | PR: 124168 Approved by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Notes: svn path=/head/; revision=214192