Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 17:45:37 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/103104: [patch] archivers/freeze
Message-ID:  <20060910174537.BBE7CB821@trillian.nitro.dk>
Resent-Message-ID: <200609101750.k8AHoLYD061422@freefall.freebsd.org>

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

>Number:         103104
>Category:       ports
>Synopsis:       [patch] archivers/freeze
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 17:50:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
n/a
>Environment:
System: FreeBSD trillian.nitro.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Aug 19 14:56:13 UTC 2006 root@trillian.nitro.dk:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

- Compile with -DCOMPAT for Freeze 1.0 compatibility (not usually used, but why not giving the
  opportunity to the end-user?)
- Install README if NOPORTDOCS unset
- Bump PORTREVISION
- Take maintainership since it is an optional dependency of my amavisd-new port

>How-To-Repeat:
>Fix:

--- freeze.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/archivers/freeze/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	27 Sep 2005 14:08:58 -0000	1.14
+++ Makefile	10 Sep 2006 16:13:23 -0000
@@ -7,17 +7,24 @@
 
 PORTNAME=	freeze
 PORTVERSION=	2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/compression/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	gkovesdan@t-hosting.hu
 COMMENT=	Compression program - often used in QNX
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	prog
-MAKE_ARGS+=	CFLAGS="${CFLAGS} -I." CC="${CC}"
+MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -DCOMPAT" CC="${CC}"
 MAN1=		freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
 PLIST_FILES=	bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze
+PORTDOCS=	README
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
--- freeze.diff ends here ---


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



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