[Bug 238195] net-mgmt/super_mediator does not package if MYSQL option disabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 28 17:05:16 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238195

            Bug ID: 238195
           Summary: net-mgmt/super_mediator does not package if MYSQL
                    option disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: wollman at FreeBSD.org
                CC: nacho319+freebsdZilla at gmail.com
             Flags: maintainer-feedback?(nacho319+freebsdZilla at gmail.com)
                CC: nacho319+freebsdZilla at gmail.com

The packing list includes super_table_creator unconditionally, but it is only
built if mysql support is configured.

Trivial patch (beware whitespace lossage):

Index: Makefile
===================================================================
--- Makefile    (revision 501580)
+++ Makefile    (working copy)
@@ -21,6 +21,7 @@
 USE_GNOME=     glib20

 PLIST_SUB+=    PORTVERSION="${PORTVERSION}"
+OPTIONS_SUB=   yes

 OPTIONS_DEFINE=        SPREAD MYSQL SKIPSET
 OPTIONS_DEFAULT=       MYSQL SKIPSET
Index: pkg-plist
===================================================================
--- pkg-plist   (revision 501580)
+++ pkg-plist   (working copy)
@@ -1,6 +1,6 @@
 man/man1/super_mediator.conf.1.gz
 man/man1/super_table_creator.1.gz
 man/man1/super_mediator.1.gz
-bin/super_table_creator
+%%MYSQL%%bin/super_table_creator
 bin/super_mediator
 @sample etc/super_mediator.conf.sample

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list