diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2016-01-13 05:39:29 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2016-01-13 05:39:29 +0000 |
commit | b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9 (patch) | |
tree | 3d595ef399c51ba23f7da95709d01e334329514b /databases/mysql57-server | |
parent | 8da7c5157efa2471c84279c366d7445ad37f9d77 (diff) | |
download | ports-b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9.tar.gz ports-b1b9b70c76aa375b1d5e54f0a53fa8da4cb85cc9.zip |
- Remove unused USE_* knobs:
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=406010
Diffstat (limited to 'databases/mysql57-server')
-rw-r--r-- | databases/mysql57-server/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 8d891a3b7c0c..5f13e293e6ba 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -116,8 +116,6 @@ OPENSSL_CMAKE_ON= -DWITH_SSL=system OPENSSL_CMAKE_ON= -DWITH_SSL=yes .endif -USE_CLANG= 3.3+ - post-extract: ${RM} -rvf ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h |