Bug 137021 - [patch] graphics/gegl: add LUA, V4L, OPTIMIZE knobs
Summary: [patch] graphics/gegl: add LUA, V4L, OPTIMIZE knobs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 02:30 UTC by swell.k
Modified: 2009-07-24 10:30 UTC (History)
0 users

See Also:


Attachments
gegl.diff (3.17 KB, patch)
2009-07-23 02:30 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-07-23 02:30:05 UTC
- add previously ignored LUA and V4L dependencies under appropriate knobs
  (haven't tested them beyond compilation and plist;
  at least they don't break graphics/gimp-app)
- put MMX and SSE optimizations[1] under separate knob, off by default
- while here, sort SDL knob (SDL goes *before* SPIRO)

[1] I'm aware of closed ports/128130. But that is no reason to disable
    optimizations unconditionally. They *may* work in some situations,
    e.g. they work here on gcc-4.2.1 + as-2.15 (from base) as well as on
    gcc-4.5.0 + as-2.19 on CPU Core2 Duo E8400.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-23 02:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 swell.k 2009-07-23 02:56:54 UTC
Forgot to mention, I tested OPTIMIZE knob with and without NOPORTDOCS.
I even tried to put --enable-mmx and --enable-sse into Makefile.

But the error in that PR doesn't affect me and probably anyone else on
FreeBSD 8.0-CURRENT amd64.

--- gegl-build begins here ---
gmake[4]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery/data'
gmake[4]: Entering directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery'
--[Updating sample compositions]--
./OpenRaster-00.xml
./OpenRaster-01.xml
./OpenRaster-04.xml

** (gegl:58242): WARNING **: tab overflow 29>25

** (gegl:58242): WARNING **: tab overflow 35>33
./clones.xml

** (gegl:58295): WARNING **: tab overflow 29>25

** (gegl:58295): WARNING **: tab overflow 35>33
gmake[4]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery'
gmake[3]: Leaving directory `/var/tmp/ports/usr/ports/graphics/gegl/work/gegl-0.0.22/docs/gallery'
--- gegl-build ends here ---
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-24 10:24:25 UTC
gahr        2009-07-24 09:24:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gegl        Makefile pkg-plist 
  Log:
  - Add OPTIONS for LUA and V4L
  - Minor refactoring
  
  PR:             137021
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.10      +25 -5     ports/graphics/gegl/Makefile
  1.5       +4 -2      ports/graphics/gegl/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pietro Cerutti freebsd_committer freebsd_triage 2009-07-24 10:24:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!