Date: Tue, 09 Aug 2022 12:57:32 +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-M6SUVRrCjC@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 #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=3D zpaqfranz DISTVERSION=3D 55.8 CATEGORIES=3D archivers MASTER_SITES=3D http://www.francocorbelli.it/zpaqfranz/ MAINTAINER=3D franco@francocorbelli.com COMMENT=3D Swiss army knife for the serious backup and disaster reco= very manager LICENSE=3D BSD2CLAUSE MIT LICENSE_COMB=3D dual NO_WRKSUBDIR=3D yes post-patch: @${REINPLACE_CMD} 's|-march=3Dnative||' ${WRKSRC}/Makefile post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/dir ${LN} -s ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/dir .include <bsd.port.pre.mk> .if ${ARCH} !=3D "amd64" CFLAGS+=3D -DNOJIT .endif .include <bsd.port.post.mk> --- --=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-M6SUVRrCjC>