Date: Tue, 09 Aug 2022 12:02:16 +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-Bf4lSvc0Rk@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 #6 from Felix Palmen <zirias@freebsd.org> --- (In reply to Franco Corbelli from comment #4) > PS/2 CFLAGS+=3D -DNOJIT is a big nono, if not really necessary > [...] You can enable SSE2 for amd64. You can't for i386 (except when adding a port option to do so). The latter would be a bit "advanced", and you can also ad= d it later. > I much prefer to leave both, so they are untied (delete one or the other, > or both) > The software has no dependency and practically does not require > installation/deinstallation, it can be deleted directly without leaving "= junk" This makes little sense when building a port. Having pkg manage installed f= iles is kind of the point of it. It's not uncommon to have binaries do different things based on argv[0]. A symlink is the correct way to install such a thing. --=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-Bf4lSvc0Rk>