aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Add '-lm' to the output of fltk-config --ldstaticflags andDmitry Sivachenko2005-06-251-0/+20
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=138020
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Remove patch-fltk-config.in: fltk-config --ldflags should not returnThierry Thomas2005-02-091-11/+0
| | | | | | | | | | -L/usr/local/lib, but this breaks audio/spiralsynthmodular and graphics/quat-gui which rely on it. Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=128413
* - prepare for a new slave port x11-toolkits/fltk-threads;Thierry Thomas2005-02-072-1/+27
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=128242
* - Upgrade to 1.1.6;Thierry Thomas2005-01-316-257/+261
| | | | | | | | | - pet portlint. Approved by: demon (maintainer). Notes: svn path=/head/; revision=127803
* - Sneak CXX into configure script as CC. Configure script ignores CXX and keepsPav Lucistnik2004-08-211-1/+2
| | | | | | | on linking C++ code with "cc". This fixes build on gcc 3.4 Notes: svn path=/head/; revision=116958
* Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is wayAkinori MUSHA2004-06-221-24/+1
| | | | | | | too old and obsolete. Notes: svn path=/head/; revision=111967
* Link with pthreads only when WITH_THREADS is defined.Dmitry Sivachenko2004-03-251-4/+7
| | | | | | | | | Enable antialiased text. Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=105202
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Update to version 1.1.4.Dmitry Sivachenko2003-09-093-24/+24
| | | | Notes: svn path=/head/; revision=88840
* Add WITH_THREADS knob to compile with threads support.Dmitry Sivachenko2003-09-051-0/+8
| | | | | | | Submitted by: dave <dave@gufi.org> Notes: svn path=/head/; revision=88596
* Update to 1.1.3.Dmitry Sivachenko2003-02-222-3/+3
| | | | Notes: svn path=/head/; revision=76143
* De-pkg-decomment fltk master-slave ports.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75783
* Update to 1.1.2Dmitry Sivachenko2003-01-057-54/+284
| | | | Notes: svn path=/head/; revision=72574
* Spell pronounced correctly.Steve Price2002-03-291-1/+1
| | | | Notes: svn path=/head/; revision=56885
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Fix typo (DICSDIR -> DOCSDIR).Dmitry Sivachenko2001-07-191-1/+1
| | | | | | | Submitted by: Per Andersson <pa@cdg.chalmers.se> Notes: svn path=/head/; revision=45241
* Utilize DATADIR and DOCSDIR.Dmitry Sivachenko2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=45137
* Fix detection of pthreaded MesaGL.Maxim Sobolev2001-04-171-1/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=41527
* Argh! The XUnicode option was not correctly turned on..Akinori MUSHA2001-03-181-0/+3
| | | | | | | | | | Bump PORTREVISION for fltk-xunicode. Pointed out by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> Pointy hat to: knu Notes: svn path=/head/; revision=40016
* Update fltk to 1.0.10, fltk-xunicode to 1.0.10.20010114.Akinori MUSHA2001-02-245-54/+21
| | | | | | | Approved by: demon (MAINTAINER) Notes: svn path=/head/; revision=38674
* List myself as the maintainer of fltk-xunicode. Change MAINTAINER= inAkinori MUSHA2001-02-231-1/+1
| | | | | | | | | fltk/Makefile to MAINTAINER?= . Define COMMENT properly for fltk-xunicode. Notes: svn path=/head/; revision=38653
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.Akinori MUSHA2000-08-254-3/+57
| | | | | | | Approved by: Dmitry S. Sivachenko <dima@chg.ru> (MAINTAINER of fltk) Notes: svn path=/head/; revision=31976