ports/115388: [PATCH] x11-toolkits/gtkscintilla: add IGNORE if Scintilla isn't built with GTK1

Naram Qashat cyberbotx at cyberbotx.com
Fri Aug 10 17:40:02 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list