non port: graphics/opencollada/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 11 May 2021
|
[ 21:46 Po-Chuan Hsieh (sunpoet) ] 0b84b9a
graphics/opencollada: Convert REINPLACE_CMD to patch file
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tue, 27 Nov 2018
|
[ 17:08 sunpoet ]
Update to 1.6.68
- Add USES=gnome
- Use USES=localbase
- Build static library
- Reformat pkg-descr
- Take maintainership
Changes: https://github.com/KhronosGroup/OpenCOLLADA/commits/master
|
Wed, 21 Nov 2018
|
[ 00:58 wen ]
- Update to 1.6.67
|
Fri, 12 Oct 2018
|
[ 12:11 fernape ]
graphics/opencollada: update to 1.6.65
Approved by: tcberner (mentor, implicit)
|
Thu, 11 Oct 2018
|
[ 20:47 fernape ]
graphics/opencollada: update to 1.6.64
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sun, 22 Jul 2018
|
[ 10:15 fernape ]
graphics/opencollada: update to 1.6.63
Bump PORTREVISION for dependent ports
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16353
|
Mon, 11 Jun 2018
|
[ 01:44 linimon ] (Only the first 10 of 40 ports in this commit are shown above. )
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 19 May 2018
|
[ 07:04 krion ]
Bump PORTREVISION after devel/pcre update.
|
[ 06:54 krion ]
Fix build with pcre 8.42
PR: 220613
Submitted by: adamw
|
Sun, 18 Feb 2018
|
[ 15:56 riggs ]
Fix build on arm
Details:
- Obtain patch-2d66943 from upstream head
- Bump PORTREVISION
- While on it: Pet portlint
PR: 225680
Submitted by: mikael.urankar@gmail.com
|
Wed, 10 May 2017
|
[ 19:58 tcberner ]
Update to 1.6.47.
|
Sun, 30 Apr 2017
|
[ 00:44 linimon ]
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Sat, 4 Feb 2017
|
[ 09:06 pi ]
graphics/opencollada: update 1.6.25 -> 1.6.37
- unfortunatly, the project does not publish a changelog or release notes
|
Sun, 22 Jan 2017
|
[ 22:27 rene ] (Only the first 10 of 56 ports in this commit are shown above. )
Reset mva@'s ports, he handed in his ports bit.
|
Fri, 29 Jul 2016
|
[ 12:35 mva ]
- Update to version 1.6.25
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 26 Sep 2015
|
[ 16:56 linimon ]
Mark as broken on sparc64: fails to build (runaway process).
Approved by: portmgr (sparc64 blanket)
|
Wed, 8 Jul 2015
|
[ 16:53 mva ]
- Update to a snapshot from 2015-05-19
This update contains many bug fixes.
|
Thu, 7 May 2015
|
[ 15:17 mat ] (Only the first 10 of 60 ports in this commit are shown above. )
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 29 May 2014
|
[ 09:28 mva ]
- Update to snapshot version from 2014-05-28
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sat, 12 Apr 2014
|
[ 11:32 mva ]
- Update to snapshot from 14-02-2014
|
Sun, 17 Nov 2013
|
[ 18:23 mva ]
- Enable proper ldconfig detection
|
Sat, 16 Nov 2013
|
[ 19:26 mva ] (Only the first 10 of 11 ports in this commit are shown above. )
OpenCOLLADA is a reader and writer library for the COLLADA format, an
open, royalty-free standard for exchanging 3D asset information between
applications, digital content creation tools and libraries.
WWW: http://opencollada.org
|
Number of commits found: 34 |