aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox16
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-toolkits/fox16: Update MASTER_SITESJason E. Hale2021-01-161-2/+2
| | | | Notes: svn path=/head/; revision=561761
* Add USES=xorg and USES=glNiclas Zeising2019-11-071-0/+5
| | | | | | | Add USES=xorg and USES=gl to a few remaining ports. Notes: svn path=/head/; revision=517001
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* Update to 1.6.57Jason E. Hale2018-04-053-6/+6
| | | | Notes: svn path=/head/; revision=466606
* Update to 1.6.56Jason E. Hale2018-02-164-10/+10
| | | | | | | Silence patching Notes: svn path=/head/; revision=461999
* - Update to 1.6.55Jason E. Hale2017-08-014-18/+9
| | | | | | | - Fix LICENSE (it's LGPL21+, not LGPL3+) Notes: svn path=/head/; revision=447009
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Fix segfaults from vsnprintf() in dependent portsJason E. Hale2016-11-222-1/+11
| | | | Notes: svn path=/head/; revision=426832
* Take maintainershipJason E. Hale2016-11-211-1/+1
| | | | Notes: svn path=/head/; revision=426686
* Update to 1.6.52Jason E. Hale2016-11-194-12/+36
| | | | | | | | | | Refine the OPTIMIZED_CFLAGS option to exclude flags unsupported by clang and to fix build if the PROFILE option is also enabled Add a few dependencies to satisfy stage-qa Notes: svn path=/head/; revision=426519
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Update to 1.6.51.Mathieu Arnold2016-03-234-13/+27
| | | | | | | | | PR: 208215 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=411713
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Remove Author from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380313
* Fix hanging of xfe.Vanilla I. Shu2015-02-101-1/+2
| | | | | | | | PR: 197464 Submitted by: Ports Fury Notes: svn path=/head/; revision=378776
* Upgrade to 1.6.50Vanilla I. Shu2015-02-094-159/+131
| | | | | | | | PR: 197464 Submitted by: Port Fury <tkato432@yahoo.com> Notes: svn path=/head/; revision=378705
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-2/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378032
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-292-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366478
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-3/+5
| | | | Notes: svn path=/head/; revision=346837
* - Refactor FOX portsPietro Cerutti2013-10-072-167/+32
| | | | | | | | | | | | | | * Remove CONFLICTS between FOX ports by having man-pages and binaries named after the port version * Avoid bumping shlib version at each minor update by using ltverhack [1] * Make PKGNAMEs unique (fox14, fox16, fox17) [2] * Use new LIB_DEPENDS format Suggested by: mezz [1], bapt [2] Notes: svn path=/head/; revision=329702
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Update to 1.6.49Pietro Cerutti2013-04-232-4/+4
| | | | | | | | Changes: * Check index out of bounds in FXTabBook::setCurrent(). Notes: svn path=/head/; revision=316370
* - Add HTTP mirror to MASTER_SITESPietro Cerutti2013-02-251-1/+2
| | | | Notes: svn path=/head/; revision=312908
* - Update to 1.6.47Pietro Cerutti2012-11-272-8/+7
| | | | | | | | | | * Prototype of wndproc() was not correct for 64-bit Windows. - Remove shlib versions from LIB_DEPENDS Feature safe: yes Notes: svn path=/head/; revision=307833
* - Convert to OptionsNGPietro Cerutti2012-10-031-28/+21
| | | | Notes: svn path=/head/; revision=305202
* - Remove CONFLICTS between x11-toolkits/fox16 and x11-toolkits/fox17 byPietro Cerutti2012-08-131-3/+1
| | | | | | | | | installing FOX-1.7 binaries in bin/fox-1.7 and suffixing its manpages with -17 (e.g., shutterbug -> shutterbug-17) - Bump PORTREVISION on both ports Notes: svn path=/head/; revision=302463
* - Update to 1.6.46Pietro Cerutti2012-07-132-3/+3
| | | | | | | | Changes: * Small tweak to FXIcon's guessthresh() Notes: svn path=/head/; revision=300822
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.6.45Pietro Cerutti2012-05-022-3/+3
| | | | | | | | | | * Fixed quaternion arc() routine. In case of vectors that are (almost) 180 degrees apart, the wrong quaternion was returned. * Invalid handle issue fixed in FXWindow. * Backported FXPath shell escaping routine. Notes: svn path=/head/; revision=295850
* - Update distinfo, the tarball was rerolled. Author assures it's not beenPietro Cerutti2012-02-222-11/+5
| | | | | | | | | | compromised. - Fix MASTER_SITES - Remove unused arguments from CONFIGURE_ARGS - Remove unneeded quotations from pkg-config file Notes: svn path=/head/; revision=292054
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Add the pthread library to the pkg-config "libs" optionPietro Cerutti2011-08-051-0/+1
| | | | Notes: svn path=/head/; revision=278948
* - Update to 1.6.44Pietro Cerutti2011-03-152-3/+3
| | | | Notes: svn path=/head/; revision=270954
* - Update to 1.6.43aPietro Cerutti2011-02-082-5/+3
| | | | | | | | | See the project home page for news. Feature safe: yes Notes: svn path=/head/; revision=268784
* - Fix checksums after tarball reroll.Pietro Cerutti2010-09-142-6/+5
| | | | | | | | The function to generate half-float tables was revised. - Bump PORTREVISION Notes: svn path=/head/; revision=261135
* - Mark BROKEN: does not fetch, size mismatchPav Lucistnik2010-09-101-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=260946
* - Update to 1.6.40Pietro Cerutti2010-09-016-39/+6
| | | | | | | | | | | | | Changes: * Fix FOX package-config file. * FXSystem::getTempDirectory() now uses TMPDIR environment variable if set. * Auto-guess icon etch mask threshold added. * Updated compilation scripts to new autoconfig. * Removed XGetDefault from code in ControlPanel.cpp. Notes: svn path=/head/; revision=260361
* - Update CONFLICTS to reflect the latest changes in the FOX ToolKit portsPietro Cerutti2010-08-241-1/+1
| | | | Notes: svn path=/head/; revision=259908
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 1.6.37Pietro Cerutti2010-03-232-5/+8
| | | | Notes: svn path=/head/; revision=251413
* - Take maintainship from araujoPietro Cerutti2010-03-111-1/+1
| | | | | | | | Approved by: aroujo (implicit, email to ports@) Message-ID: 20100222114814.GB29137@ponderosa.intelbras.com.br Notes: svn path=/head/; revision=250908