aboutsummaryrefslogtreecommitdiff
path: root/devel/orc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.4.22.Koop Mast2014-11-213-8/+6
| | | | | | | | PR: 195101 Submitted by: olivierd@FreeBSD.org Notes: svn path=/head/; revision=372994
* Cleanup plistBaptiste Daroussin2014-10-271-7/+0
| | | | Notes: svn path=/head/; revision=371546
* Fixup for qemu assisted builds. This float handling seems to be an unhandledSean Bruno2014-09-161-0/+15
| | | | | | | | | | | | | qemu bug, but the code itself is arguably wrong as well. Apply this patch atop the tar ball and move on. Phabric: https://reviews.freebsd.org/D746 Submitted by: nox Reviewed by: kwm Approved by: bapt (mentor) Notes: svn path=/head/; revision=368308
* Update to 0.4.21.Koop Mast2014-06-235-29/+6
| | | | | | | | Remove some libtool patches that don't make sense anymore with use USES=libtool handling. Notes: svn path=/head/; revision=358970
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Fix leftover stagedir files that should be in the plist.Koop Mast2014-04-212-0/+4
| | | | | | | Reported by: swills@ Notes: svn path=/head/; revision=351688
* Update to 0.4.19.Koop Mast2014-04-203-14/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=351617
* - Fix build when example are offMartin Wilke2014-02-171-0/+2
| | | | | | | | PR: 186838 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=344759
* - Stage supportMartin Wilke2014-02-141-10/+3
| | | | | | | | With help from: antoine Approved by: kwm Notes: svn path=/head/; revision=344197
* Pick up.Koop Mast2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327754
* Returning maintainership on my multimedia ports to ports@freebsd.orgMartin Matuska2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327750
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Use alternative master site for orcMartin Matuska2013-09-141-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=327318
* Eradicate USE_GNOME=pkgconfig from develBaptiste Daroussin2013-09-021-2/+1
| | | | | | | | | | While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Notes: svn path=/head/; revision=325945
* Update orc to 0.4.18Martin Matuska2013-08-273-3/+4
| | | | Notes: svn path=/head/; revision=325443
* Update multimedia/orc to 0.4.17Martin Matuska2013-07-303-6/+18
| | | | Notes: svn path=/head/; revision=323993
* Update some of my ports to new options frameworkMartin Matuska2012-12-311-11/+9
| | | | | | | Submitted by: Baptiste Daroussin <bapt@FreeBSD.org> Notes: svn path=/head/; revision=309714
* orc doesn't need to remove lib/pkgconfigBaptiste Daroussin2012-04-261-1/+0
| | | | | | | | PR: ports/166809 Approved by: maintainer timeout (>14d) Notes: svn path=/head/; revision=295570
* Update to 0.4.16Martin Matuska2012-01-253-4/+4
| | | | Notes: svn path=/head/; revision=289768
* Fix pkg-plist for WITH_DOCS and WITH_EXAMPLES.Martin Matuska2011-05-142-4/+28
| | | | | | | | PR: ports/156440 Submitted by: Arseny Nasokin <eirnym@gmail.com> Notes: svn path=/head/; revision=274096
* Update to 0.4.14Martin Matuska2011-05-033-4/+5
| | | | | | | | PR: ports/156487 Submitted by: Koop Mast <kwm@FreeBSD.org> Notes: svn path=/head/; revision=273558
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+3
| | | | Notes: svn path=/head/; revision=271527
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 0.4.11Martin Matuska2010-10-182-4/+4
| | | | Notes: svn path=/head/; revision=263214
* - Update to 0.4.10Martin Matuska2010-10-102-4/+4
| | | | Notes: svn path=/head/; revision=262752
* - Update to 0.4.9Martin Matuska2010-09-184-4/+24
| | | | Notes: svn path=/head/; revision=261411
* - Avoid configure re-runMartin Matuska2010-09-051-1/+2
| | | | | | | | | | - Don't link against librt for clock_gettime PR: ports/148985 Submitted by: swell.k@gmail.com Notes: svn path=/head/; revision=260577
* - Fix plistPav Lucistnik2010-08-311-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=260308
* - Update to 0.4.8Martin Matuska2010-08-302-4/+4
| | | | Notes: svn path=/head/; revision=260223
* - Update to 0.4.6Martin Matuska2010-07-153-5/+11
| | | | | | | | | | - Fix pkgconfigdir [1] PR: ports/148548 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Notes: svn path=/head/; revision=257820
* - Update to 0.4.5Martin Matuska2010-06-093-24/+20
| | | | Notes: svn path=/head/; revision=256208
* Attempt to fix build on powerpc.Mark Linimon2010-06-031-0/+11
| | | | | | | | | PR: ports/146023 Submitted by: Andreas Tobler <andreast-list at fgznet dot ch> Approved by: maintainer timeout Notes: svn path=/head/; revision=255616
* - Update to 0.4.4Martin Matuska2010-03-303-11/+5
| | | | Notes: svn path=/head/; revision=251801
* - Fix pkg-descrMartin Matuska2010-03-091-5/+9
| | | | Notes: svn path=/head/; revision=250762
* Orc – The Oil Runtime CompilerMartin Matuska2010-03-094-0/+134
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/ Notes: svn path=/head/; revision=250761