Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.10_13 18 Jul 2014 19:30:26 |
dinoex |
- drop maintainership cause r361131 |
0.8.10_13 07 Jul 2014 20:32:06 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.8.10_12 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.8.10_12 11 May 2014 06:09:11 |
dinoex |
- fix option GTK2 |
0.8.10_11 16 Apr 2014 18:28:50 |
zeising |
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 ) |
0.8.10_10 06 Apr 2014 14:18:04 |
dinoex |
- add USES=tar:bzip2 |
0.8.10_10 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.8.10_9 01 Mar 2014 21:23:14 |
gerald |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
0.8.10_9 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.8.10_8 25 Jan 2014 13:41:27 |
dinoex |
- set BROKEN from FreeBSD-10, fails in boost ABI |
0.8.10_8 15 Dec 2013 19:19:19 |
dinoex |
- use STAGEDIR
- use USE_WEBPLUGINS
- use OPT_* flags
- clean LIB_DEPENDS |
0.8.10_8 12 Dec 2013 11:14:49 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
0.8.10_8 29 Oct 2013 06:54:13 |
dinoex |
- revert default to FFMPG0 |
0.8.10_7 26 Oct 2013 08:23:58 |
dinoex |
- new default option FFMPEG2 |
0.8.10_8 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.8.10_7 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.8.10_7 10 Oct 2013 01:38:20 |
wg |
graphics/gnash: link using ffmpeg0
- Link using ffmpeg0
Approved by: portmgr (bapt, implicit) |
0.8.10_7 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
0.8.10_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.8.10_7 01 Sep 2013 22:50:06 |
bapt |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5 |
0.8.10_7 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.8.10_7 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
0.8.10_6 06 Jul 2013 20:08:45 |
madpilot |
Fix build of gnash [1] and vlc [2] after libva update.
PR: ports/180118 [2]
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
Approved by: dinoex [1], nox [2] |
0.8.10_5 06 Jul 2013 16:33:21 |
dinoex |
- remove option KDE3
PR: 180271
Submitted by: Rene Ladan |
0.8.10_5 04 Jun 2013 15:47:49 |
flo |
Update to 17.0.6 (this should also fix the build on head after the
clang 3.3 merge)
PR: ports/179034 [1]
Submitted by: Jan Beich <jbeich@tormail.org>,
Nikolai Lifanov <lifanov@mail.lifanov.com> [1] |
0.8.10_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.8.10_4 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
0.8.10_3 30 Dec 2012 09:41:23 |
dinoex |
- rever libname for gtkglext
Submitted by: Jason E. Hale |
0.8.10_3 09 Dec 2012 21:36:23 |
dinoex |
- update dependecy to new xulrunner
PR: 173258 |
0.8.10_2 10 Sep 2012 19:19:33 |
beat |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko |
0.8.10_1 30 Jun 2012 11:36:06 |
dinoex |
- shorter desc for options |
0.8.10_1 22 Jun 2012 04:58:36 |
dinoex |
- remove extra dir |
0.8.10_1 18 Jun 2012 06:11:54 |
dinoex |
- fix Unterminated quoted string on FreeBSD 9.x
- fix unexpected operator on FreeBSD 7.x
- merge REINPLACE_CMD |
0.8.10 15 Jun 2012 06:21:13 |
dinoex |
- update to 0.8.10
- use OPTIONS_DEFINE
- take maintainership |
0.8.9_4 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.8.9_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.9_3 20 Feb 2012 05:01:40 |
dinoex |
- build with giflib |
0.8.9_3 18 Feb 2012 10:18:33 |
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 |
0.8.9_2 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.8.9_1 12 Feb 2012 23:12:05 |
amdmi3 |
- Drop maintainership |
0.8.9_1 06 Sep 2011 19:15:10 |
amdmi3 |
- Fix segfault with OpenGL selected as the only renderer
PR: 156088
Submitted by: Lars <dakta@gmx.de> |
0.8.9 06 Sep 2011 15:31:55 |
amdmi3 |
- Update to 0.8.9 (1)
- Fix typo (2)
PR: 157961 (1), 159865 (2)
Submitted by: "Christian Mangin" <cmangin@arobas.net> (1), Kaspars Bankovskis
<kaspars@bankovskis.lv> (2) |
0.8.8_2 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.8.8_2 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
0.8.8_1 10 Mar 2011 13:48:02 |
amdmi3 |
- Fix condition |
0.8.8_1 10 Mar 2011 06:29:13 |
amdmi3 |
- Add VAAPI support
PR: 153729
Submitted by: Anonymous <swell.k@gmail.com> |
0.8.8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.8 03 Oct 2010 13:44:28 |
amdmi3 |
- Fix build with gcc44
Submitted by: Andriy Gapon |
0.8.8 01 Oct 2010 11:01:37 |
amdmi3 |
- Update to 0.8.8 |
0.8.7_4 24 Jul 2010 16:38:20 |
mm |
- Update ffmpeg to 0.6 |
0.8.7_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.8.7_2 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.8.7_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.7 20 Feb 2010 19:41:35 |
amdmi3 |
- Add forgotten patch
Feature safe: yes |
0.8.7 20 Feb 2010 19:39:58 |
amdmi3 |
- Update to 0.8.7
Feature safe: yes |
0.8.6_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.6 28 Sep 2009 02:51:50 |
amdmi3 |
- Revert a bit that should not have been committed
Feature safe: yes |
0.8.6 28 Sep 2009 01:32:41 |
amdmi3 |
- Update to 0.8.6
Feature safe: yes |
0.8.5_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.5_2 28 Jul 2009 16:34:36 |
amdmi3 |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
0.8.5_2 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
0.8.5_2 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.8.5_1 28 Mar 2009 13:57:14 |
amdmi3 |
- Fix --disable-kparts configure option |
0.8.5_1 23 Mar 2009 16:29:32 |
amdmi3 |
- Mark MAKE_JOBS_SAFE |
0.8.5_1 06 Mar 2009 17:56:46 |
amdmi3 |
- Enable KDE4 option. It won't build in presence of KDE3, so add conditional
IGNORE
- Remove CONFIGURE_ENV, it's not needed any more |
0.8.5 06 Mar 2009 03:10:17 |
amdmi3 |
- Update to 0.8.5
- List of improvements can be found here: http://www.gnashdev.org/?q=node/67
- This release features KDE4 support, but kde4-gnash segfaults for now, likely
because of weird qt3/qt4 interaction, will be fixed later. |
0.8.4_3 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
0.8.4_2 10 Jan 2009 02:45:46 |
mezz |
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr |
0.8.4_1 15 Oct 2008 10:03:02 |
amdmi3 |
- Add missing SDL dependency |
0.8.4 14 Oct 2008 19:49:31 |
amdmi3 |
- Update to 0.8.4 |
0.8.3_1 03 Oct 2008 14:30:30 |
amdmi3 |
- Backport some improvements (cleaner rcfile and OPTIONS handling) from
gnash-devel |
0.8.3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.8.3 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
0.8.3 18 Jun 2008 23:24:27 |
miwi |
- Update to 0.8.3
PR: 124557
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
0.8.2_2 06 Jun 2008 13:35:04 |
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) |
0.8.2_1 01 Jun 2008 20:51:44 |
miwi |
- Fix wrong libraries path on amd64
- Bump PORTREVISION
PR: 124091
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
Approved by: maintainer |
0.8.2 24 May 2008 18:57:14 |
miwi |
- Update to 0.8.2
PR: 123708
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
0.8.1_3 19 Apr 2008 17:56:05 |
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) |
0.8.1_3 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.8.1_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.8.1_1 19 Dec 2007 11:24:51 |
miwi |
* Add KDE support - Konqueror plugin was confirmed to work
* Change default renderer to AGG
* Add patch to fix libintl-related build error when building without GTK GUI
* Add IGNORE for Cairo+KDE case, as it's not supported by gnash
PR: 117904
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
0.8.1 21 Sep 2007 22:12:11 |
pav |
- Update to 0.8.1
PR: ports/116406
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
0.7.2_2 04 Jul 2007 15:10:58 |
barner |
- Bump boost shared library version to 4
- Bump PORTREVISION |
0.7.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}. |
0.7.2 05 Apr 2007 12:35:30 |
stefan |
Disable building of klash, the konqueror plugin.
PR: 110923
Submitted by: maintainer |
0.7.2 18 Mar 2007 13:29:48 |
rafan |
- GTK is required by PLUGIN
PR: ports/110459
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer) |
0.7.2 16 Mar 2007 12:01:58 |
miwi |
- Update to 0.7.2
PR: 110276
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
0.7.1_1 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
0.7.1_1 21 Dec 2006 20:41:33 |
edwin |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
0.7.1_1 03 Dec 2006 06:31:41 |
itetcu |
- set PLUGIN on on all archs
PR: ports/103433
Submitted by: Dmitry Marakasov (maintainer) |
0.7.1_1 20 Sep 2006 11:21:59 |
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) |
0.7.1 11 Sep 2006 06:03:55 |
obrien |
Fix spelling of $ARCH.
Reminded by: kris |
0.7.1 10 Sep 2006 00:11:27 |
obrien |
Enable plug-in by default on AMD64 as www/flashplugin* are i386-only. |
0.7.1 02 Jul 2006 16:28:43 |
stefan |
Fix dependency on x11-toolkits/gtkglext.
PR: 99634
Submitted by: Remy Oudompheng <oudomphe@clipper.ens.fr>
Patch by: maintainer
Approved by: arved (mentor) |
0.7.1 05 Jun 2006 20:27:40 |
erwin |
Every time gnash plugin is launched, gnash-dbg.log file is
created in current dir. I consider this annoying, so I think
it's better to have gnash debug log as a dotfile.
PR: 97522
Submittey by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) |
0.7.1 08 May 2006 05:46:58 |
ale |
Update to 0.7.1 release.
Approved by: maintainer |
0.7_2 27 Apr 2006 06:41:12 |
ale |
Add an option to enable the firefox plugin (disabled by default since it's quite
unstable).
PR: ports/96209
Submitted by: luca <sanluca78@gmail.com>
Patch by: maintainer |
0.7_1 22 Apr 2006 13:52:03 |
ale |
Update the port to a current snapshot.
The firefox plugin now actually works, though it's quite unstable.
PR: ports/95605
Submitted by: maintainer |
0.7 01 Apr 2006 14:46:50 |
nork |
Fix build error if firefox is installed.
Approved by: maintainer address bounced
<<< 550 Access from ip address XXX.XXX.XXX.XXX blocked. Visit
http://win.mail.ru/cgi-bin/support_bl?ip=XXX.XXX.XXX.XXX
550 5.1.1 <amdmi3@mail.ru>... User unknown |
0.7 14 Jan 2006 20:38:18 |
sem |
Gnash is a GNU Flash movie player. Till now it has been possible
to play flash movies with proprietary software. While there are a
few free flash players, none supports anything higher than SWF v4
at best. Gnash is based on GameSWF, and supports many SWF v7 features.
WWW: http://www.gnu.org/software/gnash/
PR: ports/91775
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |