Bug 105910 - [PATCH] devel/tmake: respect X11BASE
Summary: [PATCH] devel/tmake: respect X11BASE
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-27 11:30 UTC by trasz
Modified: 2006-12-06 18:07 UTC (History)
1 user (show)

See Also:


Attachments
tmake-1.7_2.patch (17.59 KB, patch)
2006-11-27 11:30 UTC, trasz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2006-11-27 11:30:19 UTC
Respect X11BASE.  This port builds, but the makefiles it creates contain
hardcoded /usr/X11R6, which causes graphics/oglext build to fail.  While here,
fix portlint warning.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/oglext-1.2.2.log

Port maintainer (jesse@cs.uni-magdeburg.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-27 11:31:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-27 11:31:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-06 17:54:54 UTC
rafan       2006-12-06 17:54:34 UTC

  FreeBSD ports repository

  Modified files:
    devel/tmake          Makefile pkg-plist 
  Log:
  - Respect X11BASE
    Submitter has another but miwi and I think mine is better.
  - Use DATADIR
  
  PR:             ports/105910
  Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
  OKed by:        miwi (PR holder)
  Approved by:    portmgr (linimon)
  
  Revision  Changes    Path
  1.16      +7 -0      ports/devel/tmake/Makefile
  1.6       +253 -253  ports/devel/tmake/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 Martin Wilke freebsd_committer freebsd_triage 2006-12-06 18:07:48 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!