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
/
Scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
generate-symbols: Commit a working version.
Bryan Drewery
2019-06-26
1
-9
/
+16
*
Revert r505129: I still have the wrong version.
Bryan Drewery
2019-06-26
2
-7
/
+8
*
Allow generate-symbols.sh to actually work.
Bryan Drewery
2019-06-26
2
-8
/
+7
*
parse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines.
Bryan Drewery
2019-06-13
1
-5
/
+9
*
Speedup ELF file detection almost 100%.
Bryan Drewery
2019-06-11
1
-11
/
+4
*
Use UCL for pkg-message
Mathieu Arnold
2019-06-03
1
-7
/
+17
*
Add lang/julia to the blacklist of ports that other ports must not depend upon.
Antoine Brodin
2019-05-28
1
-0
/
+3
*
Improve vulnerability checking
Baptiste Daroussin
2019-05-27
1
-3
/
+1
*
Have makepatch ignore "C function prototype".
Mathieu Arnold
2019-05-20
1
-4
/
+4
*
Remove esound support from the ports tree, as audio/esound expired.
Rene Ladan
2019-05-08
1
-1
/
+0
*
qa.sh: update KDE components
Tobias C. Berner
2019-04-13
1
-44
/
+71
*
Add a blacklist of ports that other ports must not depend upon.
Mathieu Arnold
2019-03-18
1
-1
/
+41
*
Respect UID_FILES.
Bryan Drewery
2019-03-09
1
-1
/
+4
*
Fix leftover detection when ccache is not used
Antoine Brodin
2019-03-01
1
-1
/
+1
*
Mk/Scripts/qa.sh: Remove glib12 and gtk12
Tobias Kortkamp
2019-02-01
1
-2
/
+0
*
Fix proxydeps QA check when multiple flavor of a package are installed.
Mathieu Arnold
2019-01-11
1
-1
/
+1
*
Remove obsolete qa check.
Mathieu Arnold
2018-12-17
1
-20
/
+5
*
Add share/info/*/dir to those files in STAGEDIR to ignore when checking
Gerald Pfeifer
2018-11-10
1
-1
/
+1
*
security/openssl-devel was removed, but there is a security/openssl111 now.
Mathieu Arnold
2018-11-10
1
-1
/
+1
*
Use full path to file(1) from base as sysutils/file is buggy
Antoine Brodin
2018-10-06
1
-1
/
+1
*
Fix typo
Sunpoet Po-Chuan Hsieh
2018-09-22
1
-1
/
+1
*
Extract PLIST_SUB substitutions into a sed script.
Mathieu Arnold
2018-07-26
3
-13
/
+17
*
Tell people who disabled LICENSE processing that it then cannot be
Mathieu Arnold
2018-07-26
1
-1
/
+3
*
Have the license qa check actually work.
Mathieu Arnold
2018-07-18
1
-8
/
+10
*
Add a license qa check to tell porters when their ports will be mostly
Mathieu Arnold
2018-07-18
1
-0
/
+25
*
Convert to readelf.
Mathieu Arnold
2018-06-30
1
-7
/
+7
*
Remove dead code.
Mathieu Arnold
2018-06-30
1
-5
/
+0
*
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
Tobias C. Berner
2018-06-28
1
-4
/
+2
*
SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...
Mathieu Arnold
2018-06-08
2
-39
/
+39
*
SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.
Mathieu Arnold
2018-06-08
1
-4
/
+5
*
SC2162: read without -r will mangle backslashes.
Mathieu Arnold
2018-06-08
4
-21
/
+21
*
SC2015: Note that A && B || C is not if-then-else. C may run when A is true.
Mathieu Arnold
2018-06-08
1
-3
/
+4
*
Don't exec with a pipe afterwards, it is weird.
Mathieu Arnold
2018-06-08
1
-1
/
+1
*
SC2185: Some finds don't have a default path. Specify '.' explicitly.
Mathieu Arnold
2018-06-08
1
-5
/
+5
*
SC2046: Quote this to prevent word splitting.
Mathieu Arnold
2018-06-08
5
-5
/
+9
*
SC2006: Use $(..) instead of legacy `..`.
Mathieu Arnold
2018-06-01
4
-9
/
+9
*
SC2155: Declare and assign separately to avoid masking return values.
Mathieu Arnold
2018-06-01
1
-1
/
+2
*
SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is.
Mathieu Arnold
2018-06-01
1
-0
/
+3
*
SC2091: Remove surrounding $() to avoid executing output.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2163: Exporting an expansion rather than a variable.
Mathieu Arnold
2018-06-01
1
-0
/
+2
*
SC2034: <some var> appears unused. Verify it or export it.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with...
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2221 & SC2222: This pattern always overrides a later/previous one.
Mathieu Arnold
2018-06-01
1
-2
/
+0
*
SC2068: Double quote array expansions to avoid re-splitting elements.
Mathieu Arnold
2018-06-01
1
-0
/
+4
*
SC2145: Argument mixes string and array. Use * or separate argument.
Mathieu Arnold
2018-06-01
3
-11
/
+11
*
stage-qa: Change stripped check to only look for .debug_info.
Bryan Drewery
2018-05-10
1
-1
/
+1
*
Add PORTS_ENV_VARS caching support to USES=objc.
Bryan Drewery
2018-03-13
1
-1
/
+1
*
Handle flavors in the proxydeps qa check.
Mathieu Arnold
2018-03-07
1
-0
/
+7
*
Add a hint about devel/boost-python-libs.
Mathieu Arnold
2018-03-06
1
-0
/
+2
[next]