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
2024Q3
2024Q4
2025Q1
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
*
New USES imake to handle the dependency on imake.
Baptiste Daroussin
2013-06-28
2
-27
/
+53
*
Fix stop-display target
Baptiste Daroussin
2013-06-27
1
-1
/
+1
*
- update firefox to 22.0
Florian Smeets
2013-06-26
1
-13
/
+13
*
Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicity
Baptiste Daroussin
2013-06-26
2
-14
/
+60
*
Replicate r321735 fix to bsd.port.subdir.mk as it suffers the same bug
Baptiste Daroussin
2013-06-25
1
-1
/
+4
*
Define UID earlier so that it can be used inside bsd.pkng.mk
Baptiste Daroussin
2013-06-25
2
-3
/
+11
*
Fix warning if compat.ia32.maxvmem sysctl does not exists and the ports tree ...
Baptiste Daroussin
2013-06-25
1
-1
/
+4
*
Welcome PHP 5.5!
Alex Dupre
2013-06-24
1
-0
/
+4
*
- Fix the value of RUBY_PROVIDED to be able to compare with
TAKATSU Tomonari
2013-06-23
1
-4
/
+10
*
Welcome SDL2 to the FreeBSD ports system!
Marcus von Appen
2013-06-21
1
-36
/
+54
*
Chase the permanent (301-code) redirects that kernel.org issues.
Matthias Andree
2013-06-21
1
-1
/
+1
*
Update MASTER_SITE_QT.
Raphael Kubo da Costa
2013-06-21
2
-4
/
+11
*
Add a new USES: fmake
Baptiste Daroussin
2013-06-20
1
-0
/
+39
*
Remove the last remnants of PKGINSTALLVER. It hasn't been used since
Tijl Coosemans
2013-06-18
1
-10
/
+0
*
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
Antoine Brodin
2013-06-17
1
-0
/
+1
*
Update dialog4ports to 0.1.5
Baptiste Daroussin
2013-06-17
1
-0
/
+1
*
Remove trailing @ which breaks PATCH_DEBUG_TMP
Baptiste Daroussin
2013-06-16
1
-1
/
+1
*
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
Florian Smeets
2013-06-15
1
-12
/
+9
*
Add load-octave-pkg to _FORCE_POST_PATTERNS.
Antoine Brodin
2013-06-15
1
-0
/
+1
*
Add a forgotten helper:
Baptiste Daroussin
2013-06-14
1
-0
/
+6
*
New macros to help dealing with ports that have options:
Baptiste Daroussin
2013-06-14
1
-1
/
+43
*
- Reallign documentation for a tab width of 4.
Tijl Coosemans
2013-06-14
1
-29
/
+55
*
Sort PORT_OPTIONS only once and remove some undefines.
Tijl Coosemans
2013-06-14
1
-17
/
+6
*
Let config-conditional take options configured in make.conf into account.
Tijl Coosemans
2013-06-14
2
-13
/
+18
*
Add a USES display to replace USE_DISPLAY.
Baptiste Daroussin
2013-06-14
1
-0
/
+42
*
Yes more simplification in showconfig, pretty-print-config and pkgng manifest...
Baptiste Daroussin
2013-06-14
2
-26
/
+6
*
No need to globally define X_NESTSERVER_PORT
Baptiste Daroussin
2013-06-13
1
-1
/
+0
*
Previous attempt to fix the make patch with bmake (make it fail if a patch fa...
Baptiste Daroussin
2013-06-13
1
-22
/
+23
*
Fix patching
Baptiste Daroussin
2013-06-13
1
-5
/
+7
*
Fails is a dependency checking failed with bmake
Baptiste Daroussin
2013-06-13
1
-2
/
+2
*
Fail in case a checksum fails with bmake
Baptiste Daroussin
2013-06-13
1
-1
/
+2
*
Fix make patch not stopping in case a patch does not apply cleanly with bmake.
Baptiste Daroussin
2013-06-13
1
-22
/
+22
*
- lang/perl5.12 upgrade to 5.12.5
Andrej Zverev
2013-06-12
1
-10
/
+16
*
Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.
Raphael Kubo da Costa
2013-06-11
1
-1
/
+1
*
Add Oracle Berkeley DB 6.0.
Matthias Andree
2013-06-11
1
-1
/
+8
*
Avoid corrupting the manifest when bmake is run with -dl arguments
Baptiste Daroussin
2013-06-10
1
-2
/
+1
*
Simplify the creation of the options part of the pkgng manifest
Baptiste Daroussin
2013-06-10
1
-41
/
+1
*
Add some more comment to explain how SHEBANG_FILES works
Baptiste Daroussin
2013-06-10
1
-0
/
+4
*
Yet more factorisation
Baptiste Daroussin
2013-06-10
1
-11
/
+4
*
Factorise code
Baptiste Daroussin
2013-06-10
1
-30
/
+10
*
Append per arch defaults directly to OPTIONS_DEFAULT. Duplicates
Tijl Coosemans
2013-06-10
1
-5
/
+1
*
Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONS
Tijl Coosemans
2013-06-10
1
-21
/
+6
*
This should not have been in either
Baptiste Daroussin
2013-06-10
1
-27
/
+0
*
Partial revert of r320440 some things has been committed that shouldn't have yet
Baptiste Daroussin
2013-06-10
2
-44
/
+28
*
Removed useless quotes
Baptiste Daroussin
2013-06-10
3
-4
/
+47
*
Testing COMPLETE_OPTIONS_LIST is enought to determine if there is options to ...
Baptiste Daroussin
2013-06-10
1
-1
/
+1
*
Factorize pre-config
Baptiste Daroussin
2013-06-10
1
-28
/
+8
*
Factorise make pretty-print-config code
Baptiste Daroussin
2013-06-10
1
-44
/
+19
*
Show options group descriptions in make showconfig,
Baptiste Daroussin
2013-06-10
1
-56
/
+18
*
Remove some redundant comments.
Tijl Coosemans
2013-06-09
1
-2
/
+0
[next]