Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 09:13:16 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        leeym@FreeBSD.org
Subject:   ports/111935: [PATCH] databases/gqlplus: cleanup non-supported FreeBSD versions 
Message-ID:  <1177071196.169868.4191.nullmailer@bsdmail.org>
Resent-Message-ID: <200704201220.l3KCK3qC010978@freefall.freebsd.org>

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

>Number:         111935
>Category:       ports
>Synopsis:       [PATCH] databases/gqlplus: 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 12:20:03 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 FreeBSD 4.x (EOL)

Port maintainer (leeym@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gqlplus-1.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gqlplus/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	10 Dec 2006 14:47:40 -0000	1.12
+++ Makefile	20 Apr 2007 12:10:59 -0000
@@ -20,12 +20,6 @@
 PORTDOCS=	README ChangeLog
 PLIST_FILES=	bin/gqlplus
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+=	ncurses:${PORTSDIR}/devel/ncurses
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
@@ -33,4 +27,4 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- gqlplus-1.12.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?1177071196.169868.4191.nullmailer>