Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Dec 2021 02:37:55 1.3.8
|
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. |
10 Sep 2021 21:17:56 1.3.7
|
Bernhard Froehlich (decke)  |
x11-toolkits/fltk: Add CPE information
Approved by: portmgr (blanket) |
15 Aug 2021 06:37:52 1.3.7
|
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 |
22 Jun 2021 18:53:08 1.3.5_1
|
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 |
06 Apr 2021 14:31:07 1.3.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
1.3.5
|
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. |
11 Mar 2019 16:45:26
1.3.5
|
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) |
22 Nov 2017 11:06:44
1.3.4
|
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. |
04 Aug 2017 20:48:25
1.3.4
|
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 |
28 May 2017 10:58:00
1.3.3_5
|
antoine  |
Register dependency on groff
PR: 213725 |
23 May 2017 05:03:16
1.3.3_5
|
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 |
17 Jan 2017 16:48:06
1.3.3_4
|
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) |
22 Nov 2016 12:04:48
1.3.3_3
|
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 |
01 Apr 2016 14:33:58
1.3.3_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
22 Jun 2015 18:33:22
1.3.3_2
|
antoine  |
Convert to USES=jpeg |
10 Feb 2015 19:29:47
1.3.3_2
|
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 |
09 Feb 2015 16:06:26
1.3.3_1
|
danfe  |
Augment FLTK ports' descriptions. |
09 Feb 2015 08:50:03
1.3.3_1
|
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) |
09 Feb 2015 02:28:38
1.3.3
|
vanilla  |
Update to version 1.3.3
PR: 197463
Submitted by: Ports Fury |
03 Feb 2015 13:55:06
1.3.2_2
|
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 |
28 Jan 2015 01:08:44
1.3.2_2
|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
25 Dec 2014 20:54:43
1.3.2_2
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
1.3.2_1
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
10 Dec 2014 22:29:15
1.3.2_1
|
gahr  |
- Reset maintainership of my ports |
10 Sep 2014 20:50:37
1.3.2_1
|
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) |
16 Oct 2013 09:03:28
1.3.2
|
gahr  |
- Fix STAGE support for PORTDOCS
Reported by: antoine |
15 Oct 2013 08:24:14
1.3.2
|
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] |
20 Sep 2013 23:57:48
1.3.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
18 Jun 2013 06:43:14
1.3.2
|
gahr  |
- Make fetchable again by fixing MASTER_SITES
Reported by: Kenta Suzumoto <kentas@hush.com> |
23 Apr 2013 14:20:28
1.3.2
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
12 Dec 2012 17:37:17
1.3.2
|
gahr  |
- Add LICENSE |
12 Dec 2012 17:14:10
1.3.2
|
gahr  |
- update patch as per the discussion at http://www.fltk.org/str.php?L2903 |
12 Dec 2012 16:13:53
1.3.2
|
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 |
08 Nov 2012 09:11:52
1.3.1
|
gahr  |
- Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253
Feature safe: yes |
11 Sep 2012 16:05:22
1.3.0_2
|
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 |
01 Jun 2012 05:26:28
1.3.0_1
|
dinoex  |
- update png to 1.5.10 |
28 Nov 2011 12:59:50
1.3.0
|
gahr  |
- use ${PREFIX}/etc instead of /etc for system-wide preferences
PR: 162023
Submitted by: bf
Feature safe: yes |
28 Nov 2011 10:11:53
1.3.0
|
gahr  |
- Fix build with clang
Reported by: rdivacky (via IRC)
Feature safe: yes |
24 Oct 2011 13:12:23
1.3.0
|
gahr  |
- Update to 1.3.0 |
23 Sep 2011 22:26:39
1.1.10_1
|
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 |
02 Jul 2011 18:18:48
1.1.10_1
|
miwi  |
- Kick MD5 support |
29 Apr 2010 12:42:01
1.1.10_1
|
gahr  |
- Respect NOPORTDOCS
Reported by: QAT |
28 Mar 2010 06:47:48
1.1.10_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
23 Mar 2010 21:06:53
1.1.10
|
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) |
05 Mar 2010 16:09:05
1.1.9_2
|
gahr  |
- Fix build on 8.0-RELEASE after last commit
Reported by: Jan Henrik Sylvester <me@janh.de> via freebsd-questions@
Feature safe: yes |
25 Feb 2010 13:37:00
1.1.9_2
|
gahr  |
- Fix on 7.3 (dirent API change)
Reported by: PH via linimon@
Feature safe: yes |
17 Feb 2010 08:04:46
1.1.9_2
|
gahr  |
- Fix after scandir API change on STABLE as well (800501)
Reported by: Till Plewe <till.plewe@gmail.com>
Feature safe: yes |
15 Feb 2010 14:00:06
1.1.9_2
|
gahr  |
- Really fix after 900006 |
12 Feb 2010 07:56:11
1.1.9_2
|
gahr  |
- Fix build after scandir API change |
09 Feb 2010 15:13:28
1.1.9_2
|
gahr  |
- Fix mismatching declaration
PR: 143638
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
05 Feb 2010 11:46:55
1.1.9_2
|
dinoex  |
- update to jpeg-8 |
18 Jul 2009 11:11:29
1.1.9_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
28 Aug 2008 07:17:57
1.1.9
|
gahr  |
- Actually fix plist issues (trial #2) |
28 Aug 2008 06:52:26
1.1.9
|
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] |
21 Aug 2008 06:18:49
1.1.7_4
|
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 ) |
23 Mar 2008 16:44:09
1.1.7_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
06 Nov 2007 09:04:07
1.1.7_3
|
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) |
29 Sep 2007 07:51:25
1.1.7_3
|
linimon  |
Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,
remove 4.X cruft.
Hat: portmgr |
27 Sep 2007 17:17:59
1.1.7_3
|
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 |
19 May 2007 20:32:57
1.1.7_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Feb 2007 12:02:46
1.1.7_2
|
demon  |
Correct typos plus cosmetic chenges in Makefile.
PR: 107901
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
02 Dec 2006 14:16:56
1.1.7_1
|
demon  |
Update to 1.1.7
PR: 106146
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
05 Jun 2006 20:57:46
1.1.6_1
|
pav  |
- This no longer conflicts with fltk2 |
26 May 2006 16:23:46
1.1.6_1
|
pav  |
- CONFLICTS with fltk-2.* |
13 May 2006 05:00:46
1.1.6_1
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
24 Jan 2006 03:16:52
1.1.6_1
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Jun 2005 18:25:28
1.1.6_1
|
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> |
12 Apr 2005 03:26:57
1.1.6_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.1.6_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Feb 2005 21:12:31
1.1.6_1
|
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. |
07 Feb 2005 21:16:05
1.1.6_1
|
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) |
31 Jan 2005 21:09:48
1.1.6
|
thierry  |
- Upgrade to 1.1.6;
- pet portlint.
Approved by: demon (maintainer). |
21 Aug 2004 16:28:20
1.1.4
|
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 |
22 Jun 2004 04:45:25
1.1.4
|
knu  |
Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete. |
25 Mar 2004 08:06:19
1.1.4
|
demon  |
Link with pthreads only when WITH_THREADS is defined.
Enable antialiased text.
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
18 Mar 2004 18:01:13
1.1.4
|
trevor  |
Add size data, approved by maintainers. |
09 Sep 2003 08:42:25
1.1.4
|
demon  |
Update to version 1.1.4. |
05 Sep 2003 13:40:43
1.1.3
|
demon  |
Add WITH_THREADS knob to compile with threads support.
Submitted by: dave <dave@gufi.org> |
22 Feb 2003 14:05:54
1.1.3
|
demon  |
Update to 1.1.3. |
18 Feb 2003 06:01:09
1.1.2
|
knu  |
De-pkg-decomment fltk master-slave ports. |
05 Jan 2003 16:07:11
1.1.2
|
demon  |
Update to 1.1.2 |
29 Mar 2002 19:23:13
1.0.10_1
|
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. |
03 Aug 2000 10:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
07 Jul 2000 20:33:58 
|
steve  |
Update to version 1.0.9. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |