Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 16:50:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268132] [NEW PORT] audio/grandorgue: Virtual Pipe Organ Software
Message-ID:  <bug-268132-7788-QEOCkdCiqW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268132-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268132-7788@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=3D268132

--- Comment #16 from Keith White <kwhite.uottawa@gmail.com> ---
For me, it was necessary to add -DBUILD_VERSION=3D1 to CMAKE_ARGS in the
Makefile. Otherwise "Update available!" is triggered each time you start
GrandOrgue.

=3D=3D=3D
--- ./Makefile  2024-03-29 12:32:14.210171000 -0400
+++ audio/grandorgue/Makefile        2024-03-29 09:26:41.150040000 -0400
@@ -45,6 +45,7 @@
 CMAKE_ARGS=3D    -DUSE_INTERNAL_PORTAUDIO:BOOL=3DFALSE \
                -DUSE_INTERNAL_RTAUDIO:BOOL=3DFALSE \
                -DUSE_INTERNAL_ZITACONVOLVER:BOOL=3DFALSE \
+               -DBUILD_VERSION=3D1 \
                -DDOCBOOK_DIR=3D/usr/local/share/xsl/docbook
 CXXFLAGS+=3D     -Wno-inconsistent-missing-override -Wno-unused-but-set-va=
riable
-Wno-mismatched-tags -Wno-unused-const-variable -Wno-unused-private-field
-Wno-unused-command-line-argument
 .include <bsd.port.mk>
=3D=3D=3D

Tested on amd64 15.0-CURRENT, armv7 14.0

--=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-268132-7788-QEOCkdCiqW>