Date: Mon, 01 Aug 2005 17:35:18 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84431: [update] databases/gqlplus to 1.10 Message-ID: <E1DzaRq-000Lgf-MF@az.inec.ru> Resent-Message-ID: <200508011340.j71DeC4v040588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84431 >Category: ports >Synopsis: [update] databases/gqlplus to 1.10 >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: Mon Aug 01 13:40:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Changelog: - fix endless loop in file_set_editor() >How-To-Repeat: >Fix: --- gqlplus.diff begins here --- diff -Nru gqlplus.orig/Makefile gqlplus/Makefile --- gqlplus.orig/Makefile Wed Feb 23 11:34:50 2005 +++ gqlplus/Makefile Mon Aug 1 17:32:11 2005 @@ -6,7 +6,7 @@ # PORTNAME= gqlplus -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,24 @@ MAINTAINER= leeym@FreeBSD.org COMMENT= SQL*PLUS with commandline editing, history, and name completion -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a -MAKEFILE= makefile -PLIST_FILES= bin/gqlplus +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400010 +LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses +.endif + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes +PLIST_FILES= bin/gqlplus %%DOCSDIR%%/README +PLIST_DIRS= %%DOCSDIR%% + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -Nru gqlplus.orig/distinfo gqlplus/distinfo --- gqlplus.orig/distinfo Mon Feb 14 23:10:32 2005 +++ gqlplus/distinfo Mon Aug 1 17:14:44 2005 @@ -1,2 +1,2 @@ -MD5 (gqlplus-1.9.tar.gz) = 8198a1c830b8a319dec0e17a7dc861dc -SIZE (gqlplus-1.9.tar.gz) = 1919087 +MD5 (gqlplus-1.10.tar.gz) = 14eecc3e20001c15a2722f08df1d1d4f +SIZE (gqlplus-1.10.tar.gz) = 1908840 --- gqlplus.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?E1DzaRq-000Lgf-MF>