Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 17:05:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238195] net-mgmt/super_mediator does not package if MYSQL option disabled
Message-ID:  <bug-238195-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238195

            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@FreeBSD.org
          Reporter: wollman@FreeBSD.org
                CC: nacho319+freebsdZilla@gmail.com
             Flags: maintainer-feedback?(nacho319+freebsdZilla@gmail.com)
                CC: nacho319+freebsdZilla@gmail.com

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

Trivial patch (beware whitespace lossage):

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

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

 OPTIONS_DEFINE=3D        SPREAD MYSQL SKIPSET
 OPTIONS_DEFAULT=3D       MYSQL SKIPSET
Index: pkg-plist
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238195-7788>