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) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/gigi/Makefile

Number of commits found: 47

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 
Thursday, 13 Mar 2014
16:10 oliver search for other commits by this committer
mark as BROKEN + DEPRECATED and set EXPIRATION_DATE
The upstream development has been stopped for more than 2.5 years
The port won't compile on FreeBSD 10 and I'm not going to fix this
With my upcomming commit of Ogre 1.9 and Clang migration it will break on all
FreeBSD versions anyway
Original commitRevision:348095 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Thursday, 12 Dec 2013
14:15 bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
Original commitRevision:336262 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Monday, 13 May 2013
08:37 oliver search for other commits by this committer
fix compile with boost >= 1.50
Original commitRevision:318010 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
08:16 bapt search for other commits by this committer
Convert to new options framework left unconverted ports in x* categories
Original commitRevision:314894 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Monday, 25 Jun 2012
16:42 oliver search for other commits by this committer
also install .hpp files
Original commit
Sunday, 24 Jun 2012
15:30 oliver search for other commits by this committer
update gigi to 0.8.0.1074
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 16 May 2012
16:08 makc search for other commits by this committer
Add patches to fix build with boost-1.48.0

PR:             ports/156253
Submitted by:   Alexander Churanov
Approved by:    oliver (maintainer)
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Thursday, 26 Jan 2012
07:59 oliver search for other commits by this committer
update ogre to 1.7.4
bump PORTREVISION on affected ports
Original commit
Friday, 18 Nov 2011
08:38 oliver search for other commits by this committer
update to 0.8.0.1048

Feature safe: yes
Original commit
Tuesday, 8 Nov 2011
22:14 pav search for other commits by this committer
- Mark BROKEN: does not compile
  src/GIL/extension/io/../dynamic_image/apply_operation_base.hpp:121:22: error:
reference '_op' cannot be declared 'mutable' [-fpermissive]

Reported by:    pointyhat
Original commit
Monday, 1 Aug 2011
06:03 oliver search for other commits by this committer
update graphics/ogre3d to 1.7.3
bump PORTREVISION of affected ports
Original commit
Thursday, 10 Mar 2011
08:21 oliver search for other commits by this committer
graphics/cegui:         update to 0.7.5
graphics/ogre3d:        update to 1.7.2
games/ember:            update to 0.6.0
games/freeorion:        update to 0.3.13.3795
games/vegastrike:       Bump PORTREVISION
x11-toolkits/gigi:      Bump PORTREVISION

PR:             153817, 153818
Original commit
Friday, 10 Sep 2010
12:06 oliver search for other commits by this committer
remove BROKEN by disabling the tutorial build
update to r813
Original commit
Tuesday, 22 Jun 2010
22:12 pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
Feature safe:   yes
Original commit
Tuesday, 30 Mar 2010
11:50 dinoex search for other commits by this committer
- fix build for png-1.4.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 5 Jan 2010
18:20 oliver search for other commits by this committer
update to 0.6.0.801
Original commit
Saturday, 2 Jan 2010
08:31 oliver search for other commits by this committer
update graphics/ogre3d to 1.6.5
Original commit
Thursday, 3 Dec 2009
15:04 oliver search for other commits by this committer
update ogre to 1.6.4
bump portrevision on affected ports
Original commit
Thursday, 15 Oct 2009
17:04 oliver search for other commits by this committer
update graphics/ogre3d to 1.6.3
bump PORTREVISION on affected ports
Original commit
Friday, 31 Jul 2009
09:55 oliver search for other commits by this committer
add USE_GCC=4.3+
bump portrevision because of boost update
Original commit
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
Thursday, 7 May 2009
14:41 oliver search for other commits by this committer
also install libGiGiOgrePlugin_OIS.so

Noted By:       Iasen Kostov <ikostov@otel.net>
Original commit
Wednesday, 6 May 2009
04:46 oliver search for other commits by this committer
update to 0.6.0.729
bump PORTEPOCH
Original commit
Tuesday, 7 Apr 2009
12:18 lwhsu search for other commits by this committer
- Update to 0.7.0
- Fix building with boost 1.37

PR:             ports/133008
Submitted by:   oliver
Original commit
Friday, 27 Feb 2009
21:24 alepulver search for other commits by this committer
- Drop maintainership of the following ports:

games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
Original commit
Friday, 20 Feb 2009
17:11 miwi search for other commits by this committer
- Chase devil shlib bump
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Friday, 1 Feb 2008
12:49 linimon search for other commits by this committer
Mark as broken on sparc64: fails to compile.
Original commit
Wednesday, 12 Dec 2007
05:13 alepulver search for other commits by this committer
- Update to version 0.6.0.20071206.
- Use my FTP server as mirror instead of FreeBSD's MASTER_SITE_LOCAL (to match
  the games/freeorion port, which is already there because it's about 60MB).
- Add "-I." to CFLAGS to avoid an error when updating the port.
- Implement previously commented out OGRE option.
- Remove "ktrace" command from do-build (I forgot it from an earlier test).
Original commit
Sunday, 9 Sep 2007
07:33 alepulver search for other commits by this committer
- Update to version 0.6.0.20070905.
Original commit
Wednesday, 29 Aug 2007
00:29 alepulver search for other commits by this committer
- Update to version 0.6.0.20070726.
- Fix building and remove BROKEN.
Original commit
Wednesday, 4 Jul 2007
15:10 barner search for other commits by this committer
- Bump boost shared library version to 4
- Bump PORTREVISION
Original commit
Friday, 25 May 2007
01:23 kris search for other commits by this committer
BROKEN: Does not build
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
Wednesday, 2 May 2007
05:05 alepulver search for other commits by this committer
GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
at least on Linux and Windows, and probably more), compiler-independent (it
compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably
more), and driver-independent. A reference driver for SDL is provided, and it
is straightforward to write one for yourself should you decide to do so.

Features:
* True modularity. You provide the initialized OpenGL environment and user
  input, and GG provides the GUI behavior. A reference SDL input driver is
  provided.
* Independence of platform, compiler, and input driver/application framework.
* Applicability to multiple types of frame-based apps. Any frame-based app can
  use GG, from FPS to TBS games.

Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays
of makink you understand our code.

WWW: http://gigi.sourceforge.net/
Original commit

Number of commits found: 47