ports/111935: [PATCH] databases/gqlplus: cleanup non-supported FreeBSD versions
Marcelo Araujo
araujo at bsdmail.org
Fri Apr 20 12:20:03 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list