Bug 132316 - [PATCH] net/x11vnc: Fix jpeg detection
Summary: [PATCH] net/x11vnc: Fix jpeg detection
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-05 01:20 UTC by Mel
Modified: 2009-03-09 00:10 UTC (History)
1 user (show)

See Also:


Attachments
patch-net%x11vnc%Makefile (827 bytes, text/plain)
2009-03-05 01:20 UTC, Mel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mel 2009-03-05 01:20:02 UTC
Because openssl sets LDFLAGS in CONFIGURE_ENV the CONFIGURE_ENV set by
x11vnc's Makefile is ignored. As a result, jpeg is not detected during
configure stage.

How-To-Repeat: make -C /usr/ports/net/x11vnc configure and watch for the
jpeg_CreateCompression error message.
Also check make -C /usr/ports/net/x11vnc -V CONFIGURE_ENV
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-05 01:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-09 00:05:20 UTC
beech       2009-03-09 00:05:05 UTC

  FreeBSD ports repository

  Modified files:
    net/x11vnc           Makefile 
  Log:
  - Fix LDFLAGS so jpeg is detected
  - Bump portrevision
  
  PR:             ports/132316
  Submitted by:   Mel <mel@rachie.is-a-geek.net>
  
  Revision  Changes    Path
  1.24      +4 -2      ports/net/x11vnc/Makefile
_______________________________________________
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 3 Beech Rintoul freebsd_committer freebsd_triage 2009-03-09 00:05:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!