Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_4 22 Sep 2014 20:18:52 |
rene |
Remove expired ports:
2014-09-22 graphics/libggi: Unmaintained upstream
2014-09-22 devel/libgii: Unmaintained upstream
2014-09-22 graphics/fpc-ggi: Unmaintained upstream |
1.0.2_4 23 Jul 2014 10:28:04 |
tijl |
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) |
1.0.2_4 21 Jul 2014 19:52:43 |
antoine |
Deprecate GGI ports, they are unmaintained upstream since several years
and the project website is now squatted. |
1.0.2_4 22 Jun 2014 10:44:30 |
tijl |
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 ) |
1.0.2_4 26 Apr 2014 21:16:13 |
antoine |
- Use libtool and tar:bzip2
- Strip binaries
- Use sample keyword |
1.0.2_3 04 Oct 2013 20:48:06 |
antoine |
Convert to STAGEDIR |
1.0.2_3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.2_3 20 Apr 2013 07:46:09 |
antoine |
Prevent libgii from building linux specific modules if linux headers are
found.
Reported by: avg
Approved by: eadler (mentor)
Feature safe: yes |
1.0.2_3 24 Mar 2013 12:12:32 |
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 |
1.0.2_2 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.0.2_2 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.0.2_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.2_2 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0.2_2 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.0.2_2 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.0.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.2 28 Jan 2007 08:28:24 |
rafan |
- Update to 1.0.2
PR: ports/108452
Submitted by: Antoine Brodin <antoine.brodin at laposte.net> (maintainer) |
1.0.1 09 Dec 2006 16:59:22 |
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] |
1.0.1 18 Mar 2006 13:42:48 |
pav |
- Update to 1.0.1
PR: ports/94615
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer) |
1.0.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.0 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0.0 12 Dec 2005 19:22:16 |
jylefort |
- Update to 1.0.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}
[1]:
PR: ports/90284
Submitted by: maintainer |
0.9.2 19 Nov 2005 19:48:05 |
sem |
- Add SHA256
ggiterm port:
- Don't use gmake
- Install ggitem.termcap and add message about it
- Utilize DATADIR
- Bump PORTREVISION
PR: ports/89280
Submitted by: Antoine Brodin (maintainer) |
0.9.2 15 Nov 2005 06:52:12 |
ade |
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. |
0.9.2 23 Sep 2005 16:04:50 |
garga |
- Update to 0.9.2
PR: 86501
Submitted by: maintainer |
0.9.1 18 Apr 2005 21:15:34 |
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) |
0.9.0 06 Dec 2004 21:34:48 |
pav |
- Update to 0.9.0
PR: ports/74745
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> |
0.8.5 07 Jun 2004 22:41:17 |
pav |
- Update to 0.8.5
PR: ports/67635
Submitted by: nsouch |
0.8.4_1 05 Mar 2004 13:02:16 |
dinoex |
- Fix package for non-i386 |
0.8.4_1 26 Feb 2004 23:12:20 |
krion |
- Fix package build on sparc64
- Unbreak and pet portlint
- Bump PORTREVISION |
0.8.4 25 Feb 2004 10:40:36 |
kris |
BROKEN on !i386: Broken pkg-plist |
0.8.4 07 Feb 2004 03:07:50 |
linimon |
Update to 0.8.4: manpage fixes; several minor bugfixes.
PR: ports/62317
Submitted by: Andrew Kenneth Milton <akm@theinternet.com.au> |
0.8.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.8.3 15 Nov 2003 20:37:04 |
marcus |
unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR: 48253
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx> |
0.8.3 26 Oct 2003 07:05:50 |
linimon |
Reflect reorganized mastersite, per distfile survey. |
0.8.3 16 May 2003 03:55:57 |
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> |
0.8.3 06 May 2003 13:52:19 |
maho |
Drop maintainership to ports@FreeBSD.org
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> |
0.8.3 05 May 2003 20:02:09 |
leeym |
updates devel/libgii from 0.7 to 0.8.3
transfer maintainership
PR: 51795
Submitted by: Matthew West <mwest@uct.ac.za> |
0.7 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
17 Jun 2001 18:20:44 |
olgeni |
Sort pkg-plist, add etc/ files management. |
07 May 2001 12:43:25 |
jeh |
update devel/libgii from 0.6 to 0.7 |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |