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: graphics/libggi/Makefile

Number of commits found: 41

Wednesday, 23 Jul 2014
10:28 tijl search for other commits by this committer
Remove two libtool fixes from Mk/Uses/libtool.mk.  They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
Original commitRevision:362656 
Monday, 21 Jul 2014
19:52 antoine search for other commits by this committer
Deprecate GGI ports,  they are unmaintained upstream since several years
and the project website is now squatted.
Original commitRevision:362473 
Wednesday, 16 Jul 2014
08:05 bapt search for other commits by this committer
Fix non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362048 
Sunday, 22 Jun 2014
10:44 tijl search for other commits by this committer
Add 4 new sed commands to USES=libtool.  The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:358784 
Saturday, 26 Apr 2014
21:16 antoine search for other commits by this committer
- Use libtool and tar:bzip2
- Strip binaries
- Use sample keyword
Original commitRevision:352376 
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 
Friday, 4 Oct 2013
20:51 antoine search for other commits by this committer
Convert to STAGEDIR
Original commitRevision:329385 
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 
Sunday, 24 Mar 2013
12:12 antoine (src committer) search for other commits by this committer
Cleanup the GGI ports:
- trim header
- remove a dead master site
- update my email address
- remove article in COMMENT
- add LICENSE
- use OPTIONS(NG)
- do not specify lib version in LIB_DEPENDS
- libvgl can be used on amd64 since ~3 years (libgii and libggi)
- libgii can use xxf86dga extension

PR:		ports/177332
Approved by:	bapt
Original commitRevision:315112 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Thursday, 3 Jun 2010
12:35 pav search for other commits by this committer
- Chase direct-fb update

Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Thursday, 27 Mar 2008
20:07 miwi search for other commits by this committer
- Add missing xxf86vm to USE_XORG

Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer via
privat mail)
Original commit
Monday, 24 Mar 2008
13:03 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
Sunday, 23 Mar 2008
11:11 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
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
Sunday, 28 Jan 2007
08:30 rafan search for other commits by this committer
- Update to 2.2.2

PR:             ports/108457
Submitted by:   Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
Original commit
Sunday, 5 Nov 2006
17:10 alepulver search for other commits by this committer
- Fix building with GCC 4.1 [1].
- Replace INSTALLS_SHLIB with USE_LDCONFIG [2].

PR:             ports/104648
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [1]
Reworked by:    alepulver (myself) [2]
Original commit
Saturday, 18 Mar 2006
13:46 pav search for other commits by this committer
- Update to 2.2.1

PR:             ports/94617
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 24 Jan 2006
18:32 mnag search for other commits by this committer
- Fix when WITHOUT_X11 is set
- Bump PORTREVISION

PR:             92274
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Original commit
Monday, 12 Dec 2005
19:23 jylefort search for other commits by this committer
- Update to 2.2.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}

[1]:
PR:             ports/90285
Submitted by:   maintainer
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Friday, 23 Sep 2005
16:04 garga search for other commits by this committer
- Update to 2.1.2

PR:             86504
Submitted by:   maintainer
Original commit
Monday, 18 Apr 2005
21:21 jylefort search for other commits by this committer
- Update to 2.1.1
- Give maintainership to antoine.brodin@laposte.net
- Fix build on 4.X
- Use USE_LIBTOOL_VER=15

PR:             ports/80030
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net>
Approved by:    adamw (mentor)
Original commit
Monday, 6 Dec 2004
21:44 pav search for other commits by this committer
- Update to 2.1.0

PR:             ports/74744
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net>
Original commit
Monday, 7 Jun 2004
22:43 pav search for other commits by this committer
- Update to 2.0.5

PR:             ports/67635
Submitted by:   nsouch
Original commit
Friday, 5 Mar 2004
13:08 dinoex search for other commits by this committer
- Fix package for non-i386
Original commit
Sunday, 15 Feb 2004
10:01 pav search for other commits by this committer
- Fix MLINKS

PR:             ports/62831
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Original commit
Sunday, 8 Feb 2004
19:07 linimon search for other commits by this committer
Update to 2.0.4 and fix plist.  This encompasses nearly 9 months'
worth of changes, some of which are extensive; see ChangeLog
for details.  Note that the patchfiles are now incorporated into
the upstream version.

PR:             ports/62352
Submitted by:   Andrew Kenneth Milton <akm@theinternet.com.au>
Original commit
Tuesday, 9 Dec 2003
00:01 pav search for other commits by this committer
- Enable xf86dga
- Get rid of libtool archives
- Bump portrevision

PR:             ports/52380
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Original commit
Monday, 19 May 2003
06:41 nork search for other commits by this committer
Although this port was updated 2.0b3 to 2.0.3, version 2.0b3 is
greater than 2.0.3.  So bump PORTEPOCH.
Original commit
Friday, 16 May 2003
04:14 petef search for other commits by this committer
- add sourceforge as a master site
- add support for KGI4BSD

While I'm here, spaces -> ^I.

PR:             52091
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Original commit
Tuesday, 6 May 2003
13:53 maho search for other commits by this committer
Drop maintainership to ports@FreeBSD.org

Submitted by:   "Pedro F. Giffuni" <giffunip@yahoo.com>
Original commit
Monday, 5 May 2003
20:04 leeym search for other commits by this committer
update graphics/libggi from 2.0b3 to 2.0.3
transfer maintainership

PR:             51797
Submitted by:   Matthew West <mwest@uct.ac.za>
Original commit
Friday, 21 Feb 2003
12:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 20 Feb 2002
10:56 kuriyama search for other commits by this committer
Add hidden dependency.    
Original commit
Sunday, 17 Jun 2001
18:21 olgeni search for other commits by this committer
Add some files to pkg-plist, and add etc/ files management.    
Original commit
Monday, 7 May 2001
12:57 jeh search for other commits by this committer
update graphics/libggi from 2.0b2.1 to 2.0b3   fixes MLINKS    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:48 sobomax search for other commits by this committer
Fourth round of INSTALLS_SHLIBS conversion.    
Original commit

Number of commits found: 41