Date: Mon, 19 Feb 2018 16:20:43 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462333 - in head: databases/sqlitestudio net-im/toxic security/pam-modules Message-ID: <201802191620.w1JGKhIS091821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Feb 19 16:20:42 2018 New Revision: 462333 URL: https://svnweb.freebsd.org/changeset/ports/462333 Log: Don't abuse opt_VARS to add to USES. Sponsored by: Absolight Modified: head/databases/sqlitestudio/Makefile (contents, props changed) head/net-im/toxic/Makefile (contents, props changed) head/security/pam-modules/Makefile (contents, props changed) Modified: head/databases/sqlitestudio/Makefile ============================================================================== --- head/databases/sqlitestudio/Makefile Mon Feb 19 16:20:20 2018 (r462332) +++ head/databases/sqlitestudio/Makefile Mon Feb 19 16:20:42 2018 (r462333) @@ -59,7 +59,8 @@ post-patch: PLUGIN_DIRS= PLUGIN_CSV_IMPORT_VARS= PLUGIN_DIRS+=CsvImport PLUGIN_CSV_EXPORT_VARS= PLUGIN_DIRS+=CsvExport -PLUGIN_DB_SQLITE_CIPHER_VARS= PLUGIN_DIRS+=DbSqliteCipher USES+=ssl +PLUGIN_DB_SQLITE_CIPHER_USES= ssl +PLUGIN_DB_SQLITE_CIPHER_VARS= PLUGIN_DIRS+=DbSqliteCipher PLUGIN_HTML_EXPORT_VARS= PLUGIN_DIRS+=HtmlExport PLUGIN_JSON_EXPORT_VARS= PLUGIN_DIRS+=JsonExport PLUGIN_PDF_EXPORT_VARS= PLUGIN_DIRS+=PdfExport Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Mon Feb 19 16:20:20 2018 (r462332) +++ head/net-im/toxic/Makefile Mon Feb 19 16:20:42 2018 (r462333) @@ -35,7 +35,7 @@ X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify -PYTHON_VARS= USES+=python:3.3+ +PYTHON_USES= python:3.3+ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" Modified: head/security/pam-modules/Makefile ============================================================================== --- head/security/pam-modules/Makefile Mon Feb 19 16:20:20 2018 (r462332) +++ head/security/pam-modules/Makefile Mon Feb 19 16:20:42 2018 (r462333) @@ -31,7 +31,8 @@ MYSQL_USE= MYSQL PGSQL_CONFIGURE_ENABLE= pgsql PGSQL_DESC= Build pam_pgsql -PGSQL_VARS= USES+=pgsql WANT_PGSQL=client +PGSQL_USES= pgsql +PGSQL_VARS= WANT_PGSQL=client SYSLOG_CONFIGURE_ENABLE= log SYSLOG_DESC= Build pam_log
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191620.w1JGKhIS091821>