aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Actually fix plist issues (trial #2)Pietro Cerutti2008-08-281-4/+2
| | | | Notes: svn path=/head/; revision=219369
* - Update to 1.1.9Pietro Cerutti2008-08-2813-337/+74
| | | | | | | | | | | | - Minor Makefile cleanup - Take over maintainship [1] - Fix PLIST [2] Approved by: demon@ (former maintainer) [1] Reported by: QA Tindie [2] Notes: svn path=/head/; revision=219367
* 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* Re-enable building with gcc4.2. Apparently patches were committedMark Linimon2007-11-061-6/+0
| | | | | | | | | | | | | after the last amd64-7 build. I'm doing this one myself because I was the one that marked it broken. PR: ports/117843 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3 dot ru> Approved by: portmgr (self) Notes: svn path=/head/; revision=202535
* Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,Mark Linimon2007-09-291-3/+5
| | | | | | | | | remove 4.X cruft. Hat: portmgr Notes: svn path=/head/; revision=200320
* - Fix gcc42 build on amd64, these diffs duplicate vendor fltk-1.1.x-r5940Diane Bruce2007-09-275-0/+81
| | | | | | | | | work in progress, so can be backed out on next major release of fltk. Approved by: demon Notes: svn path=/head/; revision=200182
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Correct typos plus cosmetic chenges in Makefile.Dmitry Sivachenko2007-02-012-10/+19
| | | | | | | | PR: 107901 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=183858
* Update to 1.1.7Dmitry Sivachenko2006-12-026-43/+180
| | | | | | | | PR: 106146 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=178592
* - This no longer conflicts with fltk2Pav Lucistnik2006-06-051-1/+0
| | | | Notes: svn path=/head/; revision=164515
* - CONFLICTS with fltk-2.*Pav Lucistnik2006-05-261-0/+1
| | | | Notes: svn path=/head/; revision=163501