aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.18.6 to fix build with libxul 1.9.2Beat Gaetzi2010-08-081-8/+14
| | | | | | | | | | | | - Remove obsolete gecko provider PR: ports/149044 Submitted by: decke@ Expr-run by: pav@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=258917
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Remove obsolete gecko providersBeat Gaetzi2009-11-271-3/+2
| | | | | | | | | | | - Remove obsolete inclusion of www/mozilla/bsd.gecko.mk - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi Notes: svn path=/head/; revision=244837
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Update boost to 1.39Pav Lucistnik2009-07-281-5/+2
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* 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
* Revert the previous commit as this port now appears to build onJoe Marcus Clarke2009-01-131-2/+0
| | | | | | | | | pointyhat. Reported by: pav Notes: svn path=/head/; revision=225994
* Mark this port BROKEN with GNOME 2.24. I'm willing to work with a user toJoe Marcus Clarke2009-01-131-0/+2
| | | | | | | | | fix it, but it's dying with zero information right now. Reported by: QA Tinderbox Notes: svn path=/head/; revision=225992
* Allow this port to build with GTK+ deprecation.Joe Marcus Clarke2009-01-121-0/+2
| | | | Notes: svn path=/head/; revision=225886
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-101-3/+5
| | | | | | | | | | | | | | | | | 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 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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
* - Mark BROKEN on FreeBSD 5.x, 6.xPav Lucistnik2008-04-161-0/+4
| | | | Notes: svn path=/head/; revision=211405
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* Upgrade OpenVRML to 0.17.5.Thierry Thomas2008-02-061-1/+2
| | | | | | | Changelog at <https://sourceforge.net/forum/forum.php?forum_id=781359>. Notes: svn path=/head/; revision=206796
* Upgrade to 0.17.4.Thierry Thomas2008-01-271-1/+1
| | | | | | | | Changelog at <http://sourceforge.net/mailarchive/message.php?msg_name=1201336311.3311.5.camel%40hinge.endoframe.net> Notes: svn path=/head/; revision=206279
* Upgrade to OpenVRML 0.17.2.Thierry Thomas2008-01-101-2/+2
| | | | | | | | | | Changelog: - Fixed a crash in relative URL resolution. - Added support for gzip-encoded resources to openvrml-player. Notes: svn path=/head/; revision=205401
* Upgrade to 0.17.1.Thierry Thomas2008-01-071-1/+1
| | | | | | | Changelog at <https://sourceforge.net/forum/forum.php?forum_id=771224>. Notes: svn path=/head/; revision=205215
* Upgrade to 0.17.0.Thierry Thomas2008-01-061-31/+46
| | | | | | | | | | | | | | | Note: since 0.17.0, OpenVRML is placed under the terms of version 3 of the LGPL and GPL licenses. The breakdown of how these licenses are applied to the different parts of OpenVRML does not change: libopenvrml and libopenvrml-gl remains available under the LGPL, while openvrml-xembed, openvrml-player, the Mozilla plug-in, and the example programs remain available under the GPL. Changelog at <http://sourceforge.net/forum/forum.php?forum_id=766275>. Notes: svn path=/head/; revision=205097
* - Bump boost shared library version to 4Simon Barner2007-07-041-3/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=194915
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* BROKEN on 7.0: Incorrect objformat handlingKris Kennaway2007-04-221-0/+4
| | | | Notes: svn path=/head/; revision=190615
* Remove 4.X cruft.Mark Linimon2007-02-041-3/+0
| | | | Notes: svn path=/head/; revision=184151
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-6/+5
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | 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
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170654
* Mark broken on sparc64.Mark Linimon2006-07-141-1/+4
| | | | Notes: svn path=/head/; revision=167738
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Now builds on amd64Kris Kennaway2006-03-071-4/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157022
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Chase Boost shared lib version after update to Boost 1.33.0.Simon Barner2005-11-091-2/+2
| | | | | | | | devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to LIB_DEPENDS. Notes: svn path=/head/; revision=147715
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Upgrade to 0.15.10 [1]Thierry Thomas2005-10-091-1/+9
| | | | | | | | | | | | | - remove a patch included upstream; - install examples; - add a test target. Reported by: edwin's version check [1] Notes: svn path=/head/; revision=144659
* Upgrade to 0.15.9 and unbreak.Thierry Thomas2005-07-261-15/+28
| | | | | | | | | | | | | | Remarks: - still broken on FreeBSD-4.11; - to be tested on != i386; - it now installs a plug-in for mozilla, but it only works for local files. PR: 84023 Submitted by: /me Notes: svn path=/head/; revision=140154
* BROKEN on i386: Does not buildKris Kennaway2005-05-071-0/+2
| | | | Notes: svn path=/head/; revision=134740
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Now builds on FreeBSD >= 5.xKris Kennaway2004-12-251-4/+0
| | | | Notes: svn path=/head/; revision=125106
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-191-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118288
* Depend on Mozilla for now as Firefox dependencies are broken.Joe Marcus Clarke2004-06-211-6/+4
| | | | | | | Still reported by: pointyhat via kris Notes: svn path=/head/; revision=111910
* Fix build now that the Firefox pkg-config files are named firefox-* insteadJoe Marcus Clarke2004-06-191-1/+3
| | | | | | | | | of mozilla-*. Reported by: pointyhat via kris Notes: svn path=/head/; revision=111781
* Chase the new firefox pkg-config file names.Joe Marcus Clarke2004-06-171-3/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=111673
* fix build on -stable by using gcc 3.3Ying-Chieh Liao2004-04-121-0/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=106764