non port: www/openvrml/Makefile |
Number of commits found: 81 |
Friday, 7 Feb 2014
|
11:44 bapt
Chase boost and icu bump
While here convert some LIB_DEPENDS
 |
Monday, 27 Jan 2014
|
17:35 bapt
Deprecate ports broken for more than 6 month
 |
Thursday, 12 Dec 2013
|
14:15 bapt
Convert LIB_DEPENDS for ports depending on boost
 |
Saturday, 26 Oct 2013
|
00:52 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
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Saturday, 17 Aug 2013
|
16:27 gerald
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
 |
Thursday, 11 Jul 2013
|
16:26 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
 |
Saturday, 15 Jun 2013
|
11:10 flo
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi)
 |
Friday, 24 May 2013
|
07:54 erwin
Mark BROKEN: does not build.
Submitted by: pointyhat
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Thursday, 28 Mar 2013
|
03:28 eadler
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
 |
Thursday, 7 Feb 2013
|
12:37 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
 |
Thursday, 31 Jan 2013
|
13:38 bapt
Chase boost update
 |
Monday, 10 Sep 2012
|
19:19 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
 |
Sunday, 2 Sep 2012
|
20:02 tj
Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by: eadler (mentor)
 |
Thursday, 26 Jul 2012
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 20 May 2012
|
13:20 sperber
- Update to 0.18.9
- Remove mozilla plugin due to libxul2 requirement
Approved by: beat (mentor)
 |
Saturday, 18 Feb 2012
|
10:18 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
 |
Monday, 9 Jan 2012
|
04:01 eadler
- Remove outdated version checks
Reviewed by: nox
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Sunday, 8 Aug 2010
|
08:59 beat
- Update to 0.18.6 to fix build with libxul 1.9.2
- Remove obsolete gecko provider
PR: ports/149044
Submitted by: decke@
Expr-run by: pav@
Approved by: portmgr (pav)
 |
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Friday, 27 Nov 2009
|
09:08 beat
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
 |
Saturday, 22 Aug 2009
|
00:38 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with W
 |
Tuesday, 28 Jul 2009
|
11:45 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)
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Friday, 23 Jan 2009
|
15:43 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.
 |
Tuesday, 13 Jan 2009
|
22:53 marcus
Revert the previous commit as this port now appears to build on
pointyhat.
Reported by: pav
 |
21:54 marcus
Mark this port BROKEN with GNOME 2.24. I'm willing to work with a user to
fix it, but it's dying with zero information right now.
Reported by: QA Tinderbox
 |
Monday, 12 Jan 2009
|
22:11 marcus
Allow this port to build with GTK+ deprecation.
 |
Saturday, 10 Jan 2009
|
02:45 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
 |
Thursday, 21 Aug 2008
|
06:18 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
- 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)
 |
Friday, 6 Jun 2008
|
14:07 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)
 |
Saturday, 19 Apr 2008
|
17:56 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)
 |
Wednesday, 16 Apr 2008
|
22:28 pav
- Mark BROKEN on FreeBSD 5.x, 6.x
 |
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
 |
Wednesday, 6 Feb 2008
|
20:46 thierry
Upgrade OpenVRML to 0.17.5.
Changelog at <https://sourceforge.net/forum/forum.php?forum_id=781359>.
 |
Sunday, 27 Jan 2008
|
14:32 thierry
Upgrade to 0.17.4.
Changelog at
<http://sourceforge.net/mailarchive/message.php?msg_name=1201336311.3311.5.camel%40hinge.endoframe.net>
 |
Thursday, 10 Jan 2008
|
21:01 thierry
Upgrade to OpenVRML 0.17.2.
Changelog:
- Fixed a crash in relative URL resolution.
- Added support for gzip-encoded resources to openvrml-player.
 |
Monday, 7 Jan 2008
|
23:04 thierry
Upgrade to 0.17.1.
Changelog at <https://sourceforge.net/forum/forum.php?forum_id=771224>.
 |
Sunday, 6 Jan 2008
|
10:22 thierry
Upgrade to 0.17.0.
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>.
 |
Wednesday, 4 Jul 2007
|
15:10 barner
- Bump boost shared library version to 4
- Bump PORTREVISION
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 22 Apr 2007
|
03:25 kris
BROKEN on 7.0: Incorrect objformat handling
 |
Sunday, 4 Feb 2007
|
20:00 linimon
Remove 4.X cruft.
 |
Saturday, 14 Oct 2006
|
08:54 marcus
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
 |
Wednesday, 20 Sep 2006
|
11:21 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)
 |
Tuesday, 15 Aug 2006
|
01:11 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- 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>
 |
Friday, 14 Jul 2006
|
03:10 linimon
Mark broken on sparc64.
 |
Sunday, 28 May 2006
|
05:25 mezz
devel/pkgconfig -> devel/pkg-config
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
 |
Saturday, 13 May 2006
|
04:41 edwin
Remove USE_REINPLACE from categories starting with W
 |
Tuesday, 7 Mar 2006
|
17:15 kris
Now builds on amd64
Approved by: portmgr (implicit)
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
 |
Wednesday, 9 Nov 2005
|
14:35 barner
Chase Boost shared lib version after update to Boost 1.33.0.
devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
LIB_DEPENDS.
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Sunday, 9 Oct 2005
|
07:51 thierry
- Upgrade to 0.15.10 [1]
- remove a patch included upstream;
- install examples;
- add a test target.
Reported by: edwin's version check [1]
 |
Tuesday, 26 Jul 2005
|
13:39 thierry
Upgrade to 0.15.9 and unbreak.
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
 |
Saturday, 7 May 2005
|
02:58 kris
BROKEN on i386: Does not build
 |
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
 |
Saturday, 25 Dec 2004
|
01:04 kris
Now builds on FreeBSD >= 5.x
 |
Sunday, 7 Nov 2004
|
22:37 marcus
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
 |
Thursday, 30 Sep 2004
|
05:32 kris
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
 |
Sunday, 19 Sep 2004
|
02:57 kris
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
 |
Monday, 21 Jun 2004
|
04:23 marcus
Depend on Mozilla for now as Firefox dependencies are broken.
Still reported by: pointyhat via kris
 |
Saturday, 19 Jun 2004
|
05:50 marcus
Fix build now that the Firefox pkg-config files are named firefox-* instead
of mozilla-*.
Reported by: pointyhat via kris
 |
Thursday, 17 Jun 2004
|
16:02 marcus
Chase the new firefox pkg-config file names.
Reported by: pointyhat via kris
 |
Monday, 12 Apr 2004
|
03:14 ijliao
fix build on -stable by using gcc 3.3
Noticed by: bento via kris
 |
Wednesday, 7 Apr 2004
|
06:28 ijliao
upgrade to 0.14.3
 |
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
 |
Wednesday, 25 Feb 2004
|
10:20 kris
BROKEN on !i386: Does not compile
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Monday, 12 Jan 2004
|
00:20 linimon
Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparently
3d@ has not been active in the FreeBSD community for some time now.
Reviewed by: portmgr@FreeBSD.org (a month or so ago)
 |
Friday, 7 Mar 2003
|
06:12 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 12 Nov 2002
|
01:13 ijliao
upgrade to 0.12.4
Approved by: maintainer timeout (almost 1 month)
 |
Tuesday, 11 Sep 2001
|
03:38 ache
Bump png major
 |
Friday, 31 Aug 2001
|
15:20 sobomax
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
 |
Tuesday, 10 Apr 2001
|
21:31 will
Add openvrml 0.10.1, a VRML97 runtime and browser ("lookat").
 |
Number of commits found: 81 |