FreeBSD Bugzilla – Attachment 236056 Details for
Bug 265651
[NEW PORT] archivers/zpaqfranz: versioned/snapshot archive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-archivers-zpaqfranz-Add-option-for-installing-dir
0001-archivers-zpaqfranz-Add-option-for-installing-dir.patch (text/plain), 1.34 KB, created by
Felix Palmen
on 2022-08-22 11:34:42 UTC
(
hide
)
Description:
0001-archivers-zpaqfranz-Add-option-for-installing-dir
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2022-08-22 11:34:42 UTC
Size:
1.34 KB
patch
obsolete
>From ac7fa629ee8f9ab3717fc3af495785981a3e36ff Mon Sep 17 00:00:00 2001 >From: Felix Palmen <zirias@FreeBSD.org> >Date: Mon, 22 Aug 2022 13:27:18 +0200 >Subject: [PATCH] archivers/zpaqfranz: Add option for installing dir > >bin/dir is just a shorthand for a subcommand of zpaqfranz. Installing it >would conflict with misc/gnuls, so make it optional and disabled by >default. > >PR: 265651 >Reported by: diizzy (on IRC) >--- > archivers/zpaqfranz/Makefile | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile >index 94d1c17e34fb..638643a2c3fe 100644 >--- a/archivers/zpaqfranz/Makefile >+++ b/archivers/zpaqfranz/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= zpaqfranz > DISTVERSION= 55.12 >+PORTREVISION= 1 > CATEGORIES= archivers > MASTER_SITES= http://www.francocorbelli.it/zpaqfranz/freebsd/ > >@@ -11,8 +12,13 @@ LICENSE_COMB= dual > > NO_WRKSUBDIR= yes > >-PLIST_FILES= bin/dir \ >- bin/zpaqfranz >+OPTIONS_DEFINE= DIRCOMMAND >+DIRCOMMAND_DESC= Add a symlink to call the dir subcommand directly >+ >+PLIST_FILES= bin/zpaqfranz >+ >+post-install-DIRCOMMAND-off: >+ ${RM} ${STAGEDIR}${LOCALBASE}/bin/dir > > .include <bsd.port.pre.mk> > >@@ -20,4 +26,8 @@ PLIST_FILES= bin/dir \ > CFLAGS+= -DNOJIT > .endif > >+.if ${PORT_OPTIONS:MDIRCOMMAND} >+PLIST_FILES+= bin/dir >+.endif >+ > .include <bsd.port.post.mk> >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265651
:
235695
|
235803
|
235804
|
236044
|
236056
|
236057