Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.5.p10_15 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
2.1.5.p10_15 30 Sep 2019 11:31:55 |
sunpoet |
Merge DEPRECATED and remove latter EXPIRATION_DATE |
2.1.5.p10_15 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
2.1.5.p10_15 07 Sep 2019 08:34:53 |
zeising |
Depreacte libGLw and dependent ports
Deprecate graphics/libGLw, and set expiration date. libGLw has been
deprecated upstream.
Deprecate unowned and unmaintained ports that depend on libGLw:
graphics/inventor
science/xmakemol
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/libGLw-deprecate |
2.1.5.p10_15 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
2.1.5.p10_15 04 Aug 2019 12:37:59 |
antoine |
Mark BROKEN: unfetchable |
2.1.5.p10_15 25 Nov 2018 20:10:57 |
arved |
Unbreak build
PR: 233003
Submitted by: w.schwarzenfeld@utanet.at |
2.1.5.p10_14 04 Nov 2018 13:59:23 |
antoine |
Mark BROKEN: fails to build
SoText2.c++:892:14: error: cast from pointer to smaller type 'char' loses
information
*s1 = (char)NULL; /* font name is pointed to s */
^~~~~~~~~~
Reported by: pkg-fallout |
2.1.5.p10_14 22 Jul 2018 20:33:42 |
yuri |
graphics/inventor: Maintainer reset
Bug#224235 is unanswered for 7+ months |
2.1.5.p10_14 07 Jan 2018 19:19:00 |
krion |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
2.1.5.p10_14 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 |
2.1.5.p10_13 08 Mar 2017 15:26:28 |
kwm |
Update freetype2 to 2.7.1.
* List licenses
* Add DEBUG, DOCS, TABLE_VALIDATION and SUBPIXEL_HINTING options.
* Sort options lines by name.
* Add pkg-message describing how certain options can be overwritten
at run time, like the subpixel hinting engine.
* Fix the build of graphics/inventor.
PR: ports/211201
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Discussed with: jbeigh@, lightside@gmx.com
Exp-run: antoine@ (earlier version) |
2.1.5.p10_12 01 Feb 2017 20:21:10 |
jbeich |
graphics/inventor: unbreak with libc++ 3.9
./SoInput.c++:2813:8: error: cannot initialize a variable of type 'char *' with
an rvalue of type 'const char *'
char *firstPlus = strchr(n, '+');
^ ~~~~~~~~~~~~~~
SoInteractionKit.c++:857:12: error: cannot initialize a variable of type 'char
*' with an rvalue of
type 'const char *'
char *dotPtr = strchr( partName.getString(), '.' );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoInteractionKit.c++:858:12: error: cannot initialize a variable of type 'char
*' with an rvalue of
type 'const char *'
char *brackPtr = strchr( partName.getString(), '[' );
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
2.1.5.p10_12 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.1.5.p10_12 30 Apr 2016 04:30:59 |
pi |
graphics/inventor: Fix build with libc++ 3.8.0
PR: 208845
Submitted by: dim
Approved by: c47g@gmx.at (maintainer timeout) |
2.1.5.p10_12 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.5.p10_12 16 Oct 2015 20:56:50 |
antoine |
Unbreak |
2.1.5.p10_12 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
2.1.5.p10_12 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.1.5.p10_12 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
2.1.5.p10_11 21 Mar 2015 23:05:21 |
bapt |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
2.1.5.p10_10 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.1.5.p10_10 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) |
2.1.5.p10_9 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.1.5.p10_9 25 Jun 2014 14:51:12 |
jhale |
- Support staging
- Add LICENSE
- Convert WITH_DEBUG into DEBUG option
- Strip binaries
- Remove superfluous leading words from COMMENT
- Pet portlint(1)
- Clean up pkg-descr
- Bump PORTREVISION
Approved by: portmgr (blanket approval) |
2.1.5.p10_8 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.1.5.p10_7 21 Oct 2013 07:29:28 |
gahr |
- Fix build with modern compilers
PR: 182900
Submitted by: gahr
Approved by: maintainer |
2.1.5.p10_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.1.5.p10_7 10 Jul 2013 17:04:49 |
bapt |
Mark as job unsafe |
2.1.5.p10_7 10 Jul 2013 06:55:29 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake |
2.1.5.p10_7 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.1.5.p10_7 05 Jun 2012 10:03:46 |
rm |
- register conflicts with graphics/Coin and x11-toolkits/SoXt
PR: 168674
Submitted by: Christian Gusenbauer <c47g at gmx dot at> (maintainer)
Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee> |
2.1.5.p10_7 08 Jun 2011 15:26:57 |
gahr |
- fix build on amd64, enable that platform
PR: 157704
Submitted by: gahr@FreeBSD.org
Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer) |
2.1.5.p10_7 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
2.1.5.p10_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1.5.p10_5 12 Jan 2010 03:34:15 |
pgollucci |
- SUB_FILES += pkg-message
PR: ports/142539
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer) |
2.1.5.p10_5 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
2.1.5.p10_4 31 Jan 2009 18:23:34 |
flz |
inventor requires libXi.
Reported by: pointyhat via erwin |
2.1.5.p10_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.1.5.p10_4 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.1.5.p10_3 04 Oct 2007 01:10:50 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
2.1.5.p10_3 26 May 2007 09:11:00 |
maho |
Fix build caused by Xorg 7.2 migration.
Submitted by: Christian Gusenbauer <c47g@gmx.at> (maintainer) |
2.1.5.p10_3 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}. |
2.1.5.p10_2 24 Mar 2007 22:16:05 |
maho |
* A bug fix (patch-open.c).
* Bump portrevision.
Submitted by: maintainer |
2.1.5.p10_1 16 Dec 2006 22:26:05 |
maho |
Build fix with gcc41
Submitted by: Christian Gusenbauer <c47g@gmx.at> via kris |
2.1.5.p10_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2.1.5.p10_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.5.p10_1 30 Jan 2005 09:04:52 |
maho |
Fix pkg-plist and typo
Submitted by: Christian Gusenbauer <c47g@gmx.at> and kris via pointyhat |
2.1.5.p10_1 29 May 2004 22:42:58 |
anholt |
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate. |
2.1.5.p10_1 03 Apr 2004 07:20:52 |
marcus |
Fix build with freetype2-2.1.7.
Reported by: bento via kris |
2.1.5.p10_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.1.5.p10_1 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
2.1.5.p10_1 07 Mar 2004 12:17:14 |
maho |
Possible fix on 4-STABLE
Submitted by: maintainer Christian Gusenbauer <cg17123@gmx.at> |
2.1.5.p10_1 22 Feb 2004 07:11:45 |
kris |
BROKEN on 4.x: Does not compile |
2.1.5.p10_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.5.p10 21 Oct 2003 23:28:07 |
maho |
Fix typo in ONLY_FOR_ARCHS
Submitted by: maintainer (Christian Gusenbauer <c47g@gmx.at>)
Pointed out by: kris via bento |
2.1.5.p10 19 Aug 2003 00:31:42 |
maho |
a) add a possible patch to build on Alpha.
b) however, for safety, set ONLY_FOR_ARCHS= i386
Submitted by: kris via bento
Christian Gusenbauer <c47g@gmx.at> (maitainer) |
2.1.5.p10 03 Aug 2003 06:56:12 |
maho |
SGI's Open Inventor (TM)
an object-oriented 3D toolkit offering a comprehensive
solution to interactive graphics programming problems.
PR: 46731
Submitted by: Christian Gusenbauer <c47g@gmx.at> |