From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 15:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E8216A4D1 for ; Fri, 20 Aug 2004 15:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C11843D3F for ; Fri, 20 Aug 2004 15:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7KFAOpY024173 for ; Fri, 20 Aug 2004 15:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7KFAOt3024172; Fri, 20 Aug 2004 15:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 15:10:24 GMT Resent-Message-Id: <200408201510.i7KFAOt3024172@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4DD16A4CE for ; Fri, 20 Aug 2004 15:09:56 +0000 (GMT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCF843D3F for ; Fri, 20 Aug 2004 15:09:56 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7KF9kYA053676 for ; Fri, 20 Aug 2004 23:09:46 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7KF9ksk053675; Fri, 20 Aug 2004 23:09:46 +0800 (CST) Message-Id: <200408201509.i7KF9ksk053675@alumni.csie.nctu.edu.tw> Date: Fri, 20 Aug 2004 23:09:46 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70720: [UPDATE] Enable OPTIONS feature of ports/editors/scite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 15:10:25 -0000 >Number: 70720 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/editors/scite >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: Fri Aug 20 15:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/editors/scite >How-To-Repeat: Apply the patch. >Fix: --- scite.patch begins here --- diff -ruN /usr/ports/editors/scite/Makefile scite/Makefile --- /usr/ports/editors/scite/Makefile Sat Jul 31 23:58:51 2004 +++ scite/Makefile Fri Aug 20 21:20:01 2004 @@ -27,6 +27,10 @@ MAKEFILE= makefile MAKE_ENV= CC="${CXX}" +OPTIONS= GTK2 "Turns on GTK-2.x support (Default is GTK-1)" off + +.include + .if defined(WITH_GTK2) USE_GNOME+= gtk20 PKGNAMESUFFIX= -gtk2 @@ -37,16 +41,6 @@ MAN1= scite.1 -.if !defined(WITH_GTK2) -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "SciTE has the following tunable option(s):" - @${ECHO_MSG} " WITH_GTK2=yes Turns on GTK-2.x support" - @${ECHO_MSG} " (unavailable if x11-toolkits/scintilla has been" - @${ECHO_MSG} " built with GTK-1.x support)" - @${ECHO_MSG} "" -.endif - post-patch: @cd ${WRKSRC} && ${MV} SciTE.desktop SciTE.desktop.pre_tr \ && ${TR} -d "\r" < SciTE.desktop.pre_tr > SciTE.desktop @@ -63,4 +57,4 @@ ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR} -.include +.include --- scite.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: