Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 10:55:45 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@people.tecnik93.com
Subject:   ports/111946: [PATCH] comms/qfaxreader: cleanup non-supported FreeBSD versions 
Message-ID:  <1177077345.928323.27885.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201400.l3KE08no020685@freefall.freebsd.org>

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

>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  <bsd.port.post.mk>
+.include  <bsd.port.mk>
--- qfaxreader-0.3.1.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?1177077345.928323.27885.nullmailer>