Path to this page:
./
devel/acr,
Autoconf replacement
Branch: CURRENT,
Version: 2.2.0,
Package name: acr-2.2.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: 78.232 KB
Version history: (Expand)
- (2025-02-16) Updated to version: acr-2.2.0
- (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
CVS history: (Expand)
2025-02-16 04:41:46 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(devel/acr) Updated 2.0.0 to 2.2.0
https://github.com/radareorg/acr/releases/
2.2.0
What's Changed
• Improve acr-wrap to work 1:1 with meson wrap
• Fix fetching for acr-wrap by @satk0 in #33
CI changes
• Bump actions/upload-artifact from 3 to 4
• Add dependabot CI job
2.1.4 --- 12 May 22:58, 2024
• Fix HAVE_LANG_RUBY
• Expose HAVE_PKGCONFIG
• Disallow ARG keywords inside brackets
2.1.2 --- 12 May 22:57, 2024
• Workaround bug in Ubuntu's 18 dash
• Add casts fixing termux packaging issues
• Do not assume a.out is the default filename for the compilers
2.1.1 --- 01 Mar 10:45, 2024
• New DESCRIPTION directive to describe your project
• New PKGCONFIG_DO directive to generate pkgconfig files
• Honor autotools behaviour for libdir defaulting to exec_prefix + lib if not
defined
• Add new PKGCFG_LIBDIR and PKGCFG_INCDIR vars to honor the evaluated
behaviour
• Add support for code block comments using /* */
• Updated documentation
|
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
|