Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2019 11:41:21
0.5.10_18
|
bapt  |
Remove the unused gai toolkit abandonware since 2005 |
26 Mar 2018 12:38:57
0.5.10_18
|
bapt  |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase |
23 May 2017 05:03:16
0.5.10_17
|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
21 Oct 2016 15:21:13
0.5.10_16
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
01 Apr 2016 14:33:58
0.5.10_16
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Feb 2016 21:50:13
0.5.10_16
|
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Simplify installation
- Switch to pkg-plist |
11 May 2015 09:59:11
0.5.10_16
|
amdmi3  |
- Drop @dirrm* from plist |
20 Dec 2014 20:00:27
0.5.10_16
|
bapt  |
cleanup plist |
12 Dec 2014 19:37:33
0.5.10_16
|
marino  |
USES+= gettext-tools on 5 ports
These ports require msgfmt. FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool. The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked. Explicitly add gettext-tools to get msgfmt. |
08 Dec 2014 16:48:41
0.5.10_16
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
30 Sep 2014 02:34:34
0.5.10_15
|
amdmi3  |
- Use canonical @FreeBSD.org email |
10 Sep 2014 20:50:37
0.5.10_15
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
29 Jul 2014 18:41:17
0.5.10_14 
|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
04 Jul 2014 23:23:36
0.5.10_14
|
adamw  |
Remove NOPORTDOCS. |
23 May 2014 17:18:57
0.5.10_14
|
lx  |
Hand back to ports@. |
10 Mar 2014 14:53:50
0.5.10_14
|
kwm  |
Disable gnome-panel support. gnome-panel will be updated to a incompatible
version in the near future.
While here stagify and use new lib_depends syntax. |
20 Sep 2013 23:57:48
0.5.10_13
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
06 Sep 2013 13:01:54
0.5.10_13
|
bapt  |
Add an explicit dependency on pkgconf |
01 Jun 2012 05:26:28
0.5.10_13
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
0.5.10_12
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
23 Sep 2011 22:26:39
0.5.10_11
|
amdmi3  |
- 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 |
02 Jul 2011 18:18:48
0.5.10_11
|
miwi  |
- Kick MD5 support |
10 May 2010 21:19:08
0.5.10_11
|
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
28 Mar 2010 06:47:48
0.5.10_10
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.5.10_9
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:39:37
0.5.10_8
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
31 Jul 2009 13:57:52
0.5.10_8
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
10 Apr 2009 05:56:28
0.5.10_7
|
marcus  |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
06 Jun 2008 14:16:37
0.5.10_7
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.5.10_6 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
13 Mar 2008 14:28:35
0.5.10_5
|
miwi  |
- Chase devel/sdl12 shlib version bump |
19 May 2007 20:32:57
0.5.10_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Sep 2006 11:21:59
0.5.10_3
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
14 Jul 2006 04:38:14
0.5.10_2
|
clsung  |
- gtkglext changed names of the libs it installed, so fixing to build with
the new 1.2.0 version of that port.
PR: ports/100269
Submitted by: maintainer (David Thiel) |
13 May 2006 05:00:46
0.5.10_1
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
24 Jan 2006 03:16:52
0.5.10_1
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Nov 2005 05:22:06
0.5.10_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
27 Oct 2005 13:47:15
0.5.10
|
jylefort  |
[1]:
- Update to 0.5.10
- Respect ${X11BASE}
Moreover:
- Install with ${INSTALL_*}, in order to ensure proper permissions/ownerships
- Unconditionally install examples, regardless of ${NOPORTDOCS}
- Simplify the Makefile through the use of PORTDOCS=*
[1]:
PR: ports/88071
Submitted by: maintainer |
21 May 2005 17:34:25
0.5.8
|
kris  |
Attempt to "fix" build on ia64 by applying same nasty hack as for amd64. |
23 Apr 2005 18:24:43
0.5.8
|
jylefort  |
Fix build on 4.X.
Reported by: pointyhat
Approved by: adamw (mentor) |
15 Apr 2005 20:56:53
0.5.8
|
jylefort  |
- Update to 0.5.8
- Fix GNOME panel support
PR: ports/79980
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Approved by: adamw (mentor) |
12 Apr 2005 03:26:57
0.5.4_2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.5.4_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
17 Mar 2005 09:00:44
0.5.4_2
|
ahze  |
- Remove gnomeprefix to fix plist
Pointed out by: krion via pointyhat |
12 Mar 2005 10:54:27
0.5.4_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
07 Nov 2004 22:37:47
0.5.4_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
10 May 2004 01:18:30
0.5.4
|
ijliao  |
fix build on -stable
Noticed by: bento via kris |
12 Apr 2004 09:38:44
0.5.4
|
ijliao  |
upgrade to 0.5.4 |
05 Apr 2004 03:31:02
0.5.3_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
05 Apr 2004 02:05:46
0.5.3
|
ijliao  |
upgrade to 0.5.3 |
16 Mar 2004 04:23:56
0.5.2_1
|
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
15 Mar 2004 02:39:31
0.5.2
|
ijliao  |
fix build on -stable |
08 Mar 2004 01:01:31
0.5.2
|
edwin  |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
28 Feb 2004 17:27:23
0.5.2
|
arved  |
Respect CFLAGS and fix build on AMD64 |
23 Feb 2004 03:34:35
0.5.2
|
ijliao  |
add missing gdkpixbuf dependency
Noticed by: bento via kris |
20 Feb 2004 01:51:02
0.5.2
|
ijliao  |
fix build package
Noticed by: bento via kris |
17 Feb 2004 12:02:57
0.5.2
|
olgeni  |
Fix a couple of typos (from ispell). |
17 Feb 2004 03:14:47
0.5.2
|
ijliao  |
this port installs shlib |
17 Feb 2004 02:22:33
0.5.2
|
ijliao  |
add gai 0.5.2
General Applet Interface Library |