| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
|
| |
overriding the depends list
Spotted by: pointhat (via pav)
|
|
|
|
| |
- fix an icon plist issue
|
| |
|
|
|
|
| |
Noticed by: linimon@ (via pointyhat)
|
| |
|
| |
|
|
|
|
|
|
| |
- appease portlint
Noted by: anholt
|
|
|
|
| |
Spotted by: Henrik Brix Andersen
|
|
|
|
|
|
|
| |
- make gstreamer OPTIONal
- take maintainership
Requested by: Roman Divacky
|
|
|
|
|
|
| |
The primary feature of this release is a rewrite of the scripting engine for
better correctness. The ports are also improved to remove dependencies that
haven't existed since the 0.4 series.
|
|
|
|
| |
work on FreeBSD.
|
| |
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
|
|
| |
Also, add dependency on ffmpeg now that our version is new enough. Most
importantly, fix linking so that the mozilla plugin resolves swfdec's js
calls into the local hacked spidermonkey instead of mozilla's. This greatly
improves the stability of swfdec-mozilla.
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Additionally, unbreak when our stale ffmpeg-devel happens to be installed.
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 107148
Submitted by: ahze
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/95795
Submitted by: Rainer Alves <rainer.alves@gmail.com>
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
|
|
|
| |
teach configure how we call sdl-config (forgotten in last commit)
|
|
|
|
| |
Submitted by: anholt
|
| |
|
|
|
|
|
|
|
| |
Only create gimp plugin dir when compiling gimp support [1].
Extra large pointyhat for me.
Submitted by: [1] Pointyhat
|
|
|
|
| |
Pointed out by: pointyhat via kris
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
|
|
|
| |
Grab maintainership
PR: 74362 [1]
Submitted by: ijliao
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
| |
with gtk+-2.4.
|
|
|
|
|
|
| |
platforms.
Reported by: Sven Esbjerg <esbjerg@sifira.dk>
|
| |
|
|
|
|
| |
on sdl12-1.2.5
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
(Part 2)
|
| |
|
| |
|
| |
|