non port: devel/libgii/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 23 Jul 2014
|
[ 10:28 tijl ] (Only the first 10 of 29 ports in this commit are shown above. )
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 ]
Deprecate GGI ports, they are unmaintained upstream since several years
and the project website is now squatted.
|
Sun, 22 Jun 2014
|
[ 10:44 tijl ] (Only the first 10 of 37 ports in this commit are shown above. )
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 )
|
Sat, 26 Apr 2014
|
[ 21:16 antoine ]
- Use libtool and tar:bzip2
- Strip binaries
- Use sample keyword
|
Fri, 4 Oct 2013
|
[ 20:48 antoine ]
Convert to STAGEDIR
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 20 Apr 2013
|
[ 07:46 antoine ]
Prevent libgii from building linux specific modules if linux headers are
found.
Reported by: avg
Approved by: eadler (mentor)
Feature safe: yes
|
Sun, 24 Mar 2013
|
[ 12:12 antoine (src 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
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 23 Mar 2008
|
[ 11:11 miwi ] (Only the first 10 of 84 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 7868 ports in this commit are shown above. )
- 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:28 rafan ]
- Update to 1.0.2
PR: ports/108452
Submitted by: Antoine Brodin <antoine.brodin at laposte.net> (maintainer)
|
Sat, 9 Dec 2006
|
[ 16:59 nork ]
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]
|
Sat, 18 Mar 2006
|
[ 13:42 pav ]
- Update to 1.0.1
PR: ports/94615
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Mon, 12 Dec 2005
|
[ 19:22 jylefort ]
- Update to 1.0.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}
[1]:
PR: ports/90284
Submitted by: maintainer
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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 ]
- Update to 0.9.2
PR: 86501
Submitted by: maintainer
|
Mon, 18 Apr 2005
|
[ 21:15 jylefort ]
- 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)
|
Mon, 6 Dec 2004
|
[ 21:34 pav ]
- Update to 0.9.0
PR: ports/74745
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
|
Mon, 7 Jun 2004
|
[ 22:41 pav ]
- Update to 0.8.5
PR: ports/67635
Submitted by: nsouch
|
Fri, 5 Mar 2004
|
[ 13:02 dinoex ]
- Fix package for non-i386
|
Thu, 26 Feb 2004
|
[ 23:12 krion ]
- Fix package build on sparc64
- Unbreak and pet portlint
- Bump PORTREVISION
|
Wed, 25 Feb 2004
|
[ 10:40 kris ]
BROKEN on !i386: Broken pkg-plist
|
Sat, 7 Feb 2004
|
[ 03:07 linimon ]
Update to 0.8.4: manpage fixes; several minor bugfixes.
PR: ports/62317
Submitted by: Andrew Kenneth Milton <akm@theinternet.com.au>
|
Sat, 15 Nov 2003
|
[ 20:37 marcus ]
unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR: 48253
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
|
Sun, 26 Oct 2003
|
[ 07:05 linimon ]
Reflect reorganized mastersite, per distfile survey.
|
Fri, 16 May 2003
|
[ 03:55 petef ]
- 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>
|
Tue, 6 May 2003
|
[ 13:52 maho ]
Drop maintainership to ports@FreeBSD.org
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
Mon, 5 May 2003
|
[ 20:02 leeym ]
updates devel/libgii from 0.7 to 0.8.3
transfer maintainership
PR: 51795
Submitted by: Matthew West <mwest@uct.ac.za>
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 17 Jun 2001
|
[ 18:20 olgeni ]
Sort pkg-plist, add etc/ files management.
|
Mon, 7 May 2001
|
[ 12:43 jeh ]
update devel/libgii from 0.6 to 0.7
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
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 ] (Only the first 10 of 181 ports in this commit are shown above. )
Fourth round of INSTALLS_SHLIBS conversion.
|
Number of commits found: 37 |