non port: devel/orc/Makefile |
SVNWeb
|
Number of commits found: 43 |
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 )
|
Thu, 1 Sep 2022
|
[ 18:13 Dmitry Marakasov (amdmi3) ] 1169fd7
devel/orc: optionize DOCS
PR: 265450
Approved by: maintainer timeout (kwm, 1 month)
|
Sun, 24 Jul 2022
|
[ 20:16 Dima Panov (fluffy) ] 64feedc
devel/orc: update to 0.4.32 release (+)
Changes:
- Add support for JIT code generation in Universal Windows Platform apps
- Minor Meson build system fixes and improvements
With hat: desktop
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
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.
|
Sun, 26 Jan 2020
|
[ 17:42 kwm ] (Only the first 10 of 82 ports in this commit are shown above. )
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386
|
Tue, 25 Dec 2018
|
[ 19:19 kwm ]
Update orc to 0.4.28.
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Sat, 5 Mar 2016
|
[ 23:45 kwm ]
Update orc to 0.4.25.
|
Thu, 8 Oct 2015
|
[ 15:11 olgeni ] (Only the first 10 of 75 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, A-L.
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Jun 2015
|
[ 21:34 kwm ]
Update orc to 0.4.24.
|
Wed, 7 Jan 2015
|
[ 17:09 kwm ]
Update orc to 0.4.23.
PR: 196395
Submitted by: olivierd@
|
Fri, 21 Nov 2014
|
[ 13:55 kwm ]
Update to 0.4.22.
PR: 195101
Submitted by: olivierd@FreeBSD.org
|
Mon, 23 Jun 2014
|
[ 15:42 kwm ]
Update to 0.4.21.
Remove some libtool patches that don't make sense anymore with use
USES=libtool handling.
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Apr 2014
|
[ 15:19 kwm ]
Fix leftover stagedir files that should be in the plist.
Reported by: swills@
|
Sun, 20 Apr 2014
|
[ 10:14 kwm ]
Update to 0.4.19.
Update LICENSE to new notation and the fact there two different license
in the software.
Switch to USES=libtool, strip library.
Don't install compiled examples. They not getting build on some platforms.
|
Mon, 17 Feb 2014
|
[ 14:42 miwi ]
- Fix build when example are off
PR: 186838
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
|
Fri, 14 Feb 2014
|
[ 12:41 miwi ]
- Stage support
With help from: antoine
Approved by: kwm
|
Fri, 20 Sep 2013
|
[ 21:56 kwm ]
Pick up.
|
[ 21:49 mm ] (Only the first 10 of 12 ports in this commit are shown above. )
Returning maintainership on my multimedia ports to ports@freebsd.org
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 14 Sep 2013
|
[ 20:59 mm ]
Use alternative master site for orc
Reported by: pav
|
Mon, 2 Sep 2013
|
[ 06:45 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
|
Tue, 27 Aug 2013
|
[ 13:34 mm ]
Update orc to 0.4.18
|
Tue, 30 Jul 2013
|
[ 20:43 mm ]
Update multimedia/orc to 0.4.17
|
Mon, 31 Dec 2012
|
[ 10:49 mm ]
Update some of my ports to new options framework
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org>
|
Wed, 25 Jan 2012
|
[ 08:36 mm ]
Update to 0.4.16
|
Sat, 14 May 2011
|
[ 13:02 mm ]
Fix pkg-plist for WITH_DOCS and WITH_EXAMPLES.
PR: ports/156440
Submitted by: Arseny Nasokin <eirnym@gmail.com>
|
Tue, 3 May 2011
|
[ 11:35 mm ]
Update to 0.4.14
PR: ports/156487
Submitted by: Koop Mast <kwm@FreeBSD.org>
|
Wed, 23 Mar 2011
|
[ 15:53 mm ] (Only the first 10 of 58 ports in this commit are shown above. )
- Add LICENSE knob(s)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 18 Oct 2010
|
[ 21:28 mm ]
- Update to 0.4.11
|
Sun, 10 Oct 2010
|
[ 08:24 mm ]
- Update to 0.4.10
|
Sat, 18 Sep 2010
|
[ 22:18 mm ]
- Update to 0.4.9
|
Sun, 5 Sep 2010
|
[ 08:02 mm ]
- Avoid configure re-run
- Don't link against librt for clock_gettime
PR: ports/148985
Submitted by: swell.k@gmail.com
|
Mon, 30 Aug 2010
|
[ 23:12 mm ]
- Update to 0.4.8
|
Thu, 15 Jul 2010
|
[ 15:29 mm ]
- Update to 0.4.6
- Fix pkgconfigdir [1]
PR: ports/148548 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
|
Wed, 9 Jun 2010
|
[ 16:23 mm ]
- Update to 0.4.5
|
Tue, 30 Mar 2010
|
[ 10:16 mm ]
- Update to 0.4.4
|
Tue, 9 Mar 2010
|
[ 10:55 mm ]
Orc â The Oil Runtime Compiler
Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data. The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.
(OIL stands for Optimized Inner Loops)
WWW: http://code.entropywave.com/projects/orc/
|
Number of commits found: 43 |