Bug 115766 - [PATCH] x11-toolkits/blt use USE_TK
Summary: [PATCH] x11-toolkits/blt use USE_TK
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 Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 20:40 UTC by Martin Matuska
Modified: 2007-08-24 20:51 UTC (History)
0 users

See Also:


Attachments
file.diff (1.36 KB, patch)
2007-08-23 20:40 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2007-08-23 20:40:00 UTC
As this software supports Tk from 8.0 to 8.4, use USE_TK=80+ and USE_XORG=x11
- make advantage of bsd.tcl.mk variables
- --prefix=${PREFIX} is included in bsd.port.mk
- --x-libraries and --x-includes are in bsd.port.mk if USE_XORG defined
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-23 20:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-23 20:40:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 kjc 2007-08-24 15:18:48 UTC
The patch looks OK.  Please commit it.

-Kenjiro

Edwin Groothuis wrote:
> Maintainer of x11-toolkits/blt,
> 
> Please note that PR ports/115766 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115766
> 
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-08-24 20:41:10 UTC
mm          2007-08-24 19:41:04 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/blt     Makefile 
  Log:
  - Use USE_TK=80+ and USE_XORG=x11
  
  PR:             ports/115766
  Submitted by:   mm
  Approved by:    Kenijro Cho <kjc at iijlab.net> (maintainer)
  
  Revision  Changes    Path
  1.49      +11 -13    ports/x11-toolkits/blt/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 Martin Matuska freebsd_committer freebsd_triage 2007-08-24 20:51:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!