[Bug 265651] [NEW PORT] archivers/zpaqfranz: versioned/snapshot archive

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 Aug 2022 12:57:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265651

--- Comment #12 from Felix Palmen <zirias@freebsd.org> ---
(In reply to Franco Corbelli from comment #11)
I don't see where this should lead. If a software can be built for all
architectures, it makes no sense to artificially restrict it.

Just to give you a feeling, here's a q&d port Makefile that would work:

---
PORTNAME=       zpaqfranz
DISTVERSION=    55.8
CATEGORIES=     archivers
MASTER_SITES=   http://www.francocorbelli.it/zpaqfranz/

MAINTAINER=     franco@francocorbelli.com
COMMENT=        Swiss army knife for the serious backup and disaster recovery
manager

LICENSE=        BSD2CLAUSE MIT
LICENSE_COMB=   dual

NO_WRKSUBDIR=   yes

post-patch:
                @${REINPLACE_CMD} 's|-march=native||' ${WRKSRC}/Makefile

post-install:
                ${RM} ${STAGEDIR}${PREFIX}/bin/dir
                ${LN} -s ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/dir

.include <bsd.port.pre.mk>

.if ${ARCH} != "amd64"
CFLAGS+=        -DNOJIT
.endif

.include <bsd.port.post.mk>
---

-- 
You are receiving this mail because:
You are the assignee for the bug.