Bug 88044 - xvnkb build failed
Summary: xvnkb build failed
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 19:00 UTC by Nguyen Tam Chinh
Modified: 2005-10-26 20:12 UTC (History)
0 users

See Also:


Attachments
file.diff (803 bytes, patch)
2005-10-26 19:00 UTC, Nguyen Tam Chinh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Tam Chinh 2005-10-26 19:00:17 UTC
The xvnkb build failed due to using fix environment variables

Fix: +CONFIGURE_ENV=  LOCALBASE="${LOCALBASE}" X11BASE="${X11BASE}"
+
 .if defined(WITHOUT_XFT)
 CONFIGURE_ARGS+=       --no-xft
 .else


echo "VERSION=$version" > Makefile.cfg
Only in vietnamese/xvnkb.orig: patch-configure--0RndJ7ZfBPnJE5NP8gNJq1e9oEuMcK571j1xhugl5VHsmMyt
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ur vietnamese/xvnkb.orig/Makefile vietnamese/xvnkb/Makefile
--- vietnamese/xvnkb.orig/Makefile      Wed Oct 26 00:59:58 2005
+++ vietnamese/xvnkb/Makefile   Wed Oct 26 01:59:30 2005
@@ -22,6 +22,8 @@
 CONFIGURE_TARGET=      --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=        yes
How-To-Repeat:               build vi-xvnkb with X11BASE different than /usr/X11R6 or /opt/X11R6
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-26 20:12:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!