Version: 1.10, Package name: automake-1.10.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description Automake is an experimental Makefile generator. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake assumes the project uses autoconf. If you want automatic dependency tracking support, the use of GNU make is also required. |
Filesize: 1224.589 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-03 20:01:29 by Christian Weisgerber | Files touched by this commit (10) |
Log message: fix warning and future error about unescaped left brace in perl regex ok ajacoutot@ sthen@ |
2016-06-29 10:14:45 by Marc Espie | Files touched by this commit (309) |
Log message: add is-branch to all trivial ports that exist as multiple branches. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2014-10-31 18:09:24 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Force tests against the newest Emacs release. |
2011-06-20 14:28:44 by Robert Nagy | Files touched by this commit (8) |
Log message: Add missing python versions to automake to make them work with python 2.6 and 2.7, since a lot of software use these macros to detect the installed python version and since we use 2.7 as the default now, these were all failing. patch from Brad, ok jasper@ and sthen@ |
2011-05-21 14:28:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: missed bumps, AUTOCONF_VERSION actually makes it into RUN_DEPENDS for these ports. pointed out by Markus Lude. |
2011-05-20 15:18:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: use correct autoconf version, from Brad. |
2011-05-18 13:38:15 by Matthieu Herrb | Files touched by this commit (6) |
Log message: Use ${SHELL} to run install-sh since it may not be executable. ok phessler@, landry@ who did run this through a full ports build. |
2010-11-26 07:17:17 by Marc Espie | Files touched by this commit (10) |
Log message: zap autoconf-N: part, since it's now default |
2010-11-26 00:58:43 by Marc Espie | Files touched by this commit (5) |
Log message: PKGSPEC for automake as well, finish fixing those ports |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-06 04:54:53 by Landry Breuil | Files touched by this commit (3) |
Log message: Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS as those automake ports check for autoconf existence during configure. Propagate AUTOCONF_VERSION to CONFIGURE/MAKE_ENV to make sure the needed version is found. 'go ahead' espie@ |
2010-08-30 16:09:45 by Jasper Lievisse Adriaanse | Files touched by this commit (11) |
Log message: bumps |
2010-07-24 04:18:55 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Typo which added python as a BUILD_DEPENDS. |