Date: Sat, 05 Mar 2016 12:28:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203204] [NEW PORT] databases/pgmodeler: PostgreSQL Database Modeler Message-ID: <bug-203204-13-oHVsW6hALg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203204-13@https.bugs.freebsd.org/bugzilla/> References: <bug-203204-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203204 Raphael Kubo da Costa <rakuco@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|New |Open --- Comment #5 from Raphael Kubo da Costa <rakuco@FreeBSD.org> --- Hi, I tried building this new port in debug mode with WITH_DEBUG=3Dyes, and it = has issues: - It's missing USE_QT5=3Dtestlib because the tests are built when debug mod= e is on. - The patch-pgmodeler.pro ends up duplicating the SUBDIRS=3Dplugins entry b= ecause it's also enabled by default in debug mode. I think it makes more sense to = do the following check with just a SUBDIRS entry. CONFIG(debug, debug|release): SUBDIRS +=3D tests plugins - The tests subdirectory installs some binaries that should be removed in post-install: bin/tests/baseobjecttest, bin/tests/roletest, bin/tests/runte= sts and bin/tests/syntaxhighlightertest. ${RM} -f ${STAGEDIR}${PREFIX}/bin/test= s/ should do the job. Alternatively, you could remove the installation parts in tests/tests.pri. --=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-203204-13-oHVsW6hALg>