From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 20 14:00:08 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8EF716A404 for ; Fri, 20 Apr 2007 14:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9855013C4B0 for ; Fri, 20 Apr 2007 14:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3KE08JV020702 for ; Fri, 20 Apr 2007 14:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3KE08no020685; Fri, 20 Apr 2007 14:00:08 GMT (envelope-from gnats) Resent-Date: Fri, 20 Apr 2007 14:00:08 GMT Resent-Message-Id: <200704201400.l3KE08no020685@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcelo Araujo Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB1B016A401 for ; Fri, 20 Apr 2007 13:55:54 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1DB13C480 for ; Fri, 20 Apr 2007 13:55:54 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from localhost (localhost.intelbras.com.br [127.0.0.1]) by mail.intelbras.com.br (Postfix) with ESMTP id 765842DA478; Fri, 20 Apr 2007 10:55:52 -0300 (BRT) Received: from mail.intelbras.com.br ([127.0.0.1]) by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BqBOwl0bFRQ5; Fri, 20 Apr 2007 10:55:46 -0300 (BRT) Received: from bsdmail.org (unknown [192.168.130.1]) by mail.intelbras.com.br (Postfix) with ESMTP id ACB482DA45A; Fri, 20 Apr 2007 10:55:46 -0300 (BRT) Received: (nullmailer pid 27886 invoked by uid 0); Fri, 20 Apr 2007 13:55:45 -0000 Message-Id: <1177077345.928323.27885.nullmailer@bsdmail.org> Date: Fri, 20 Apr 2007 10:55:45 -0300 From: Marcelo Araujo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: itetcu@people.tecnik93.com Subject: ports/111946: [PATCH] comms/qfaxreader: cleanup non-supported FreeBSD versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 14:00:08 -0000 >Number: 111946 >Category: ports >Synopsis: [PATCH] comms/qfaxreader: cleanup non-supported FreeBSD versions >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: Fri Apr 20 14:00:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcelo Araujo >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - removed support to FreeBSD 4.x (EOL) Port maintainer (itetcu@people.tecnik93.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- qfaxreader-0.3.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/qfaxreader/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 13 Feb 2007 00:16:18 -0000 1.5 +++ Makefile 20 Apr 2007 13:54:42 -0000 @@ -36,8 +36,8 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile +.if !defined(NOPORTDOCS) +PORTDOCS= * .endif -.include +.include --- qfaxreader-0.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: