Bug 152610 - [patch] print/ghostscript8 fails to suppport X
Summary: [patch] print/ghostscript8 fails to suppport X
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: Document Engineering Group (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-27 09:00 UTC by dirk.meyer
Modified: 2010-12-15 18:56 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2010-11-27 09:00 UTC, dirk.meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dirk.meyer 2010-11-27 09:00:20 UTC
The options are not passed down to the build.

root@build8:/usr/ports/print/ghostscript8-nox11# make BATCH=yes -V WITH_X11 -V WITHOUT_X11 -VWITH_GS_x11

yes

root@build8:/usr/ports/print/ghostscript8# make BATCH=yes -V WITH_X11 -V WITHOUT_X11 -VWITH_GS_x11
true


Expeceted result:

root@build8:/usr/ports/current/ghostscript8# make BATCH=yes -V WITH_X11 -V WITHOUT_X11 -VWITH_GS_x11
true

yes

Fix: apply the patch
How-To-Repeat: 
ghostview fails to display any files,
reporting "Unknown device: x11"

to confirm ghostscript does not list x11 with:
gs -h
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-27 09:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-15 18:49:22 UTC
dinoex      2010-12-15 18:49:17 UTC

  FreeBSD ports repository

  Modified files:
    print/ghostscript8/files Makefile.drivers_post 
  Log:
  - fix build with output device X11
  PR:             152610
  Approved by:    (maintainer timeout)
  
  Revision  Changes    Path
  1.5       +13 -1     ports/print/ghostscript8/files/Makefile.drivers_post
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2010-12-15 18:55:50 UTC
State Changed
From-To: open->closed

committed, thanks.