Bug 106020 - [PATCH] vietnamese/xvnkb: Respect X11BASE
Summary: [PATCH] vietnamese/xvnkb: 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-11-29 16:40 UTC by Rong-En Fan
Modified: 2006-12-02 12:30 UTC (History)
1 user (show)

See Also:


Attachments
vi-xvnkb-0.2.9_1.patch (2.22 KB, patch)
2006-11-29 16:40 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-29 16:40:10 UTC
- Respect X11BASE
  The previous one does not work as expected. You also need to change
  tools/Makefile.dep.
- Remove some unnecessary variables
- configure already supports custom X11 path via XLIB_DIR, use that.

Port maintainer (chinhngt@sectorb.msk.ru) is cc'd.

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

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-29 16:45:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-02 12:20:43 UTC
rafan       2006-12-02 12:20:36 UTC

  FreeBSD ports repository

  Modified files:
    vietnamese/xvnkb     Makefile 
    vietnamese/xvnkb/files patch-config__configure 
  Log:
  - Respect X11BASE
    The previous one does not work as expected. You also need to change
    tools/Makefile.dep.
  - Remove some unnecessary variables
  - configure already supports custom X11 path via XLIB_DIR, use that.
  
  PR:             106020
  Submitted by:   rafan
  Approved by:    Nguyen Tam Chinh <chinhngt at sectorb.msk.ru> (maintainer)
  
  Revision  Changes    Path
  1.8       +5 -4      ports/vietnamese/xvnkb/Makefile
  1.2       +7 -11     ports/vietnamese/xvnkb/files/patch-config__configure
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2006-12-02 12:20:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!