| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Aug 2008 08:17:57
1.1.9
|
gahr  |
- Actually fix plist issues (trial #2) |
28 Aug 2008 07: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 07: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 08: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 18: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 21: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 21:57:46
1.1.6_1
|
pav  |
- This no longer conflicts with fltk2 |
26 May 2006 17:23:46
1.1.6_1
|
pav  |
- CONFLICTS with fltk-2.* |
13 May 2006 06: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 19: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 04: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 09: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 17: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 05: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 09:42:25
1.1.4
|
demon  |
Update to version 1.1.4. |
05 Sep 2003 14: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 13:02:29 
|
demon  |
Fix typo (DICSDIR -> DOCSDIR). |
15 Jul 2001 10:21:18 
|
demon  |
Utilize DATADIR and DOCSDIR. |
17 Apr 2001 12: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 09:03:53 
|
asami  |
Convert category x11-toolkits to new layout. |
08 Oct 2000 08:48:51 
|
asami  |
Repo copy xunicode.patch-* from patches/ to files/. No Makefile mods are
necessary. |
25 Aug 2000 20:24:49 
|
knu  |
Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk. |
03 Aug 2000 11: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 21:33:58 
|
steve  |
Update to version 1.0.9. |
16 Jun 2000 23: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 12:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |