index
:
ports
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
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move the exported variable assignments to where they are looked-up.
Bryan Drewery
2015-10-12
1
-1
/
+6
*
Spell 'OSREL' properly from r399155.
Bryan Drewery
2015-10-12
1
-1
/
+1
*
Don't check for minimal pkg version in sub-makes.
Bryan Drewery
2015-10-12
1
-2
/
+3
*
Pass result of 'uname -r' to sub-makes to avoid unneeded lookup.
Bryan Drewery
2015-10-12
1
-2
/
+4
*
Use a loop to export vars.
Bryan Drewery
2015-10-12
1
-5
/
+6
*
Re-apply r398953 with protection for 'make *config*'.
Bryan Drewery
2015-10-12
1
-1
/
+1
*
Replace escaping for exported vars with :Q feature.
Bryan Drewery
2015-10-12
1
-4
/
+4
*
Remove SYSTEMVERSION exporting, not needed since r99913.
Bryan Drewery
2015-10-12
1
-2
/
+1
*
Use -r flag for read command, this fixes handling of paths containing
Dmitry Marakasov
2015-10-12
1
-1
/
+1
*
Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0
Kurt Jaeger
2015-10-11
1
-1
/
+4
*
Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)
Baptiste Daroussin
2015-10-10
1
-1
/
+2
*
Avoid a useless call to dirname
Baptiste Daroussin
2015-10-10
1
-1
/
+1
*
Remove another unused variable
Baptiste Daroussin
2015-10-10
1
-1
/
+0
*
Remove unused variable
Baptiste Daroussin
2015-10-10
1
-1
/
+0
*
Check if the port directory is aboslute otherwise prepend ${PORTSDIR} in FETC...
Baptiste Daroussin
2015-10-10
1
-0
/
+4
*
Revert r398953 per bdrewery demand it breaks make config
Baptiste Daroussin
2015-10-10
1
-1
/
+1
*
Use USESDIR macro
Baptiste Daroussin
2015-10-10
1
-1
/
+1
*
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
Tijl Coosemans
2015-10-10
1
-1
/
+1
*
Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *_DESC).
Bryan Drewery
2015-10-09
1
-1
/
+1
*
Make missing argument less obscure.
Bryan Drewery
2015-10-09
1
-4
/
+5
*
Shift any arguments eaten up from getopts. This script takes no arguments
Bryan Drewery
2015-10-09
1
-0
/
+1
*
Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh.
Bryan Drewery
2015-10-09
3
-40
/
+18
*
Add LOCALBASE-based ldconfig dir to plist for non-default PREFIX
Dmitry Marakasov
2015-10-08
1
-17
/
+22
*
Enable TEST option if DEVELOPER is set
Dmitry Marakasov
2015-10-08
1
-0
/
+4
*
Add a way to cleanly handle terminfo.db file used by devel/ncurses
Dmitry Marakasov
2015-10-08
3
-1
/
+43
*
- Fix compatibility with fmake
Dmitry Marakasov
2015-10-07
1
-1
/
+1
*
Do not provide empty do-test target for perl5-using ports
Dmitry Marakasov
2015-10-07
1
-1
/
+1
*
www/firefox: update to 41.0
Steve Wills
2015-10-06
1
-2
/
+2
*
Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET
Dmitry Marakasov
2015-10-05
1
-2
/
+2
*
- Add NO_PERL5_TEST: allow ports with USES=perl5 to run default do-test: defi...
Sunpoet Po-Chuan Hsieh
2015-10-03
1
-2
/
+2
*
Fix opt_VARS premature expansion.
Mathieu Arnold
2015-10-01
1
-8
/
+8
*
- Fix typo
Dmitry Marakasov
2015-09-30
1
-1
/
+1
*
Fix qt5-multimedia with GStreamer 1.6.0.
Koop Mast
2015-09-28
1
-1
/
+1
*
Implemented complete support for test target.
Dmitry Marakasov
2015-09-28
5
-17
/
+125
*
Add a message explaining how to fix poudriere build failures if the
Adam Weinberger
2015-09-27
1
-0
/
+2
*
Mk/bsd.gnome.mk : remove net/linc from the component list.
Rene Ladan
2015-09-27
1
-5
/
+1
*
Update gstreamer1 ports to 1.6.0.
Koop Mast
2015-09-26
1
-3
/
+23
*
Extend @sample to accept arguments
Baptiste Daroussin
2015-09-26
1
-10
/
+15
*
Explicitly run some gnome commands in post (de)install
Baptiste Daroussin
2015-09-26
1
-6
/
+6
*
Explicitly run the ocaml command in post (de)installation
Baptiste Daroussin
2015-09-26
1
-3
/
+3
*
Explicly force runnning load-octave-pkg during post (de)installation
Baptiste Daroussin
2015-09-26
1
-2
/
+2
*
Restore _FORCE_POST_PATTERNS, some ports are were missed in the conversion
Antoine Brodin
2015-09-26
1
-1
/
+9
*
ocamlfind is not run anymore from any @exec lines
Baptiste Daroussin
2015-09-26
1
-1
/
+0
*
update-desktop-database is not used anymore @*exec
Baptiste Daroussin
2015-09-26
1
-1
/
+0
*
Convert update-mime-database into @post*
Baptiste Daroussin
2015-09-26
1
-1
/
+1
*
Convert load-octave-pkg to proper @postexec
Baptiste Daroussin
2015-09-26
1
-1
/
+0
*
Specify correctly @post* for gtk-query-immodules
Baptiste Daroussin
2015-09-26
1
-3
/
+0
*
Convert a bunch of @exec into proper @postexec
Baptiste Daroussin
2015-09-25
1
-1
/
+0
*
mkfontscale and mkfontdir are not used anymore in @exec lines
Baptiste Daroussin
2015-09-25
1
-1
/
+1
*
kldxref is not used anymore in any @exec
Baptiste Daroussin
2015-09-25
1
-1
/
+1
[prev]
[next]