Bug 106217 - [PATCH] x11/wmmenu: Respect X11BASE
Summary: [PATCH] x11/wmmenu: 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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 14:50 UTC by Rong-En Fan
Modified: 2006-12-02 18:50 UTC (History)
1 user (show)

See Also:


Attachments
wmmenu-1.2_3.patch (2.09 KB, patch)
2006-12-02 14:50 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-12-02 14:50:18 UTC
- Respect X11BASE
  Previous change does not work. One need to set XROOT = $(X11BASE)
- Use DOCSDIR
- No need to use 'install' target for LIB_DEPENDS

Port maintainer (karlj000@unbc.ca) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-02 14:50:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-02 14:51:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Jeremy Karlson 2006-12-02 18:37:14 UTC
Approved.

-- Jeremy

On 2-Dec-06, at 06:51, Edwin Groothuis wrote:

> Maintainer of x11/wmmenu,
>
> Please note that PR ports/106217 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/106217
>
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-02 18:46:38 UTC
rafan       2006-12-02 18:46:33 UTC

  FreeBSD ports repository

  Modified files:
    x11/wmmenu           Makefile pkg-plist 
    x11/wmmenu/files     patch-Makefile 
  Log:
  - Respect X11BASE
    Previous change does not work. One need to set XROOT = $(X11BASE)
  - Use DOCSDIR
  - No need to use 'install' target for LIB_DEPENDS
  
  PR:             ports/106217
  Submitted by:   rafan
  Approved by:    Jeremy Karlson <karlj000 at unbc.ca> (maintainer)
  
  Revision  Changes    Path
  1.16      +1 -1      ports/x11/wmmenu/Makefile
  1.2       +16 -6     ports/x11/wmmenu/files/patch-Makefile
  1.4       +4 -4      ports/x11/wmmenu/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 5 Rong-En Fan freebsd_committer freebsd_triage 2006-12-02 18:46:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!