aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox16
Commit message (Collapse)AuthorAgeFilesLines
* graphics/tiff: Update to 4.6.0Tijl Coosemans2024-04-271-1/+1
| | | | | PR: 278577 Exp-run by: antoine
* x11-toolkits/fox16: Moved man to share/manMuhammad Moinur Rahman2024-02-212-6/+7
| | | | Approved by: portmgr (blanket)
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* x11-toolkits/fox16: Genericize llvm16 fix from [1]Jason E. Hale2023-06-251-5/+1
| | | | | | | | | | Checking against the operating system version doesn't make much sense to me since the problem will return if not using the base compiler. This change will also suppress warnings when building with older versions of Clang. [1] https://cgit.freebsd.org/ports/commit/?id=abad80143b961d4b2431114a4a5160d0efd04284
* x11-toolkits/fox16: Fix build with llvm16Muhammad Moinur Rahman2023-06-251-3/+6
| | | | | | | - Utilize USES=localbase Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-1/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* x11-toolkits: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Dima Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Eric Anholt <anholt@FreeBSD.org> * Igor Pokrovsky <ip@doom.homeunix.org> * James FitzGibbon <jfitz@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Juli Mallett * Kenjiro Cho <kjc@csl.sony.co.jp> * Kimura Fuyuki <fuyuki@hadaly.org> * Koop Mast <kwm@FreeBSD.org> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> * Lubomir Marinov <lubomir_m@abv.bg> * Marc Recht <marc@informatik.uni-bremen.de> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Klaffenboeck <martin.klaffenboeck@gmx.at> * Martin Matuska <mm@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Grünewald <michipili@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Mike Krutov <neko@takino.org> * Mike Meyer <mwm@mired.org> * Olivier Duchateau * Paul Schmehl <pauls@utdallas.edu> * Peter Hawkins <thepish@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Radim Kolar * Rene Ladan <rene@FreeBSD.org> * Robert C. Noland III <rnoland@FreeBSD.org> * Simon Barner <barner@gmx.de> * Stephane Legrand <stephane@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Vanilla I. Shu <vanilla@MinJe.com.TW> * Will Andrews <andrews@technologist.com> * Yukihiro Nakai <nakai@FreeBSD.org> * Zane C, Bowers <vvelox@vvelox.net> * asami * chinsan * chuckr * clsung@dragon2.net * dmitry@karasik.eu.org * fjoe@FreeBSD.org * gahr * gena * ijliao * mi * minter@lunenburg.org * nivit@users.sourceforge.net * ports@c0decafe.net * roland.jesse@gmx.net * thierry@pompo.net * vanilla With hat: portmgr
* x11-toolkits/fox16: prepare for freetype2 updateTobias C. Berner2021-08-071-3/+3
| | | | | | | | - freetype2 will no longer ship freetype-config (which was a pkg-config wrapper) in the near future -- use pkg-config to gather the required flags. PR: 251512
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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
* 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