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: devel/libgii/Makefile

Number of commits found: 37

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 
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 
Friday, 4 Oct 2013
20:48 antoine search for other commits by this committer
Convert to STAGEDIR
Original commitRevision:329384 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Saturday, 20 Apr 2013
07:46 antoine search for other commits by this committer
Prevent libgii from building linux specific modules if linux headers are
found.

Reported by:	avg
Approved by:	eadler (mentor)
Feature safe:	yes
Original commitRevision:316127 
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 
Thursday, 14 Feb 2013
09:42 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Original commitRevision:312209 
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
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:28 rafan search for other commits by this committer
- Update to 1.0.2

PR:             ports/108452
Submitted by:   Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
Original commit
Saturday, 9 Dec 2006
16:59 nork search for other commits by this committer
o Respect PTHREAD_LIBS. [1]
o USE_LDCONFIG instead of INSTALLS_SHLIB. [2]

Approved by:    Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [1]
Reviewed by:    thierry [1]
Requested by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [2]
Original commit
Saturday, 18 Mar 2006
13:42 pav search for other commits by this committer
- Update to 1.0.1

PR:             ports/94615
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
Monday, 12 Dec 2005
19:22 jylefort search for other commits by this committer
- Update to 1.0.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}

[1]:
PR:             ports/90284
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 0.9.2

PR:             86501
Submitted by:   maintainer
Original commit
Monday, 18 Apr 2005
21:15 jylefort search for other commits by this committer
- Update to 0.9.1
- Give maintainership to antoine.brodin@laposte.net
- Add WITHOUT_X11 knob
- Use USE_LIBTOOL_VER=15
- Cleanup the Makefile

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

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

PR:             ports/67635
Submitted by:   nsouch
Original commit
Friday, 5 Mar 2004
13:02 dinoex search for other commits by this committer
- Fix package for non-i386
Original commit
Thursday, 26 Feb 2004
23:12 krion search for other commits by this committer
- Fix package build on sparc64
- Unbreak and pet portlint
- Bump PORTREVISION
Original commit
Wednesday, 25 Feb 2004
10:40 kris search for other commits by this committer
BROKEN on !i386: Broken pkg-plist
Original commit
Saturday, 7 Feb 2004
03:07 linimon search for other commits by this committer
Update to 0.8.4: manpage fixes; several minor bugfixes.

PR:             ports/62317
Submitted by:   Andrew Kenneth Milton <akm@theinternet.com.au>
Original commit
Saturday, 15 Nov 2003
20:37 marcus search for other commits by this committer
unPERLify, and use ${FIND} and ${XARGS} where appropriate.

PR:             48253
Submitted by:   Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Original commit
Sunday, 26 Oct 2003
07:05 linimon search for other commits by this committer
Reflect reorganized mastersite, per distfile survey.
Original commit
Friday, 16 May 2003
03:55 petef search for other commits by this committer
- add sourceforge as a master site
- remove some stale comments
- add support for KGI4BSD

While I'm here, () -> {}.

PR:             52091
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Original commit
Tuesday, 6 May 2003
13:52 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:02 leeym search for other commits by this committer
updates devel/libgii from 0.7 to 0.8.3
transfer maintainership

PR:             51795
Submitted by:   Matthew West <mwest@uct.ac.za>
Original commit
Friday, 21 Feb 2003
11:23 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 17 Jun 2001
18:20 olgeni search for other commits by this committer
Sort pkg-plist, add etc/ files management.    
Original commit
Monday, 7 May 2001
12:43 jeh search for other commits by this committer
update devel/libgii from 0.6 to 0.7    
Original commit
Thursday, 29 Mar 2001
16:35 sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
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: 37