Bug 106079 - [PATCH] multimedia/mplayer: fix X11 include path
Summary: [PATCH] multimedia/mplayer: fix X11 include path
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-30 19:30 UTC by Rong-En Fan
Modified: 2006-12-04 04:30 UTC (History)
1 user (show)

See Also:


Attachments
mplayer-0.99.10.patch (549 bytes, patch)
2006-11-30 19:30 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan freebsd_committer freebsd_triage 2006-11-30 19:30:05 UTC
- For some reasons, which I didn't look up history, --with-x11incdir is gone.
  Thus, this port does not respect X11BASE. Fix it by using --with-extraincdir

Port maintainer (riggs@rrr.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-30 19:30:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-30 19:30:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Thomas E. Zander 2006-12-03 21:31:09 UTC
That patch looks right. Please commit it.

Thanks,
Riggs

-- 
- "[...] I talked to the computer at great length and
-- explained my view of the Universe to it" said Marvin.
--- And what happened?" pressed Ford.
---- "It committed suicide." said Marvin.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-04 04:23:11 UTC
rafan       2006-12-04 04:23:07 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mplayer   Makefile 
  Log:
  - Respect X11BASE
  
  PR:             ports/106079
  Submitted by:   rafan
  Approved by:    Thomas E. Zander <riggs at rrr.de> (maintainer)
  
  Revision  Changes    Path
  1.147     +1 -1      ports/multimedia/mplayer/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 5 Rong-En Fan freebsd_committer freebsd_triage 2006-12-04 04:23:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!