notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: graphics/inventor/Makefile

Number of commits found: 47

Monday, 30 Sep 2019
11:31 sunpoet search for other commits by this committer
Merge DEPRECATED and remove latter EXPIRATION_DATE
Original commitRevision:513364 
Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Saturday, 7 Sep 2019
08:34 zeising search for other commits by this committer
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
Original commitRevision:511400 
Sunday, 4 Aug 2019
12:37 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508091 
Sunday, 25 Nov 2018
20:10 arved search for other commits by this committer
Unbreak build

PR:		233003
Submitted by:	w.schwarzenfeld@utanet.at
Original commitRevision:485899 
Sunday, 4 Nov 2018
13:59 antoine search for other commits by this committer
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
Original commitRevision:484052 
Sunday, 22 Jul 2018
20:33 yuri search for other commits by this committer
graphics/inventor: Maintainer reset

Bug#224235 is unanswered for 7+ months
Original commitRevision:475125 
Sunday, 7 Jan 2018
19:19 krion search for other commits by this committer
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
Original commitRevision:458374 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Wednesday, 8 Mar 2017
15:26 kwm search for other commits by this committer
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)
Original commitRevision:435690 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 16 Oct 2015
20:56 antoine search for other commits by this committer
Unbreak
Original commitRevision:399518 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
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
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
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
Original commitRevision:381876 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Tuesday, 26 Aug 2014
14:06 tijl search for other commits by this committer
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:366215 
Wednesday, 25 Jun 2014
14:51 jhale search for other commits by this committer
- 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)
Original commitRevision:359251 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 21 Oct 2013
07:29 gahr search for other commits by this committer
- Fix build with modern compilers

PR:		182900
Submitted by:	gahr
Approved by:	maintainer
Original commitRevision:331098 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Wednesday, 10 Jul 2013
17:04 bapt search for other commits by this committer
Mark as job unsafe
Original commitRevision:322713 
06:55 bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Original commitRevision:322621 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Tuesday, 5 Jun 2012
10:03 rm search for other commits by this committer
- 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>
Original commit
Wednesday, 8 Jun 2011
15:26 gahr search for other commits by this committer
- fix build on amd64, enable that platform

PR:             157704
Submitted by:   gahr@FreeBSD.org
Approved by:    Christian Gusenbauer <c47g@gmx.at> (maintainer)
Original commit
Monday, 2 May 2011
12:44 makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 12 Jan 2010
03:34 pgollucci search for other commits by this committer
- SUB_FILES += pkg-message

PR:             ports/142539
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    Christian Gusenbauer <c47g@gmx.at> (maintainer)
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Saturday, 31 Jan 2009
18:23 flz search for other commits by this committer
inventor requires libXi.

Reported by:    pointyhat via erwin
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Saturday, 22 Mar 2008
08:55 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 4 Oct 2007
01:10 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 26 May 2007
09:11 maho search for other commits by this committer
Fix build caused by Xorg 7.2 migration.

Submitted by:   Christian Gusenbauer <c47g@gmx.at> (maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 24 Mar 2007
22:16 maho search for other commits by this committer
* A bug fix (patch-open.c).
* Bump portrevision.

Submitted by:   maintainer
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Sunday, 30 Jan 2005
09:04 maho search for other commits by this committer
Fix pkg-plist and typo

Submitted by:   Christian Gusenbauer <c47g@gmx.at> and kris via pointyhat
Original commit
Saturday, 29 May 2004
22:42 anholt search for other commits by this committer
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate.
Original commit
Tuesday, 30 Mar 2004
19:20 krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
Original commit
Sunday, 22 Feb 2004
07:11 kris search for other commits by this committer
BROKEN on 4.x: Does not compile
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 21 Oct 2003
23:28 maho search for other commits by this committer
Fix typo in ONLY_FOR_ARCHS

Submitted by:   maintainer (Christian Gusenbauer <c47g@gmx.at>)
Pointed out by: kris via bento
Original commit
Tuesday, 19 Aug 2003
00:31 maho search for other commits by this committer
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)
Original commit
Sunday, 3 Aug 2003
06:56 maho search for other commits by this committer
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>
Original commit

Number of commits found: 47