Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2013 19:07:50 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Cc:        freebsd@skysmurf.nl
Subject:   ports/181647: [PATCH] archivers/zip: fix OptionsNG
Message-ID:  <521F1D76.6040108@airport.fm>
Resent-Message-ID: <201308291020.r7TAK0WO092183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181647
>Category:       ports
>Synopsis:       [PATCH] archivers/zip: fix OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 10:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p1 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p1 FreeBSD 8.4-RELEASE-p1 #0: Fri Jun 28 03:46:37 UTC 2013
>Description:
  fix OptionsNG
  trim header

Port maintainer (freebsd@skysmurf.nl) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- zip-3.0.patch begins here ---
diff -ruN /usr/ports/archivers/zip/Makefile ./Makefile
--- /usr/ports/archivers/zip/Makefile	2013-08-15 07:35:50.000000000 +0900
+++ ./Makefile	2013-02-26 16:15:49.000000000 +0900
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Info-ZIP
-# Date created:				22 Dec 1994
-# Whom:					Andrey Chernov <ache@FreeBSD.org>
-#
-# $FreeBSD: archivers/zip/Makefile 324744 2013-08-14 22:35:50Z ak $
-#
+# Created by: Andrey Chernov <ache@FreeBSD.org>
+# $FreeBSD: ports/archivers/zip/Makefile,v 1.44 2012/12/16 04:19:55 svnexp Exp $
  PORTNAME=	zip
 PORTVERSION=	3.0
@@ -22,13 +18,16 @@
 MAN1=		zip.1 zipcloak.1 zipnote.1 zipsplit.1
 PORTDOCS=	*
+MAKE_JOBS_SAFE=	yes
+
+.include <bsd.port.options.mk>
  do-install:
 .for p in ${PLIST_FILES:T}
 	${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${MANPREFIX}/man/man1
 .endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 # License is BSD-based, but not identical, so intall with documentation
 . for d in CHANGES LICENSE README* TODO WHATSNEW WHERE
--- zip-3.0.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?521F1D76.6040108>