FreeBSD Bugzilla – Attachment 129767 Details for
Bug 173815
[PATCH] archivers/xarchive optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.93 KB, created by
Chris Petrik
on 2012-11-21 23:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 23:20:01 UTC
Size:
1.93 KB
patch
obsolete
>Index: xarchive/Makefile >=================================================================== >--- xarchive/Makefile (revision 305486) >+++ xarchive/Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: xarchive >-# Date created: 09 November 2005 >-# Whom: Mark Kane <mark@mkproductions.org> >-# >+# Created by: Mark Kane <mark@mkproductions.org> > # $FreeBSD$ >-# > > PORTNAME= xarchive > PORTVERSION= 0.2.8.6 >@@ -22,43 +18,45 @@ > GNU_CONFIGURE= yes > USE_GNOME= gtk20 > >-OPTIONS= 7ZIP "Support for 7zip archives" off \ >- ARJ "Support for ARJ archives" off \ >- ACE "Support for ACE archives" off \ >- DEB "Support for DEB archives" off \ >- RAR "Support for RAR archives" off \ >- RPM "Support for RPM archives" off \ >- ZIP "Support for ZIP archives" off >+OPTIONS_DEFINE= 7ZIP ARJ ACE DEB RAR RPM ZIP > >+7ZIP_DESC=Support for 7zip archives >+ARJ_DESC=Support for ARJ archives >+ACE_DESC=Support for ACE archives >+DEB_DESC=Support for DEB archives >+RAR_DESC=Support for RAR archives >+RPM_DESC=Support for RPM archives >+ZIP_DESC=Support for ZIP archives >+ > .include <bsd.port.pre.mk> > >-.if defined (WITH_7ZIP) >+.if ${PORT_OPTIONS:M7ZIP} > RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip > .endif > >-.if defined (WITH_ARJ) >+.if ${PORT_OPTIONS:MARJ} > RUN_DEPENDS+= arj:${PORTSDIR}/archivers/arj > .endif > >-.if defined (WITH_ACE) >+.if ${PORT_OPTIONS:MACE} > RUN_DEPENDS+= unace:${PORTSDIR}/archivers/unace > .endif > >-.if defined (WITH_DEB) >+.if ${PORT_OPTIONS:MDEB} > RUN_DEPENDS+= dpkg-deb:${PORTSDIR}/archivers/dpkg > .endif > >-.if defined (WITH_RAR) >+.if ${PORT_OPTIONS:MRAR} > RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar \ > unrar:${PORTSDIR}/archivers/unrar > .endif > >-.if defined (WITH_RPM) >+.if ${PORT_OPTIONS:MRPM} > RUN_DEPENDS+= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ > rpm:${PORTSDIR}/archivers/rpm > .endif > >-.if defined (WITH_ZIP) >+.if ${PORT_OPTIONS:MZIP} > RUN_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ > unzip:${PORTSDIR}/archivers/unzip > .endif
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 173815
: 129767