PDA

View Full Version : mysql50-server: how to view build options?


squirL
January 8th, 2009, 10:24
hi all,
is there any opportunity to find out with which make variables port was compiled? for example wich WITH_CHARSET and WITH_COLLATION were used. there are no such records in make.conf

thanks and sorry for my english :)

abarmot
January 8th, 2009, 11:57
i don't sure but, i think only from /etc/make.conf

DutchDaemon
January 8th, 2009, 12:05
/usr/ports/databases/mysql50-server/Makefile shows the default Makefile used for compiling that port. The directive 'CONFIGURE_ARGS' shows which arguments are set, and the various 'if defined' statements below that show which arguments were not set, but can be set, usually through 'make config' (see /var/db/ports/mysql50-server/options for options that were set).