Date: Tue, 09 Aug 2022 12:19:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265651] [NEW PORT] archivers/zpaqfranz: versioned/snapshot archive Message-ID: <bug-265651-7788-r6IBNIxCh6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265651-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265651-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=3D265651 --- Comment #7 from Franco Corbelli <franco@francocorbelli.com> --- 1) on the symlink I do not know how to make via the Port's Make (do-install) 2) I do NOT want to use (in FreeBSD port manager) the "first" Makefile at a= ll 3) -march=3Dnative therefore should not be called, and in fact does not see= ms to be (during the port make install) =3D=3D=3D> Patching for zpaqfranz-55.8 =3D=3D=3D> Configuring for zpaqfranz-55.8 =3D=3D=3D> Building for zpaqfranz-55.8 c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dunix /tmp/zpaqfranz/work/zpaqfranz-55.8/zpaqfranz.cpp -o /tmp/zpaqfranz/work/zpaqfranz -static -pthread -lstdc++ -lm 4) the -DNOJIT I am thinking on something quick-and-dirty, just like that NO_WRKSUBDIR=3D yes ZPAQFLAGS=3D -Dunix -DNOJIT .include <bsd.port.options.mk> .if (${ARCH} =3D=3D "amd64") ZPAQFLAGS=3D -Dunix .endif .if ((!empty(MACHINE_CPU:Msse2)) && (${ARCH} =3D=3D "i386")) ZPAQFLAGS=3D -Dunix -msse2 .endif Is it feasible? --=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-265651-7788-r6IBNIxCh6>