cvs commit: ports/graphics/gnash Makefile

2012-06-30 Thread Dirk Meyer
dinoex 2012-06-30 11:36:06 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - shorter desc for options Revision ChangesPath 1.66 +8 -8 ports/graphics/gnash/Makefile ___ cvs-all@freeb

cvs commit: ports/graphics/gnash Makefile pkg-plist ports/graphics/gnash/files patch-configure

2012-06-17 Thread Dirk Meyer
dinoex 2012-06-18 06:11:54 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile pkg-plist graphics/gnash/files patch-configure Log: - fix Unterminated quoted string on FreeBSD 9.x - fix unexpected operator on FreeBSD 7.x - merge REINPLACE_CMD

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-configure patch-macros-ffmpeg.m4 patch-plugin-npapi-Makefile.in

2012-06-14 Thread Dirk Meyer
dinoex 2012-06-15 06:21:13 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist graphics/gnash/files patch-configure Removed files: graphics/gnash/files patch-macros-ffmpeg.m4 patch-plugin-npapi-Makefile.i

cvs commit: ports/graphics/gnash Makefile

2012-02-19 Thread Dirk Meyer
dinoex 2012-02-20 05:01:40 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - build with giflib Revision ChangesPath 1.61 +1 -1 ports/graphics/gnash/Makefile ___ cvs-all@freebsd.org

cvs commit: ports/graphics/gnash Makefile

2012-02-12 Thread Dmitry Marakasov
amdmi3 2012-02-12 23:12:05 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Drop maintainership Revision ChangesPath 1.58 +1 -1 ports/graphics/gnash/Makefile ___ cvs-all@freebsd.or

cvs commit: ports/graphics/gnash Makefile ports/graphics/gnash/files patch-gui-gtk-gtk_canvas.cpp

2011-09-06 Thread Dmitry Marakasov
amdmi3 2011-09-06 19:15:10 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Added files: graphics/gnash/files patch-gui-gtk-gtk_canvas.cpp Log: - Fix segfault with OpenGL selected as the only renderer PR: 156088 Submitted by:

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-configure patch-libbase-tu_file.h patch-plugin-klash-klash_part.cpp patch-plugin-klash4-klash_part.cpp pat

2011-09-06 Thread Dmitry Marakasov
amdmi3 2011-09-06 15:31:55 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist graphics/gnash/files patch-configure patch-plugin-klash-klash_part.cpp patch-plugin-klash4-klash_part.cpp

Re: cvs commit: ports/graphics/gnash Makefile pkg-plist

2011-03-10 Thread Dmitry Marakasov
* Anonymous (swel...@gmail.com) wrote: > WITH_VAAPI + WITHOUT_FFMPEG matches `else' condition while IGNORE is ignored. > > Here is a fix for the bug not present in the PR. Thanks, this was exactly what I've intended, but I got distracted and committed unfinished version. Should be ok now. > %%

cvs commit: ports/graphics/gnash Makefile

2011-03-10 Thread Dmitry Marakasov
amdmi3 2011-03-10 13:48:02 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Fix condition Revision ChangesPath 1.54 +2 -2 ports/graphics/gnash/Makefile ___ cvs-all@freebsd.org mail

Re: cvs commit: ports/graphics/gnash Makefile pkg-plist

2011-03-10 Thread Anonymous
Dmitry Marakasov writes: > amdmi3 2011-03-10 06:29:13 UTC > > FreeBSD ports repository > > Modified files: > graphics/gnash Makefile pkg-plist > Log: > - Add VAAPI support > > PR: 153729 > Submitted by: Anonymous [...] > +# Hardware acceleration optio

cvs commit: ports/graphics/gnash Makefile pkg-plist

2011-03-09 Thread Dmitry Marakasov
amdmi3 2011-03-10 06:29:13 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile pkg-plist Log: - Add VAAPI support PR: 153729 Submitted by: Anonymous Revision ChangesPath 1.53 +16 -0 ports/graphics/gnash/Makefile

Re: cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-npapi-Makefile.in patch-utilities-dumpshm.cpp

2010-10-03 Thread Dmitry Marakasov
* Renato Botelho (ga...@freebsd.org) wrote: > Well, my world+kernel was built with clang, maybe this is the problem. I've suspected that :) Yes, clang seems to be the cause. I've made a minimal testcase, probably it should be sent to clang developers. http://amdmi3.ru/files/clang-testcase/ --

Re: cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-npapi-Makefile.in patch-utilities-dumpshm.cpp

2010-10-03 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Oct 04, 2010 at 03:08:14AM +0400, Dmitry Marakasov wrote: > * Renato Botelho (ga...@freebsd.org) wrote: > > > /usr/lib/libvgl.so: undefined reference to `set4pixels' > > Doesn't seem like a gnash problem for me - set4pixels in only used > in

