The NetBSD Project

CVS log for pkgsrc/devel/deforaos-configure/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / deforaos-configure

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:40:36 2023 UTC (17 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 15 18:32:41 2022 UTC (2 years ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
deforaos-configure: address a few warnings from pkglint(1)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 13 00:06:21 2022 UTC (2 years, 7 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1 lines
deforaos-configure: fix the build on macOS

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 12 22:28:04 2022 UTC (2 years, 7 months ago) by khorben
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
deforaos-configure: update to 0.4.3

Changes since 0.4.1:
- add support for vendors in packages
- general improvements to the helper scripts
- hierarchical installation path for helper scripts
- new tool, configure-update(1), to refresh helper scripts
- improved rules to compile assembly code
- support different compilation modes (eg debug, release...)
- fix build with DeforaOS libSystem 0.4.3
- add support for Go targets
- fix building libraries with libtool (with --tags)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 9 02:31:16 2019 UTC (5 years, 1 month ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
Add a comment about the new test target

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 9 02:23:17 2019 UTC (5 years, 1 month ago) by khorben
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update devel/deforaos-configure to version 0.4.1

Among the changes upstream:
- introduction of configuration files per platform
- improved the generation of Makefiles
- support for commands as Makefile targets
- allow targets to be disabled by default
- support for more filename extensions
- support for spaces in filenames (with GNU Make)
- basic support for Java and Verilog
- integration with GCOV (for code coverage)
- additional test scripts

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 1 14:58:55 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Follow some http -> https redirects.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 20 01:50:05 2016 UTC (8 years, 9 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
Package DeforaOS configure 0.2.3

This release brings improvements to the helper scripts.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 6 16:50:03 2015 UTC (9 years, 1 month ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -4 lines
Packaged DeforaOS configure 0.2.2

This release brings:
- internal code refactoring
- partial unification of the Makefiles generated
- support for installing pkg-config files and documentation from
  sub-directories
- fix for a crash on Linux
- further portability fixes

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 9 15:04:58 2015 UTC (9 years, 3 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add support for CFLAGS

No functional change intended.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 25 17:31:21 2015 UTC (9 years, 6 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Package DeforaOS configure 0.2.1

This release is a bugfix release for configure 0.2.0, which brought:
- support for building out-of-tree (OBJDIR)
- new "distcheck" target generation
- support for phony targets
- updated helper scripts (OBJDIR support, portability fixes...)
- new helper script for Python conformance (PEP 8)
- initial support for Objective-C/C++ programs
- documentation update
- test suite

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 2 14:12:25 2014 UTC (10 years, 1 month ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Packaged DeforaOS configure 0.1.1

This is a bugfix release for:
- the "clean" target with scripted targets

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 17 21:59:29 2014 UTC (10 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Needs pkg-config.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 3 16:14:30 2014 UTC (10 years, 2 months ago) by khorben
Branches: MAIN
Imported devel/deforaos-configure 0.1.0 from wip

DeforaOS configure is a tool automating the generation of Makefiles when
maintaining and building software projects.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>