[Bug 265651] [NEW PORT] archivers/zpaqfranz: versioned/snapshot archive
Date: Tue, 09 Aug 2022 12:02:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265651 --- Comment #6 from Felix Palmen <zirias@freebsd.org> --- (In reply to Franco Corbelli from comment #4) > PS/2 CFLAGS+= -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 add 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 files 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. -- You are receiving this mail because: You are the assignee for the bug.