Re: cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-npapi-Makefile.in patch-utilities-dumpshm.cpp

2010-10-03 Thread Dmitry Marakasov
* Renato Botelho (ga...@freebsd.org) wrote: > /usr/lib/libvgl.so: undefined reference to `set4pixels' Doesn't seem like a gnash problem for me - set4pixels in only used in libvgl itself, is not exported via header files and is not referenced anywhere in the gnash code. Looks like it wasn't inline

Re: cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-npapi-Makefile.in patch-utilities-dumpshm.cpp

2010-10-01 Thread Renato Botelho
On Fri, Oct 01, 2010 at 11:01:37AM +, Dmitry Marakasov wrote: > amdmi3 2010-10-01 11:01:37 UTC > > FreeBSD ports repository > > Modified files: > graphics/gnash Makefile distinfo pkg-plist > Added files: > graphics/gnash/files patch-plugin-npapi-Makefile.in > Remo

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-npapi-Makefile.in patch-utilities-dumpshm.cpp

2010-10-01 Thread Dmitry Marakasov
amdmi3 2010-10-01 11:01:37 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Added files: graphics/gnash/files patch-plugin-npapi-Makefile.in Removed files: graphics/gnash/files patch-utilities-dumpshm.cpp Log: - Update t

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist

2010-02-20 Thread Dmitry Marakasov
amdmi3 2010-02-20 19:39:58 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Log: - Update to 0.8.7 Feature safe: yes Revision ChangesPath 1.46 +10 -4 ports/graphics/gnash/Makefile 1.11 +3 -3 por

cvs commit: ports/graphics/gnash Makefile

2009-09-27 Thread Dmitry Marakasov
amdmi3 2009-09-28 02:51:50 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Revert a bit that should not have been committed Feature safe: yes Revision ChangesPath 1.44 +5 -5 ports/graphics/gnash/Makefile

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist

2009-09-27 Thread Dmitry Marakasov
amdmi3 2009-09-28 01:32:41 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Log: - Update to 0.8.6 Feature safe: yes Revision ChangesPath 1.43 +26 -18ports/graphics/gnash/Makefile 1.10 +3 -3 por

cvs commit: ports/graphics/gnash Makefile

2009-03-28 Thread Dmitry Marakasov
amdmi3 2009-03-28 13:57:14 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Fix --disable-kparts configure option Revision ChangesPath 1.38 +1 -1 ports/graphics/gnash/Makefile ___

cvs commit: ports/graphics/gnash Makefile ports/graphics/gnash-devel Makefile

2009-03-23 Thread Dmitry Marakasov
amdmi3 2009-03-23 16:29:32 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile graphics/gnash-devel Makefile Log: - Mark MAKE_JOBS_SAFE Revision ChangesPath 1.42 +1 -0 ports/graphics/gnash-devel/Makefile 1.37 +1 -0 po

cvs commit: ports/graphics/gnash Makefile

2009-03-06 Thread Dmitry Marakasov
amdmi3 2009-03-06 17:56:46 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Enable KDE4 option. It won't build in presence of KDE3, so add conditional IGNORE - Remove CONFIGURE_ENV, it's not needed any more Revision ChangesPath 1.3

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-plugin-klash-klash_part.cpp patch-plugin-klash4-klash_part.cpp

2009-03-05 Thread Dmitry Marakasov
amdmi3 2009-03-06 03:10:17 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Added files: graphics/gnash/files patch-plugin-klash-klash_part.cpp patch-plugin-klash4-klash_part.cpp Log: - Update to 0.8.5

cvs commit: ports/graphics/gnash Makefile

2008-10-15 Thread Dmitry Marakasov
amdmi3 2008-10-15 10:03:02 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Add missing SDL dependency Revision ChangesPath 1.32 +2 -0 ports/graphics/gnash/Makefile ___ cvs-all@fre

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist

2008-10-14 Thread Dmitry Marakasov
amdmi3 2008-10-14 19:49:31 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Log: - Update to 0.8.4 Revision ChangesPath 1.31 +4 -4 ports/graphics/gnash/Makefile 1.8 +3 -3 ports/graphics/gnash/distinf

cvs commit: ports/graphics/gnash Makefile pkg-plist

2008-10-03 Thread Dmitry Marakasov
amdmi3 2008-10-03 14:30:30 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile pkg-plist Log: - Backport some improvements (cleaner rcfile and OPTIONS handling) from gnash-devel Revision ChangesPath 1.30 +17 -5 ports/graphics/gnash/Ma

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-backend-render_handler_ogl.h

2008-06-18 Thread Martin Wilke
miwi2008-06-18 23:24:27 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Removed files: graphics/gnash/files patch-backend-render_handler_ogl.h Log: - Update to 0.8.3 PR: 124557 Submitted by: Dmitry Mara

cvs commit: ports/graphics/gnash Makefile

2008-06-01 Thread Martin Wilke
miwi2008-06-01 20:51:44 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - Fix wrong libraries path on amd64 - Bump PORTREVISION PR: 124091 Submitted by: "Scot W. Hetzel" <[EMAIL PROTECTED]> Approved by:maintainer

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-backend-render_handler_ogl.h patch-utilities-Makefile.in

2008-05-24 Thread Martin Wilke
miwi2008-05-24 18:57:14 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Added files: graphics/gnash/files patch-backend-render_handler_ogl.h Removed files: graphics/gnash/files patch-utilities-Makefile.in Log: - Upda

cvs commit: ports/graphics/gnash Makefile pkg-plist ports/graphics/gnash/files patch-utilities-Makefile.in

2007-12-19 Thread Martin Wilke
miwi2007-12-19 11:24:51 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile pkg-plist Added files: graphics/gnash/files patch-utilities-Makefile.in Log: * Add KDE support - Konqueror plugin was confirmed to work * Change default renderer to AGG

cvs commit: ports/graphics/gnash Makefile distinfo pkg-descr pkg-plist ports/graphics/gnash/files patch-configure

2007-09-21 Thread Pav Lucistnik
pav 2007-09-21 22:12:11 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-descr pkg-plist Removed files: graphics/gnash/files patch-configure Log: - Update to 0.8.1 PR: ports/116406 Submitted by: Dmitry Marakas

cvs commit: ports/graphics/gnash Makefile

2007-04-05 Thread Stefan Walter
stefan 2007-04-05 12:35:30 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Disable building of klash, the konqueror plugin. PR: 110923 Submitted by: maintainer Revision ChangesPath 1.16 +1 -1 ports/graphi

cvs commit: ports/graphics/gnash Makefile

2007-03-18 Thread Rong-En Fan
rafan 2007-03-18 13:29:48 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - GTK is required by PLUGIN PR: ports/110459 Submitted by: Dmitry Marakasov (maintainer) Revision ChangesPath 1.15 +2 -2 ports/g

cvs commit: ports/graphics/gnash Makefile distinfo pkg-descr pkg-plist ports/graphics/gnash/files patch-configure

2007-03-16 Thread Martin Wilke
miwi2007-03-16 12:01:58 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-descr pkg-plist Added files: graphics/gnash/files patch-configure Log: - Update to 0.7.2 PR: 110276 Submitted by: Dmitry Marakasov <[EMA

cvs commit: ports/graphics/gnash Makefile

2006-12-02 Thread Ion-Mihai Tetcu
itetcu 2006-12-03 06:31:41 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: - set PLUGIN on on all archs PR: ports/103433 Submitted by: Dmitry Marakasov (maintainer) Revision ChangesPath 1.11 +2 -6 ports/g

cvs commit: ports/graphics/gnash Makefile

2006-09-10 Thread David E. O'Brien
obrien 2006-09-11 06:03:55 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Fix spelling of $ARCH. Reminded by:kris Revision ChangesPath 1.9 +3 -3 ports/graphics/gnash/Makefile ___

Re: cvs commit: ports/graphics/gnash Makefile

2006-09-09 Thread Kris Kennaway
On Sat, Sep 09, 2006 at 08:26:51PM -0700, David O'Brien wrote: > > This should be ARCH instead of MACHINE_ARCH (make sure to include > > bsd.port.pre.mk first). > > I think some of our ports are confused (and me too). > A bunch do: .if ${ARCH} == "amd64" > and at least these > hugs/Makefile:.if $

Re: cvs commit: ports/graphics/gnash Makefile

2006-09-09 Thread David O'Brien
On Sat, Sep 09, 2006 at 10:58:30PM -0400, Kris Kennaway wrote: > On Sun, Sep 10, 2006 at 12:11:27AM +, David E. O'Brien wrote: > > obrien 2006-09-10 00:11:27 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/gnash Makefile > > Log: > > Enable pl

Re: cvs commit: ports/graphics/gnash Makefile

2006-09-09 Thread Kris Kennaway
On Sun, Sep 10, 2006 at 12:11:27AM +, David E. O'Brien wrote: > obrien 2006-09-10 00:11:27 UTC > > FreeBSD ports repository > > Modified files: > graphics/gnash Makefile > Log: > Enable plug-in by default on AMD64 as www/flashplugin* are i386-only. > | +.if ${MACHINE_

cvs commit: ports/graphics/gnash Makefile

2006-09-09 Thread David E. O'Brien
obrien 2006-09-10 00:11:27 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Enable plug-in by default on AMD64 as www/flashplugin* are i386-only. Revision ChangesPath 1.8 +4 -0 ports/graphics/gnash/Makefile __

cvs commit: ports/graphics/gnash Makefile

2006-07-02 Thread Stefan Walter
stefan 2006-07-02 16:28:43 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Fix dependency on x11-toolkits/gtkglext. PR: 99634 Submitted by: Remy Oudompheng <[EMAIL PROTECTED]> Patch by: maintainer Approved by:arv

Re: cvs commit: ports/graphics/gnash Makefile

2006-06-12 Thread Alexey Dokuchaev
On Mon, Jun 05, 2006 at 08:27:40PM +, Erwin Lansing wrote: > erwin 2006-06-05 20:27:40 UTC > > FreeBSD ports repository > > Modified files: > graphics/gnash Makefile > Log: > Every time gnash plugin is launched, gnash-dbg.log file is > created in current dir. I cons

cvs commit: ports/graphics/gnash Makefile

2006-06-05 Thread Erwin Lansing
erwin 2006-06-05 20:27:40 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: 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

cvs commit: ports/graphics/gnash Makefile distinfo ports/graphics/gnash/files patch-macros_gtkglext.m4 patch-macros_pango.m4 patch-macros_sdl.m4

2006-05-07 Thread Alex Dupre
ale 2006-05-08 05:46:58 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo Removed files: graphics/gnash/files patch-macros_gtkglext.m4 patch-macros_pango.m4 patch-macros_sdl.m4 Log: Update to 0.7.1 release.

cvs commit: ports/graphics/gnash Makefile pkg-plist

2006-04-26 Thread Alex Dupre
ale 2006-04-27 06:41:12 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile pkg-plist Log: Add an option to enable the firefox plugin (disabled by default since it's quite unstable). PR: ports/96209 Submitted by: luca <[EMAIL PROTE

cvs commit: ports/graphics/gnash Makefile distinfo pkg-plist ports/graphics/gnash/files patch-macros_gtkglext.m4 patch-macros_pango.m4 patch-macros_sdl.m4

2006-04-22 Thread Alex Dupre
ale 2006-04-22 13:52:03 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile distinfo pkg-plist Added files: graphics/gnash/files patch-macros_gtkglext.m4 patch-macros_pango.m4 patch-macros_sdl.m4 Log: Update the port to

cvs commit: ports/graphics/gnash Makefile

2006-04-01 Thread Norikatsu Shigemura
nork2006-04-01 14:46:50 UTC FreeBSD ports repository Modified files: graphics/gnash Makefile Log: Fix build error if firefox is installed. Approved by:maintainer address bounced <<< 550 Access from ip address XXX.XXX.XXX.XXX blocked. Visit ht