View | Details | Raw Unified | Return to bug 138016
Collapse All | Expand All

(-)/kirby/shared/ports/scite/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	scite
8
PORTNAME=	scite
9
PORTVERSION=	2.00
9
PORTVERSION=	2.01
10
CATEGORIES=	editors gnome
10
CATEGORIES=	editors gnome
11
MASTER_SITES=	SFP/scintilla/SciTE/${PORTVERSION}
11
MASTER_SITES=	SFP/scintilla/SciTE/${PORTVERSION}
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
(-)/kirby/shared/ports/scite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (scite200.tgz) = fe6ba62eaf86ec0a49e03d2a03c3e048
1
MD5 (scite201.tgz) = ef4b6b4d903c29e4ab511488a0d20f46
2
SHA256 (scite200.tgz) = 56be771b4aaf9a0e0b601dea374f12926fc1c2eb1b91ab8783165143c8d7b210
2
SHA256 (scite201.tgz) = 32dc19abd1a042e5aa8b07ea83a5ef62ab9e3c3dfba3f962dcdd670ef8ab84c5
3
SIZE (scite200.tgz) = 1810957
3
SIZE (scite201.tgz) = 1810998
(-)/kirby/shared/ports/scite/files/patch-aa (-7 / +7 lines)
Lines 1-5 Link Here
1
--- makefile.old	2008-05-01 09:40:28.000000000 -0400
1
--- makefile.orig	2009-08-12 21:39:59.000000000 -0400
2
+++ makefile	2008-10-19 12:49:42.000000000 -0400
2
+++ makefile	2009-08-21 02:04:44.000000000 -0400
3
@@ -5,7 +5,7 @@
3
@@ -5,7 +5,7 @@
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
5
 
5
 
Lines 10-23 Link Here
10
 
10
 
11
 # If explicit setting of GTK1 or GTK2 then use that else look for
11
 # If explicit setting of GTK1 or GTK2 then use that else look for
12
@@ -26,7 +26,7 @@
12
@@ -26,7 +26,7 @@
13
 CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0)
13
 CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0)
14
 CONFIGLIB=$(shell pkg-config --libs gtk+-2.0 gthread-2.0)
14
 CONFIGLIB:=$(shell pkg-config --libs gtk+-2.0 gthread-2.0)
15
 CONFIGTHREADS=
15
 CONFIGTHREADS:=
16
-gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null)
16
-gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null)
17
+gnomeprefix:=$(PREFIX)
17
+gnomeprefix:=$(PREFIX)
18
 else
18
 else
19
 CONFIGFLAGS=$(shell gtk-config --cflags)
19
 CONFIGFLAGS:=$(shell gtk-config --cflags)
20
 CONFIGLIB=$(shell gtk-config --libs)
20
 CONFIGLIB:=$(shell gtk-config --libs)
21
@@ -76,12 +76,12 @@
21
@@ -76,12 +76,12 @@
22
 
22
 
23
 INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
23
 INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include

Return to bug 138016