Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2007 13:32:59 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115388: [PATCH] x11-toolkits/gtkscintilla: add IGNORE if Scintilla isn't built with GTK1
Message-ID:  <20070810173259.4A63EC211@kirby.cyberbotx.com>
Resent-Message-ID: <200708101740.l7AHe1PA026177@freefall.freebsd.org>

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

>Number:         115388
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/gtkscintilla: add IGNORE if Scintilla isn't built with GTK1
>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 Aug 10 17:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #9: Fri Jun 15 22:26:29 EDT 2007
>Description:
- Add an IGNORE if x11-toolkits/scintilla (Scintilla) is not built
  using GTK1

Generated with FreeBSD Port Tools 0.77

NOTE: This PR relies on ports/115127 being committed first
>How-To-Repeat:
>Fix:

--- gtkscintilla-0.8.2_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/gtkscintilla/Makefile /kirby/shared/ports/gtkscintilla/Makefile
--- /usr/ports/x11-toolkits/gtkscintilla/Makefile	Sun May 20 17:04:07 2007
+++ /kirby/shared/ports/gtkscintilla/Makefile	Fri Aug 10 13:30:29 2007
@@ -22,6 +22,10 @@
 USE_GNOME=	gtk12
 USE_LDCONFIG=	yes
 
+.if !exists(${PREFIX}/include/scintilla/.scintilla-gtk1)
+IGNORE=		requires x11-toolkits/scintilla to be built with GTK1
+.endif
+
 do-install:
 	${MKDIR} ${PREFIX}/include/scintilla
 	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/scintilla
--- gtkscintilla-0.8.2_5.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?20070810173259.4A63EC211>