Commit graph

49 commits

Author SHA1 Message Date
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
2de369c24f - Update to 0.8.7
Feature safe:	yes
2010-02-20 19:39:58 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
8236fd30e8 - Revert a bit that should not have been committed
Feature safe:	yes
2009-09-28 02:51:50 +00:00
Dmitry Marakasov
96b447c1cf - Update to 0.8.6
Feature safe:	yes
2009-09-28 01:32:40 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Dmitry Marakasov
4745bf8510 - Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
2009-07-28 16:34:36 +00:00
Pav Lucistnik
d1107bb40e - 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)
2009-07-28 11:45:08 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dmitry Marakasov
3c811f6afa - Fix --disable-kparts configure option 2009-03-28 13:57:14 +00:00
Dmitry Marakasov
478e95d156 - Mark MAKE_JOBS_SAFE 2009-03-23 16:29:32 +00:00
Dmitry Marakasov
b2a345eae5 - Enable KDE4 option. It won't build in presence of KDE3, so add conditional IGNORE
- Remove CONFIGURE_ENV, it's not needed any more
2009-03-06 17:56:46 +00:00
Dmitry Marakasov
d34363323b - 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.
2009-03-06 03:10:17 +00:00
Peter Pentchev
c189a6b2da 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.
2009-01-23 15:43:14 +00:00
Jeremy Messenger
15b6544926 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
2009-01-10 02:45:46 +00:00
Dmitry Marakasov
066cd9cd09 - Add missing SDL dependency 2008-10-15 10:03:02 +00:00
Dmitry Marakasov
8269851d6f - Update to 0.8.4 2008-10-14 19:49:31 +00:00
Dmitry Marakasov
63c7be7a50 - Backport some improvements (cleaner rcfile and OPTIONS handling) from gnash-devel 2008-10-03 14:30:30 +00:00
Rong-En Fan
741aa71483 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
 - 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)
2008-08-21 06:18:49 +00:00
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00
Martin Wilke
4bf4bc9d9c - Update to 0.8.3
PR:		124557
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-06-18 23:24:27 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
e55254fcf2 - Fix wrong libraries path on amd64
- Bump PORTREVISION

PR:		124091
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
Approved by:	maintainer
2008-06-01 20:51:44 +00:00
Martin Wilke
4962ceb063 - Update to 0.8.2
PR:		123708
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-05-24 18:57:14 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Martin Wilke
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
5ac9a97323 * 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)
2007-12-19 11:24:50 +00:00
Pav Lucistnik
d0eab093ac - Update to 0.8.1
PR:		ports/116406
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-09-21 22:12:11 +00:00
Simon Barner
ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Stefan Walter
98d5084a24 Disable building of klash, the konqueror plugin.
PR:		110923
Submitted by:	maintainer
2007-04-05 12:35:30 +00:00
Rong-En Fan
86df52a374 - GTK is required by PLUGIN
PR:		ports/110459
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
2007-03-18 13:29:48 +00:00
Martin Wilke
237486a7a6 - Update to 0.7.2
PR:             110276
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-03-16 12:01:58 +00:00
Kris Kennaway
60b3a84279 Use libtool15 port instead of included version to avoid objformat a.out botch 2007-02-10 06:05:06 +00:00
Edwin Groothuis
23ac2035b9 [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>
2006-12-21 20:41:33 +00:00
Ion-Mihai Tetcu
667c5f7c50 - set PLUGIN on on all archs
PR:		ports/103433
Submitted by:	Dmitry Marakasov (maintainer)
2006-12-03 06:31:41 +00:00
Stanislav Sedov
0d2725682b - 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)
2006-09-20 11:21:59 +00:00
David E. O'Brien
ddf0b1af99 Fix spelling of $ARCH.
Reminded by:	kris
2006-09-11 06:03:55 +00:00
David E. O'Brien
80e9e57472 Enable plug-in by default on AMD64 as www/flashplugin* are i386-only. 2006-09-10 00:11:27 +00:00
Stefan Walter
9f60f0bc1d Fix dependency on x11-toolkits/gtkglext.
PR:		99634
Submitted by:	Remy Oudompheng <oudomphe@clipper.ens.fr>
Patch by:	maintainer
Approved by:	arved (mentor)
2006-07-02 16:28:43 +00:00
Erwin Lansing
5a2b6a9d14 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)
2006-06-05 20:27:40 +00:00
Alex Dupre
5ad81fb9c4 Update to 0.7.1 release.
Approved by:	maintainer
2006-05-08 05:46:58 +00:00
Alex Dupre
91f3078a0b 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
2006-04-27 06:41:12 +00:00
Alex Dupre
9b389e718b Update the port to a current snapshot.
The firefox plugin now actually works, though it's quite unstable.

PR:		ports/95605
Submitted by:	maintainer
2006-04-22 13:52:03 +00:00
Norikatsu Shigemura
6090f5b061 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
2006-04-01 14:46:50 +00:00
Sergey Matveychuk
43e448da34 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>
2006-01-14 20:38:18 +00:00