summaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `groff' from USES.Alexey Dokuchaev2017-11-221-0/+9
| | | | | | | | | | | | | | | | 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-041-9/+8
| | | | | | | | | | | | | | | 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
* - Fix the breakage caused by previous commit (r378707): restore sane order ofAlexey Dokuchaev2015-02-091-0/+18
| | | | | | | | | | | | | | | | 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-091-3/+3
| | | | | | | | PR: 197463 Submitted by: Ports Fury Notes: svn path=/head/; revision=378707
* - Update to 1.3.0Pietro Cerutti2011-10-241-0/+11
Notes: svn path=/head/; revision=284244