Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.9_1 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
1.3.9_1 08 Jan 2024 06:41:22 |
Alexey Dokuchaev (danfe) |
x11-toolkits/fltk: the port had been improved (+)
- Add an option to enable limited Cairo rendering support
- Do not strip static libraries upon installation as this
breaks linking against them (the case for `x11/flruler')
- Restore `files/patch-src_Makefile' which was ditched in
r447379 (commit 2a288980b3dd) in favor of `post-install'
target because of the above and now this code is mature
enough and should be less fragile to patch statically
- Garbage-collect no longer useful patch added in r138020
(commit 2a70195a3279) back in 2005 which now makes `-lm'
appear twice in the fltk-config(1)'s LDFLAGS outputs
- Shorten local variable name in the `post-patch' target
Reported by: pkg-fallout |
1.3.9 27 Dec 2023 03:45:44 |
Alexey Dokuchaev (danfe) |
x11-toolkits/fltk: update the port to version 1.3.9
This is a minor maintenance release and does not contain
new ABI features. While here, strip installed libraries
in addition to the programs (subject to -DWITH_DEBUG). |
1.3.8_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.8 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.8 06 Dec 2021 02:37:55 |
Alexey Dokuchaev (danfe) |
x11-toolkits/fltk: the port had been updated to version 1.3.8
FLTK 1.3.8 is a maintenance release with minor enhancements. One new
function `fl_choice_n()' has been introduced (please see documentation
for details).
This release does not contain new ABI features and is 100% compatible
with releases 1.3.5-1.3.7. |
1.3.7 10 Sep 2021 21:17:56 |
Bernhard Froehlich (decke) |
x11-toolkits/fltk: Add CPE information
Approved by: portmgr (blanket) |
1.3.7 15 Aug 2021 06:37:52 |
Alexey Dokuchaev (danfe) |
x11-toolkits/fltk: update FLTK to version 1.3.7
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 |
1.3.5_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
1.3.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.5 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
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. |
1.3.5 11 Mar 2019 16:45:26 |
danfe |
- Update FLTK to version 1.3.5 which brings many new features,
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) |
1.3.4 22 Nov 2017 11:06:44 |
danfe |
Remove `groff' from USES.
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. |
1.3.4 04 Aug 2017 20:48:25 |
danfe |
- Update `x11-toolkits/fltk' to version 1.3.4 (version 1.3.4-1 is available,
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 |
1.3.3_5 28 May 2017 10:58:00 |
antoine |
Register dependency on groff
PR: 213725 |
1.3.3_5 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.3.3_4 17 Jan 2017 16:48:06 |
jbeich |
x11-toolkits/fltk: unbreak with clang 4.0
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) |
1.3.3_3 22 Nov 2016 12:04:48 |
danfe |
x11-toolkits/fltk: ensure that binary packages have complete feature support
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 |
1.3.3_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3.3_2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.3.3_2 10 Feb 2015 19:29:47 |
danfe |
- Since version 1.3.3, FLTK now checks for compiler support of -fvisibility
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 |
1.3.3_1 09 Feb 2015 16:06:26 |
danfe |
Augment FLTK ports' descriptions. |
1.3.3_1 09 Feb 2015 08:50:03 |
danfe |
- Fix the breakage caused by previous commit (r378707): restore sane order of
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) |
1.3.3 09 Feb 2015 02:28:38 |
vanilla |
Update to version 1.3.3
PR: 197463
Submitted by: Ports Fury |
1.3.2_2 03 Feb 2015 13:55:06 |
danfe |
In sight of upcoming update, clean up things a bit:
- 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 |
1.3.2_2 28 Jan 2015 01:08:44 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
1.3.2_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.3.2_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.3.2_1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.3.2_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.3.2 16 Oct 2013 09:03:28 |
gahr |
- Fix STAGE support for PORTDOCS
Reported by: antoine |
1.3.2 15 Oct 2013 08:24:14 |
gahr |
- Fix build in C++11 mode [1]
- Convert to new LIB_DEPENDS format
- Convert to OPTIONSng (DOCS)
- STAGE-clean
PR: 182949 [1]
Submitted by: dt71@gmx.com [1] |
1.3.2 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
1.3.2 18 Jun 2013 06:43:14 |
gahr |
- Make fetchable again by fixing MASTER_SITES
Reported by: Kenta Suzumoto <kentas@hush.com> |
1.3.2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.3.2 12 Dec 2012 17:37:17 |
gahr |
- Add LICENSE |
1.3.2 12 Dec 2012 17:14:10 |
gahr |
- update patch as per the discussion at http://www.fltk.org/str.php?L2903 |
1.3.2 12 Dec 2012 16:13:53 |
gahr |
- Update to 1.3.2
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 |
1.3.1 08 Nov 2012 09:11:52 |
gahr |
- Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253
Feature safe: yes |
1.3.0_2 11 Sep 2012 16:05:22 |
gahr |
- Add a patch to #undef nitems, which has been added as a macro to sys/param.h
in r236486 and is also a member of Fl_Check_Browser class.
- Bump PORTREVISION
Notified by: martymac |
1.3.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.0 28 Nov 2011 12:59:50 |
gahr |
- use ${PREFIX}/etc instead of /etc for system-wide preferences
PR: 162023
Submitted by: bf
Feature safe: yes |
1.3.0 28 Nov 2011 10:11:53 |
gahr |
- Fix build with clang
Reported by: rdivacky (via IRC)
Feature safe: yes |
1.3.0 24 Oct 2011 13:12:23 |
gahr |
- Update to 1.3.0 |
1.1.10_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
1.1.10_1 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
1.1.10_1 29 Apr 2010 12:42:01 |
gahr |
- Respect NOPORTDOCS
Reported by: QAT |
1.1.10_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.10 23 Mar 2010 21:06:53 |
gahr |
- Update x11-toolkits/fltk to 1.1.10
- Unconditionally enable threads on x11-toolkits/fltk
- Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now) |
1.1.9_2 05 Mar 2010 16:09:05 |
gahr |
- Fix build on 8.0-RELEASE after last commit
Reported by: Jan Henrik Sylvester <me@janh.de> via freebsd-questions@
Feature safe: yes |
1.1.9_2 25 Feb 2010 13:37:00 |
gahr |
- Fix on 7.3 (dirent API change)
Reported by: PH via linimon@
Feature safe: yes |
1.1.9_2 17 Feb 2010 08:04:46 |
gahr |
- Fix after scandir API change on STABLE as well (800501)
Reported by: Till Plewe <till.plewe@gmail.com>
Feature safe: yes |
1.1.9_2 15 Feb 2010 14:00:06 |
gahr |
- Really fix after 900006 |
1.1.9_2 12 Feb 2010 07:56:11 |
gahr |
- Fix build after scandir API change |
1.1.9_2 09 Feb 2010 15:13:28 |
gahr |
- Fix mismatching declaration
PR: 143638
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
1.1.9_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.9_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.1.9 28 Aug 2008 07:17:57 |
gahr |
- Actually fix plist issues (trial #2) |
1.1.9 28 Aug 2008 06:52:26 |
gahr |
- Update to 1.1.9
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]
Approved by: demon@ (former maintainer) [1]
Reported by: QA Tindie [2] |
1.1.7_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
1.1.7_4 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.1.7_3 06 Nov 2007 09:04:07 |
linimon |
Re-enable building with gcc4.2. Apparently patches were committed
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) |
1.1.7_3 29 Sep 2007 07:51:25 |
linimon |
Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,
remove 4.X cruft.
Hat: portmgr |
1.1.7_3 27 Sep 2007 17:17:59 |
db |
- Fix gcc42 build on amd64, these diffs duplicate vendor fltk-1.1.x-r5940
work in progress, so can be backed out on next major release of fltk.
Approved by: demon |
1.1.7_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.7_2 01 Feb 2007 12:02:46 |
demon |
Correct typos plus cosmetic chenges in Makefile.
PR: 107901
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
1.1.7_1 02 Dec 2006 14:16:56 |
demon |
Update to 1.1.7
PR: 106146
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.6_1 05 Jun 2006 20:57:46 |
pav |
- This no longer conflicts with fltk2 |
1.1.6_1 26 May 2006 16:23:46 |
pav |
- CONFLICTS with fltk-2.* |
1.1.6_1 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
1.1.6_1 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.6_1 25 Jun 2005 18:25:28 |
demon |
Add '-lm' to the output of fltk-config --ldstaticflags and
fltk-config --ldflags. libm is needed when linking against libfltk.
This fixes OpenOffice build with fltk installed.
PR: 82551
Submitted by: Mike Durian <durian@shadetreesoftware.com> |
1.1.6_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.1.6_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.1.6_1 09 Feb 2005 21:12:31 |
thierry |
Remove patch-fltk-config.in: fltk-config --ldflags should not return
-L/usr/local/lib, but this breaks audio/spiralsynthmodular and
graphics/quat-gui which rely on it.
Reported by: Kris via pointyhat. |
1.1.6_1 07 Feb 2005 21:16:05 |
thierry |
- prepare for a new slave port x11-toolkits/fltk-threads;
- remove -L/usr/local/lib from `fltk-config --ldflags`;
- mark IGNORE if threading is enable on 4.x (if someone had a
a clue to fix it, it would be great!).
Approved by: demon (maintainer) |
1.1.6 31 Jan 2005 21:09:48 |
thierry |
- Upgrade to 1.1.6;
- pet portlint.
Approved by: demon (maintainer). |
1.1.4 21 Aug 2004 16:28:20 |
pav |
- Sneak CXX into configure script as CC. Configure script ignores CXX and keeps
on linking C++ code with "cc". This fixes build on gcc 3.4 |
1.1.4 22 Jun 2004 04:45:25 |
knu |
Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete. |
1.1.4 25 Mar 2004 08:06:19 |
demon |
Link with pthreads only when WITH_THREADS is defined.
Enable antialiased text.
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
1.1.4 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.1.4 09 Sep 2003 08:42:25 |
demon |
Update to version 1.1.4. |
1.1.3 05 Sep 2003 13:40:43 |
demon |
Add WITH_THREADS knob to compile with threads support.
Submitted by: dave <dave@gufi.org> |
1.1.3 22 Feb 2003 14:05:54 |
demon |
Update to 1.1.3. |
1.1.2 18 Feb 2003 06:01:09 |
knu |
De-pkg-decomment fltk master-slave ports. |
1.1.2 05 Jan 2003 16:07:11 |
demon |
Update to 1.1.2 |
1.0.10_1 29 Mar 2002 19:23:13 |
steve |
Spell pronounced correctly. |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
19 Jul 2001 12:02:29 |
demon |
Fix typo (DICSDIR -> DOCSDIR). |
15 Jul 2001 09:21:18 |
demon |
Utilize DATADIR and DOCSDIR. |
17 Apr 2001 11:14:59 |
sobomax |
Fix detection of pthreaded MesaGL. |
18 Mar 2001 14:35:46 |
knu |
Argh! The XUnicode option was not correctly turned on.. |
24 Feb 2001 20:21:56 |
knu |
Update fltk to 1.0.10, fltk-xunicode to 1.0.10.20010114. |
23 Feb 2001 18:49:08 |
knu |
List myself as the maintainer of fltk-xunicode. Change MAINTAINER= in
fltk/Makefile to MAINTAINER?= . |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
08 Oct 2000 07:48:51 |
asami |
Repo copy xunicode.patch-* from patches/ to files/. No Makefile mods are
necessary. |
25 Aug 2000 19:24:49 |
knu |
Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk. |