Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.4.c_9 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
4.2.4.c_9 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
4.2.4.c_9 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
4.2.4.c_9 06 Aug 2017 17:53:22 |
rakuco |
Fix libc++ and GCC6 build errors.
This allows us to drop USE_GCC=yes while also allowing it to build with GCC 6,
which uses -std=gnu++14 by default.
PR: 217001
Submitted by: jbeich
Approved by: nivit (maintainer) |
4.2.4.c_8 23 May 2017 05:03:16 |
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 |
4.2.4.c_7 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
4.2.4.c_6 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
4.2.4.c_6 06 Feb 2017 18:29:23 |
nivit |
- Fix build with gcc 5
PR: 216806
Submitted by: jbeich |
4.2.4.c_6 20 Jan 2017 15:50:45 |
tcberner |
Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4
bsd.qt.mk provides a better way to depend on qmake.
PR: 214700
Obtained from: maintainer timeout (2 months), mat (mentor) |
4.2.4.c_6 29 Nov 2016 06:20:40 |
tcberner |
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.
So only export it if QT_DIST is set.
PR: 210227
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8378 |
4.2.4.c_6 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
4.2.4.c_5 19 Nov 2016 23:51:13 |
marino |
lang/p2c, graphics/gle-graphics: Document ncurses requirement
Approved by: ncurses blanket |
4.2.4.c_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.2.4.c_5 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2.4.c_4 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
4.2.4.c_3 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
4.2.4.c_3 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
4.2.4.c_3 23 Feb 2015 15:35:31 |
nivit |
- Fix build with GCC 4.9 [1]
- Add option DOCS
- Bump PORTREVISION (change pkg-plist)
- Add files/patch-src_fbuild_Makefile.in and
files/patch-src_makefmt_Makefile.in to fix
build with GCC 4.9
PR: 197896 [1]
Submitted by: gerald |
4.2.4.c_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
4.2.4.c_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
4.2.4.c_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
4.2.4.c_1 10 Sep 2014 20:50:37 |
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) |
4.2.4.c 29 Jul 2014 04:28:52 |
nivit |
- Update to 4.2.4.c
- Add LICENSE
- Build GUI (qgle program)
- Use option helpers
- Sort variables
- Add files/patch-Makefile.in
- Add files/patch-src__gui__MakefileAC.in
- Remove files/patch-configure
- Fix WWW line in pkg-descr
Change Log: http://www.gle-graphics.org/main/changes.html
Build Log: https://redports.org/buildarchive/20140729030245-62805/ |
4.0.12_7 13 Jul 2014 23:23:25 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
4.0.12_7 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
4.0.12_7 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.0.12_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
4.0.12_7 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
4.0.12_7 06 May 2013 08:31:30 |
bapt |
Convert to new options framework |
4.0.12_7 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
4.0.12_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.0.12_6 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
4.0.12_6 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
4.0.12_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.0.12_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.0.12_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
4.0.12_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
4.0.12_2 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
4.0.12_2 24 Mar 2008 17:02:27 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
4.0.12_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.0.12 21 Mar 2007 10:26:02 |
pav |
- Generalize dependency on ghostscript
- While here, fix OPTIONS handling
Reported by: pointyhat exprun |
4.0.12 10 Dec 2006 01:21:51 |
nivit |
- Updated email address in my ports
Approved by: alexbl (mentor) |
4.0.12 15 Nov 2006 21:20:16 |
miwi |
GLE is a graphics language that produces PostScript, EPS, PDF, PNG,
or JPG ouput from a simple script file.
GLE is a full featured scripting language that includes variables,
subroutines, logic control, looping, a graphing tool, and more
to produce high quality output. It has a full range of facilities
for producing publication-quality graphs, diagrams, posters and slides.
GLE provides LaTeX quality fonts together with a flexible graphics
module, which allows the user to specify any feature of a graph
(down to the line width of the subticks, for example).
WWW: http://www.gle-graphics.org/
PR: ports/105433
Submitted by: Nicola Vitale <nivit at email.it> |