Pullup ticket #2698 - requested by minskim
authortron <tron>
Sun, 15 Feb 2009 11:40:45 +0000 (11:40 +0000)
committertron <tron>
Sun, 15 Feb 2009 11:40:45 +0000 (11:40 +0000)
commitd77c54093be658895491661ff459b267d448a5a5
tree5b75d9180d386a65219e4cb610429dc902881da0
parent5b11202a9a8684184eea4f1063666b5843b6d6ca
Pullup ticket #2698 - requested by minskim
bison: portability fix

Revisions pulled up:
- devel/bison/Makefile 1.69
- mk/tools/tools.Darwin.mk 1.39
---
Module Name:    pkgsrc
Committed By:   schwarz
Date:           Thu Jan 22 20:14:05 UTC 2009

Modified Files:
         pkgsrc/mk/tools: tools.Darwin.mk

Log Message:
Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5.
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4.
This is not recent enough for some packages (specifically devel/
autoconf),
so use pkgsrc's gm4 instead.
Fixes PR#40329.
---
Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Feb 12 18:43:21 UTC 2009

Modified Files:
         pkgsrc/devel/bison: Makefile

Log Message:
Bump PKGREVISION because the path to m4 was changed on Darwin<9.

The tools framework changed m4 on Darwin<9 from the native one to the
pkgsrc version last month.  bison needs a PKGREVISION bump because it
embeds the path to m4 in its binary.
devel/bison/Makefile
mk/tools/tools.Darwin.mk