Date: Fri, 30 May 2014 21:58:23 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wen@FreeBSD.org Subject: ports/190415: [PATCH] databases/sqliteman: Added STAGE support Message-ID: <201405301558.s4UFwNAi029491@bofh.1asiacom.net> Resent-Message-ID: <201405301600.s4UG00kr007738@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 190415 >Category: ports >Synopsis: [PATCH] databases/sqliteman: Added STAGE support >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 May 30 16:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r265972: Wed May 14 02:05:04 BDT >Description: - Added STAGE support For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/sqliteman/1.2.2_4/ Fails 2 build in 11.0 due to failure of a dependency graphics/libglapi. Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- sqliteman-1.2.2.patch begins here --- diff -ruN /usr/ports//databases/sqliteman/Makefile ./Makefile --- /usr/ports//databases/sqliteman/Makefile 2013-12-12 00:08:52.000000000 +0600 +++ ./Makefile 2014-05-29 19:15:59.955274310 +0600 @@ -3,22 +3,24 @@ PORTNAME= sqliteman PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= SF MAINTAINER= wen@FreeBSD.org COMMENT= Admin's GUI tool for Sqlite3 +LICENSE= GPLv2 + LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= cmake USE_SQLITE= yes CMAKE_ENV+= QMAKESPEC=${QMAKESPEC} USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql +INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> diff -ruN /usr/ports//databases/sqliteman/pkg-descr ./pkg-descr --- /usr/ports//databases/sqliteman/pkg-descr 2014-01-22 21:44:51.000000000 +0600 +++ ./pkg-descr 2014-05-29 16:39:48.822957958 +0600 @@ -4,4 +4,4 @@ And much more, it's available for all major platforms, and it's free. -WWW: http://sqliteman.sf.net/ +WWW: http://sqliteman.com/ --- sqliteman-1.2.2.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?201405301558.s4UFwNAi029491>