Path to this page:
./
devel/acr,
Autoconf replacement
Branch: CURRENT,
Version: 2.0.0,
Package name: acr-2.0.0,
Maintainer: pkgsrc-usersACR tries to replace autoconf functionality generating a full-compatible
'configure' script (runtime flags). But using shell-script instead of m4.
This means that ACR is faster, smaller and easy to use.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 76.622 KB
Version history: (Expand)
- (2022-02-26) Updated to version: acr-2.0.0
- (2021-01-25) Updated to version: acr-1.9.4
- (2020-06-12) Updated to version: acr-1.9.3
- (2020-05-16) Updated to version: acr-1.9.2
- (2020-05-16) Updated to version: acr-1.7.2nb1
- (2019-11-23) Updated to version: acr-1.7.2
CVS history: (Expand)
2022-02-26 17:26:38 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
acr: update to 2.0.0.
- Add Vinix to the list of supported unix systems
- Add support for SerenityOS
- Add --etcdir as an alias for --sysconfdir
- Use c++ instead of g++ for defaults in CXX
- Add EXEC! keyword. Like EXEC, but with explicit requirement
- Aim to fix the mkdir when no vpath in use
- Add USE_PKGCONFIG directive with support for BSD's pkgconf
- Support pkgconf as an alternative to pkg-config
- Add -qV in the help message
- env_c should not describe CPPFLAGS,
env_cpp already explains them in more detail.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-25 08:58:51 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
acr: update to 1.9.4.
ChangeLog:
- Add --quiet and --quiet-version
- Setup CI
- Create Debian package
|
2020-06-12 19:23:51 by Roland Illig | Files touched by this commit (2) | |
Log message:
devel/acr: update to 1.9.3
Changes since 1.9.2:
* Fix @Version@ subst in acr-cat
* Improve variable name filter to make CHKVER happy
|
2020-05-16 11:45:49 by Roland Illig | Files touched by this commit (2) | |
Log message:
devel/acr: update to 1.9.2
Changes since 1.9.0:
Fix for CHKVER
|
2020-05-16 11:41:13 by Roland Illig | Files touched by this commit (3) | |
Log message:
devel/acr: update to 1.9.0
Changes since 1.7.2:
Add CHKFLG to check for C compiler flags
Add support for LANG_V
Add CHKSYM to verify if a symbol is found in the given library
Use more markdown and update man pages
|
2020-05-16 07:34:15 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/acr: fix forgotten placeholders
|