summaryrefslogtreecommitdiff
path: root/graphics/gnash-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-231-0/+1
| | | | Notes: svn path=/head/; revision=230756
* - Mark ignore, graphics/gnash is currently newerDmitry Marakasov2009-03-151-0/+2
| | | | Notes: svn path=/head/; revision=230107
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-102-3/+7
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=225627
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* - Update to 20081208Dmitry Marakasov2008-12-093-13/+25
| | | | Notes: svn path=/head/; revision=224034
* - Fix build without GTK guiDmitry Marakasov2008-11-081-5/+7
| | | | Notes: svn path=/head/; revision=222577
* - Mark broken with GTK gui for now (doesn't build)Dmitry Marakasov2008-11-061-0/+3
| | | | | | | - Fix build with gstreamer Notes: svn path=/head/; revision=222456
* - Update to 20081030Dmitry Marakasov2008-10-302-6/+8
| | | | Notes: svn path=/head/; revision=222241
* - Fix plist, portlint nitsDmitry Marakasov2008-10-032-6/+6
| | | | Notes: svn path=/head/; revision=221162
* - Update to 20080927Dmitry Marakasov2008-10-026-240/+44
| | | | | | | - Improve config file handling Notes: svn path=/head/; revision=221127
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Add missing patchesMartin Wilke2008-05-292-0/+29
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=213887
* - Woops fix buildMartin Wilke2008-05-291-2/+2
| | | | | | | Reported by: ionbot Notes: svn path=/head/; revision=213867
* - Update to 20080515Martin Wilke2008-05-293-14/+31
| | | | | | | | PR: 123744 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=213863
* - Update to 0.8.2Martin Wilke2008-05-245-62/+248
| | | | | | | | PR: 123708 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=213631
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* * Add KDE support - Konqueror plugin was confirmed to workMartin Wilke2007-12-193-17/+42
| | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=204087
* - Update to 0.8.1Pav Lucistnik2007-09-215-66/+153
| | | | | | | | PR: ports/116406 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=199873
* - Bump boost shared library version to 4Simon Barner2007-07-041-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=194915
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Disable building of klash, the konqueror plugin.Stefan Walter2007-04-051-1/+1
| | | | | | | | PR: 110923 Submitted by: maintainer Notes: svn path=/head/; revision=189283
* - GTK is required by PLUGINRong-En Fan2007-03-181-2/+2
| | | | | | | | PR: ports/110459 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=187642
* - Update to 0.7.2Martin Wilke2007-03-165-44/+85
| | | | | | | | PR: 110276 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=187496
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-211-2/+2
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=180390
* - set PLUGIN on on all archsIon-Mihai Tetcu2006-12-031-6/+2
| | | | | | | | PR: ports/103433 Submitted by: Dmitry Marakasov (maintainer) Notes: svn path=/head/; revision=178653
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+3
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* Fix spelling of $ARCH.David E. O'Brien2006-09-111-3/+3
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=172758
* Enable plug-in by default on AMD64 as www/flashplugin* are i386-only.David E. O'Brien2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172657
* Fix dependency on x11-toolkits/gtkglext.Stefan Walter2006-07-021-1/+1
| | | | | | | | | | PR: 99634 Submitted by: Remy Oudompheng <oudomphe@clipper.ens.fr> Patch by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=166767
* Every time gnash plugin is launched, gnash-dbg.log file isErwin Lansing2006-06-051-0/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=164507
* Update to 0.7.1 release.Alex Dupre2006-05-085-93/+10
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=161675
* Add an option to enable the firefox plugin (disabled by default since it's ↵Alex Dupre2006-04-272-7/+23
| | | | | | | | | | | quite unstable). PR: ports/96209 Submitted by: luca <sanluca78@gmail.com> Patch by: maintainer Notes: svn path=/head/; revision=160573
* Update the port to a current snapshot.Alex Dupre2006-04-226-103/+121
| | | | | | | | | | The firefox plugin now actually works, though it's quite unstable. PR: ports/95605 Submitted by: maintainer Notes: svn path=/head/; revision=160137
* Fix build error if firefox is installed.Norikatsu Shigemura2006-04-011-0/+1
| | | | | | | | | 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 Notes: svn path=/head/; revision=158558
* Gnash is a GNU Flash movie player. Till now it has been possibleSergey Matveychuk2006-01-144-0/+156
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> Notes: svn path=/head/; revision=153499