aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/fltk: Add CPE informationBernhard Froehlich2021-09-101-1/+2
| | | | Approved by: portmgr (blanket)
* x11-toolkits/fltk: update FLTK to version 1.3.7Alexey Dokuchaev2021-08-157-126/+4
| | | | | | | | This release does not contain new ABI features and is 100% binary compatible with releases 1.3.5 and 1.3.6. PR: 254934 Submitted by: yuri
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* - Update FLTK to version 1.3.5 which brings many new features,Alexey Dokuchaev2019-03-1110-10/+158
| | | | | | | | | | | | | | | | bug fixes, and adaptations to new compilers - Switch to the smaller .tar.bz2 distfile and make a few implicit dependencies explicit (as reported by `stage-qa') - Rename `test/help' demo program to `test/help_dialog' in order to unbreak against upcomig `devel/ninja' update to version 1.9.0 - The ABI is 100% compatible with the previous version so no port revision bumps are necessary for consumer ports - Chase HTTP redirection in the MASTER_SITES and WWW: line PR: 235507 (ninja-related) Notes: svn path=/head/; revision=495362
* Remove `groff' from USES.Alexey Dokuchaev2017-11-222-1/+11
| | | | | | | | | | | | | | | | It was recently killed in the base system and consumers have to use `textproc/groff' port now, which is a real PITA: it pulls in some obscure dependencies like `print/psutils', `graphics/netpbm', but most importantly, `ghostscript' (unconditionally), which is a huge abomination of its own, pulling another round of dependencies, some of which are as crazy as `graphics/svgalib' (sic). Trying to reset all offered knobs to `off' results in unbuildable package. Pass NROFF as mere `echo' and be done with it. Generated manpages remain identical. Notes: svn path=/head/; revision=454682
* - Update `x11-toolkits/fltk' to version 1.3.4 (version 1.3.4-1 is available,Alexey Dokuchaev2017-08-046-67/+20
| | | | | | | | | | | | | | | but the only difference is fixes for Windows IDE solutions Visual C 2008 and Visual C 2010, so prefer 1.3.4 to avoid dealing with the DISTVERSION) - Move out .so.1-suffixed symlink creation to `post-install' target rather than patching `src/Makefile' since the patch tends to get modified with each update; and drop no longer needed patches that were merged upstream - Define LICENSE_FILE as it is not just a standard boilerplate PR: 220649 (modified) Submitted by: sunpoet Notes: svn path=/head/; revision=447379
* Register dependency on groffAntoine Brodin2017-05-281-1/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441907
* 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
* x11-toolkits/fltk: unbreak with clang 4.0Jan Beich2017-01-172-1/+17
| | | | | | | | | | | | | | Fl_Tree_Item.cxx:552:38: error: ordered comparison between pointer and zero ('Fl_Tree_Item *' and 'int') if ( from_parent->deparent(from) < 0 ) // deparent self from current parent ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ PR: 216046 Obtained from: upstream (branch-1.3) Approved by: portmgr blanket MFH: 2017Q1 (changes behavior) Notes: svn path=/head/; revision=431752
* x11-toolkits/fltk: ensure that binary packages have complete feature supportAlexey Dokuchaev2016-11-221-6/+3
| | | | | | | | | | | Previously, binary packages would miss Xinerama and Xcursor dependencies and thus were giving some odd behaviors as e.g. reported in the PR. While here, switch to USES+=localbase instead of manually amending CPPFLAGS and LDFLAGS. PR: 213294 Notes: svn path=/head/; revision=426818
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Since version 1.3.3, FLTK now checks for compiler support of -fvisibilityAlexey Dokuchaev2015-02-101-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | and -fvisibility-inlines-hidden and uses it if available to reduce shared library size. Unfortunately, this hides Fl_XFont_On_Demand::value, which in turn causes undefined reference errors during linking. Fix by marking Fl_XFont_On_Demand class as FL_EXPORT for the time being (Gentoo Linux is doing the same) - Do not strip libraries for now: FLTK uses the same command for installing both dynamic and static libraries, but "fltk-config(1) --compile" prefers static, which breaks programs like `graphics/iccexamin' (threading test) - Pull another patch from Gentoo to fix segmentation fault in vncview(1) of port `net/tigervnc' (Gentoo bug #529856 by Maxim Britov) - Do not leak non-existent (build-time only) -Lfoo references in LDFLAGS as it can potentially lead to various sporadic bugs in programs which obtain these flags through fltk-config(1). To prevent build-time conflicts that this gimmick was originally used for, we change shared linking command of fluid(1) accordingly Since these are one-line changes likely to be merged upstream sooner rather than later, perform them with sed(1) instead of trivial patches. Reported and reviewed by: antoine Notes: svn path=/head/; revision=378794
* Augment FLTK ports' descriptions.Alexey Dokuchaev2015-02-091-1/+6
| | | | Notes: svn path=/head/; revision=378738
* - Fix the breakage caused by previous commit (r378707): restore sane order ofAlexey Dokuchaev2015-02-093-32/+66
| | | | | | | | | | | | | | | | knobs; resurrect documentation/Makefile patch; bring back recalculation of ${ETCDIR} length in Fl_Preferences.cxx, trim CONFIGURE_ARGS (again), etc. - Restore correct LDFLAGS+= -L../src (previously -L${WRKSRC}/src), otherwise the build fails with e.g. previous version of FLTK libraries installed - Take maintainership to prevent Kato's monkeys jeopardizing it all over again - Install code examples as PORTEXAMPLES (we do not install any documentation because it requires LaTeX stack to build) - Since `post-patch' target is a bit too verbose now, make it .SILENT - Do not compile things with -Os by default (already honors user's CXXFLAGS) - Do not blindly strip libraries and fluid(1) binary (respect ${STRIP} value) Notes: svn path=/head/; revision=378718
* Update to version 1.3.3Vanilla I. Shu2015-02-097-80/+33
| | | | | | | | PR: 197463 Submitted by: Ports Fury Notes: svn path=/head/; revision=378707
* In sight of upcoming update, clean up things a bit:Alexey Dokuchaev2015-02-032-28/+7
| | | | | | | | | - Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS - In post-staging era, conditional installation of documentation is no longer necessary, so simplify the patch and drop post-install target Notes: svn path=/head/; revision=378351
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-1/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378032
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* - Fix STAGE support for PORTDOCSPietro Cerutti2013-10-161-2/+2
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=330487
* - Fix build in C++11 mode [1]Pietro Cerutti2013-10-153-6/+25
| | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to OPTIONSng (DOCS) - STAGE-clean PR: 182949 [1] Submitted by: dt71@gmx.com [1] Notes: svn path=/head/; revision=330371
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Make fetchable again by fixing MASTER_SITESPietro Cerutti2013-06-181-2/+1
| | | | | | | Reported by: Kenta Suzumoto <kentas@hush.com> Notes: svn path=/head/; revision=321172
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Add LICENSEPietro Cerutti2012-12-121-0/+2
| | | | Notes: svn path=/head/; revision=308775
* - update patch as per the discussion at http://www.fltk.org/str.php?L2903Pietro Cerutti2012-12-122-10/+30
| | | | Notes: svn path=/head/; revision=308774
* - Update to 1.3.2Pietro Cerutti2012-12-124-9/+18
| | | | | | | | | Release notes: http://www.fltk.org/articles.php?L1266 - Added a patch to fix a build error Reported as: http://www.fltk.org/str.php?L2903 Notes: svn path=/head/; revision=308773
* - Update to 1.3.1Pietro Cerutti2012-11-084-24/+9
| | | | | | | | | Release notes: http://www.fltk.org/articles.php?L1253 Feature safe: yes Notes: svn path=/head/; revision=307158
* - Add a patch to #undef nitems, which has been added as a macro to sys/param.hPietro Cerutti2012-09-112-1/+11
| | | | | | | | | | in r236486 and is also a member of Fl_Check_Browser class. - Bump PORTREVISION Notified by: martymac Notes: svn path=/head/; revision=304105
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - use ${PREFIX}/etc instead of /etc for system-wide preferencesPietro Cerutti2011-11-282-0/+5
| | | | | | | | | PR: 162023 Submitted by: bf Feature safe: yes Notes: svn path=/head/; revision=286573
* - Fix build with clangPietro Cerutti2011-11-281-0/+11
| | | | | | | | Reported by: rdivacky (via IRC) Feature safe: yes Notes: svn path=/head/; revision=286548
* - Update to 1.3.0Pietro Cerutti2011-10-247-190/+74
| | | | Notes: svn path=/head/; revision=284244
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Respect NOPORTDOCSPietro Cerutti2010-04-292-4/+18
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=253419
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update x11-toolkits/fltk to 1.1.10Pietro Cerutti2010-03-236-363/+81
| | | | | | | | - Unconditionally enable threads on x11-toolkits/fltk - Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now) Notes: svn path=/head/; revision=251411
* - Fix build on 8.0-RELEASE after last commitPietro Cerutti2010-03-051-1/+1
| | | | | | | | Reported by: Jan Henrik Sylvester <me@janh.de> via freebsd-questions@ Feature safe: yes Notes: svn path=/head/; revision=250597
* - Fix on 7.3 (dirent API change)Pietro Cerutti2010-02-251-1/+1
| | | | | | | | Reported by: PH via linimon@ Feature safe: yes Notes: svn path=/head/; revision=250310
* - Fix after scandir API change on STABLE as well (800501)Pietro Cerutti2010-02-171-1/+1
| | | | | | | | Reported by: Till Plewe <till.plewe@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=249995
* - Really fix after 900006Pietro Cerutti2010-02-151-2/+11
| | | | Notes: svn path=/head/; revision=249884
* - Fix build after scandir API changePietro Cerutti2010-02-121-1/+1
| | | | Notes: svn path=/head/; revision=249639
* - Fix mismatching declarationPietro Cerutti2010-02-092-0/+13
| | | | | | | | PR: 143638 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=249481
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285