index
:
freebsd/ports.git
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
2024Q3
2024Q4
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
/
bsd.gcc.mk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mk/bsd.gcc.mk: Streamline test-gcc output
Gerald Pfeifer
2023-10-25
1
-2
/
+0
*
Mk/bsd.gcc.mk: Simplify logic, only dealing with ports
Gerald Pfeifer
2023-09-16
1
-4
/
+3
*
Mk/bsd.gcc.mk: Add GCC 14
Lorenzo Salvadore
2023-05-01
1
-2
/
+2
*
Mk/bsd.gcc.mk: Remove support for USE_GCC=X+
Gerald Pfeifer
2023-01-09
1
-27
/
+5
*
cleanup: remove 'Created by' lines
Tobias C. Berner
2022-07-20
1
-1
/
+0
*
Mk/bsd.gcc.mk: only use -devel port for 13
Piotr Kubaj
2022-05-11
1
-1
/
+1
*
lang/gcc13-devel: Add port
Piotr Kubaj
2022-05-02
1
-2
/
+2
*
framework: cleanup conditional-indentations in Mk/
Tobias C. Berner
2022-04-24
1
-31
/
+31
*
Mk/bsd.gcc.mk: Remove USE_GCC=any
Gerald Pfeifer
2021-10-15
1
-5
/
+2
*
Mk/bsd.gcc.mk: Strongly discourage USE_GCC=any
Gerald Pfeifer
2021-09-23
1
-2
/
+2
*
Mk/bsd.gcc.mk: User newer versions in examples
Gerald Pfeifer
2021-07-16
1
-3
/
+3
*
Mk/bsd.gcc.mk: Remove support for GCC 7
Gerald Pfeifer
2021-07-01
1
-1
/
+1
*
Mk/bsd.gcc.mk: Adjust to the release of GCC 11
Gerald Pfeifer
2021-06-21
1
-2
/
+2
*
Mk/bsd.gcc.mk: Never use /usr/bin/gcc
Gerald Pfeifer
2021-05-29
1
-12
/
+0
*
Mk/bsd.gcc.mk: Deprecate USE_GCC=any
Gerald Pfeifer
2021-05-14
1
-4
/
+3
*
framework: Remove $FreeBSD$
Mathieu Arnold
2021-04-06
1
-2
/
+0
*
In some cases one may want to use GCC to build something when its
Gerald Pfeifer
2021-01-30
1
-0
/
+32
*
Simplify a comment after r531883 | gerald | 2020-04-16 (which in turn
Gerald Pfeifer
2020-06-20
1
-2
/
+2
*
Now that GCC 10.1 has been released and lang/gcc10 arrived to track
Gerald Pfeifer
2020-06-02
1
-2
/
+2
*
Add support for GCC 10. That is in the release phase and has not seen
Gerald Pfeifer
2020-04-26
1
-1
/
+5
*
Finalize the streamlining of data structures holding version-specific
Gerald Pfeifer
2020-04-16
1
-9
/
+3
*
Simplify the logic by removing a variable (_GCC_PORT_DEPENDS) and
Gerald Pfeifer
2020-04-09
1
-6
/
+5
*
Refactor the handling of USE_GCC=any so that it essentially becomes a
Gerald Pfeifer
2020-04-03
1
-59
/
+28
*
Streamline two comments and remove debugging output we hardly need any
Gerald Pfeifer
2020-03-12
1
-7
/
+2
*
Significantly simplify the logic to determine which port (or base version)
Gerald Pfeifer
2020-02-22
1
-37
/
+10
*
With print/pdftk which required GCJ (GNU Java) updated, the last
Gerald Pfeifer
2019-12-31
1
-4
/
+3
*
Add support for GCC 9 via the new lang/gcc9 port. USE_GCC=9+ and
Gerald Pfeifer
2019-06-02
1
-1
/
+2
*
Now that the last dependency on GCC 5 (and lang/gcc5) in the Ports
Gerald Pfeifer
2019-05-18
1
-3
/
+2
*
Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. Nothing
Gerald Pfeifer
2019-02-23
1
-2
/
+1
*
Fix build of GCC on powerpc64.
Andreas Tobler
2018-12-29
1
-0
/
+7
*
Filter -mretpoline, which is specific to clang and not supported by
Gerald Pfeifer
2018-08-05
1
-0
/
+4
*
Add CXXFLAGS to the debugging output provided by test-gcc and put that,
Gerald Pfeifer
2018-08-05
1
-1
/
+3
*
Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+
Gerald Pfeifer
2018-07-15
1
-1
/
+2
*
Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+
Gerald Pfeifer
2018-06-02
1
-4
/
+4
*
Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk
Gerald Pfeifer
2017-08-15
1
-1
/
+2
*
Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the tree
Gerald Pfeifer
2017-06-05
1
-2
/
+1
*
As of today, USE_GCC=yes (and USE_GCC=any in most circumstances)
Gerald Pfeifer
2017-05-02
1
-4
/
+0
*
Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead of
Gerald Pfeifer
2017-02-01
1
-1
/
+1
*
Remove 4.6 as a valid option for USE_GCC and GCC_DEFAULT; it has not
Gerald Pfeifer
2017-01-28
1
-2
/
+1
*
Always include bsd.default-versions.mk in bsd.port.mk.
Mathieu Arnold
2016-08-03
1
-2
/
+0
*
Now that lang/gcc6 has landed (which carries official GCC 6.x releases),
Gerald Pfeifer
2016-06-10
1
-1
/
+2
*
Try to be more helpful to our users, and keep all the possible versions
Mathieu Arnold
2016-04-14
1
-0
/
+2
*
Remove the now unneeded ${PORTSDIR} from dependency definition in
Baptiste Daroussin
2016-03-27
1
-2
/
+2
*
Since there is not going to be any new version of GCC in the FreeBSD
Gerald Pfeifer
2015-04-22
1
-16
/
+13
*
Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and use
Gerald Pfeifer
2015-01-26
1
-3
/
+0
*
Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS.
Gerald Pfeifer
2015-01-04
1
-2
/
+2
*
Update examples to use GCC 4.9 instead of 4.8, since the latter is now
Gerald Pfeifer
2014-11-07
1
-2
/
+2
*
Add support for USE_GCC=5 and its preferred form USE_GCC=5+.
Gerald Pfeifer
2014-11-02
1
-1
/
+2
*
Depend on lang/gccXY if users wish to use a different version of gcc by
Tijl Coosemans
2014-09-26
1
-2
/
+3
*
Refer to bsd.default-versions.mk for the canonical version of GCC; no
Gerald Pfeifer
2014-03-16
1
-3
/
+2
[next]