Bug 106162 - [PATCH]: x11-clocks/buici-clock: Fix xo/configure with non-standard X11BASE
Summary: [PATCH]: x11-clocks/buici-clock: Fix xo/configure with non-standard 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: Frank J. Laszlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 22:50 UTC by Frank J. Laszlo
Modified: 2006-12-09 13:20 UTC (History)
1 user (show)

See Also:


Attachments
buici-clock-0.4.5-X11BASE.diff (577 bytes, patch)
2006-12-01 22:50 UTC, Frank J. Laszlo
no flags Details | Diff
buici-clock-0.4.5-X11BASE.diff (483 bytes, patch)
2006-12-02 23:16 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo freebsd_committer freebsd_triage 2006-12-01 22:50:22 UTC
	This patch will fix an issue reported on pointyhat [1] that has to do with CONFIGURE_ARGS not being passed to a
	secondary configure file. CONFIGURE_ARGS is successfully passed to WRKSRC/configure, but not to
	WRKSRC/xo/configure. This went unnoticed due to X11BASE always being set to its default location, /usr/X11R6.
	I think this patch is rather hack'ish, but it does work, and I cannot think of any other way of handling it. 

	The Maintainer has been CC'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-01 22:50:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->laszlof

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-01 22:51:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Frank J. Laszlo freebsd_committer freebsd_triage 2006-12-02 23:16:17 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,
	Attached is a much better patch.

- -Frank
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iQIVAwUBRXIJQa1QwXwBI2DsAQJ90Q/+KZp1BvgrVgeFK3wQJilsDawCtwDON1HR
dnBpbRIrxYW1NbihWO2T0lU0YfmOOM+IvtYhRU60qe/y8IHBJNECRLicsqJ6SIBZ
nCdK+W3ZPwy+xRcpYd0Yj8L/qwFnS/lr1qamAaIYXoNdk7y4g6CkaKa4xvg2dAfm
8KcVJbgI6lHktJDFqyejgAiKtHYSSel7JSpSBePGdlWBtdZ33AcgDUdhCx6RG5Dl
kHUZR3LRdt/G7dp8qvn855eyTXn6kyw37H6zMe6j58EJMhWcNLe9mQikVmo0WiEz
SXQ3pbDErVQ4iwB1wTg4s51j4hew0dKMmq9zMEAGI0XlTclS3oNnHQC4rCwJe9lR
Dbmz1pPoV2mlUh+49SuUVyWSkmdKdx06bGIlllLWbs6PqZ5v2NcJUNWbr5hq4I9Q
IBVnKaI37iE2EcetmfORS8WOwQJ1ov/FBK2BroC+PTOjaklJ6Z39M84Bv4v5Tx3k
A/9ZSE/2JfedX+CtNlLgX9j5VojyuptAB8/AaHjQYlp3Nh4iCmMBWTrcGAldA+Ht
kfr9T/V7QBUaIUvmsgCeWxMW1IivpNaDCblEdcwP0ToR8QLENCklmDi8EPMHrEGE
IEuPA9/1+yfB8Zemdm94HVe8xMEvh0tPO0mrpZ9qCy1DaroJdqr1VR8GVpam9Y0i
YVxn4MmlHo4=
=GDXG
-----END PGP SIGNATURE-----
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-09 13:19:20 UTC
laszlof     2006-12-09 13:19:13 UTC

  FreeBSD ports repository

  Modified files:
    x11-clocks/buici-clock Makefile 
  Log:
  Respect X11BASE
  
  PR:             ports/106162
  Approved by:    maintainer (implicit)
  
  Revision  Changes    Path
  1.5       +1 -0      ports/x11-clocks/buici-clock/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 Frank J. Laszlo freebsd_committer freebsd_triage 2006-12-09 13:19:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!