notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/libggi/Makefile
SVNWeb

Number of commits found: 41

Wed, 23 Jul 2014
[ 10:28 tijl search for other commits by this committer ] Original commit   Revision:362656 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 21 Jul 2014
[ 19:52 antoine search for other commits by this committer ] Original commit   Revision:362473
Deprecate GGI ports,  they are unmaintained upstream since several years
and the project website is now squatted.
Wed, 16 Jul 2014
[ 08:05 bapt search for other commits by this committer ] Original commit   Revision:362048 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Fix non default LIB_DEPENDS

With hat:	portmgr
Sun, 22 Jun 2014
[ 10:44 tijl search for other commits by this committer ] Original commit   Revision:358784 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 26 Apr 2014
[ 21:16 antoine search for other commits by this committer ] Original commit   Revision:352376
- Use libtool and tar:bzip2
- Strip binaries
- Use sample keyword
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 4 Oct 2013
[ 20:51 antoine search for other commits by this committer ] Original commit   Revision:329385
Convert to STAGEDIR
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sun, 24 Mar 2013
[ 12:12 antoine (src committer) search for other commits by this committer ] Original commit   Revision:315112
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
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 3 Jun 2010
[ 12:35 pav search for other commits by this committer ] Original commit 
- Chase direct-fb update

Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Thu, 27 Mar 2008
[ 20:07 miwi search for other commits by this committer ] Original commit 
- Add missing xxf86vm to USE_XORG

Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer via
privat mail)
Mon, 24 Mar 2008
[ 13:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Sun, 23 Mar 2008
[ 11:11 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 28 Jan 2007
[ 08:30 rafan search for other commits by this committer ] Original commit 
- Update to 2.2.2

PR:             ports/108457
Submitted by:   Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
Sun, 5 Nov 2006
[ 17:10 alepulver search for other commits by this committer ] Original commit 
- 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]
Sat, 18 Mar 2006
[ 13:46 pav search for other commits by this committer ] Original commit 
- Update to 2.2.1

PR:             ports/94617
Submitted by:   Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

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

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

[1]:
PR:             ports/90285
Submitted by:   maintainer
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 23 Sep 2005
[ 16:04 garga search for other commits by this committer ] Original commit 
- Update to 2.1.2

PR:             86504
Submitted by:   maintainer
Mon, 18 Apr 2005
[ 21:21 jylefort search for other commits by this committer ] Original commit 
- 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)
Mon, 6 Dec 2004
[ 21:44 pav search for other commits by this committer ] Original commit 
- Update to 2.1.0

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

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

PR:             ports/62831
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Sun, 8 Feb 2004
[ 19:07 linimon search for other commits by this committer ] Original commit 
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>
Tue, 9 Dec 2003
[ 00:01 pav search for other commits by this committer ] Original commit 
- Enable xf86dga
- Get rid of libtool archives
- Bump portrevision

PR:             ports/52380
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Mon, 19 May 2003
[ 06:41 nork search for other commits by this committer ] Original commit 
Although this port was updated 2.0b3 to 2.0.3, version 2.0b3 is
greater than 2.0.3.  So bump PORTEPOCH.
Fri, 16 May 2003
[ 04:14 petef search for other commits by this committer ] Original commit 
- 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>
Tue, 6 May 2003
[ 13:53 maho search for other commits by this committer ] Original commit 
Drop maintainership to ports@FreeBSD.org

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

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

Number of commits found: 41