Bug 128366 - [PATCH] graphics/epdfview: fix dependency on CUPpS and improve configuration
Summary: [PATCH] graphics/epdfview: fix dependency on CUPpS and improve configuration
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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 16:00 UTC by Carlos Santos
Modified: 2008-10-28 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.01 KB, patch)
2008-10-25 16:00 UTC, Carlos Santos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Santos 2008-10-25 16:00:07 UTC
If epdfview-0.1.6_6 is built when print/cups-base is installed, it will be linked to libcups.so.2. Removing cups-base afterwards will render epdeview unusable.

Fix: Apply the attached patch

- Makes the dependency on cups a configurable option (default off)
- Makes Native Language Support a configurable option (default on)
- Bumps PORTREVISION

Patch attached with submission follows:
How-To-Repeat: - install cups-base
- remove epdfview-0.1.6_6, if installed
- build epdfview-0.1.6_6
- remove cups-base
- try to run epdfview

  % /usr/local/bin/epdfview
  /libexec/ld-elf.so.1: Shared object "libcups.so.2" not found, required by "epdfview"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-25 16:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-28 15:28:40 UTC
chinsan     2008-10-28 15:28:27 UTC

  FreeBSD ports repository

  Modified files:
    graphics/epdfview    Makefile 
  Log:
  - Add Knob for CUPS support
  
  PR:             ports/128366
  Submitted by:   Carlos Santos <unixmania at gmail _dot_ com>
  
  Revision  Changes    Path
  1.17      +14 -2     ports/graphics/epdfview/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 chinsan freebsd_committer freebsd_triage 2008-10-28 15:28:48 UTC
State Changed
From-To: open->closed

Committed, thanks.