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

(-)geany/Makefile (-6 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	geany
8
PORTNAME=	geany
9
PORTVERSION=	0.15
9
PORTVERSION=	0.16
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
Lines 19-25 Link Here
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LDFLAGS="-L${LOCALBASE}/lib -lgnuregex"
22
		LDFLAGS="-L${LOCALBASE}/lib"
23
23
24
OPTIONS=	VTE	"Enable Virtual Terminal Emulation support"	on \
24
OPTIONS=	VTE	"Enable Virtual Terminal Emulation support"	on \
25
		NLS	"Enable Native Language support"		on
25
		NLS	"Enable Native Language support"		on
Lines 44-53 Link Here
44
.endif
44
.endif
45
45
46
post-patch:
46
post-patch:
47
	@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' ${WRKSRC}/scintilla/Makefile.in
47
#	@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' ${WRKSRC}/scintilla/Makefile.in
48
.for file in tagmanager/lregex.c src/encodings.c
48
#.for file in tagmanager/lregex.c src/encodings.c
49
	@${REINPLACE_CMD} -e 's|<regex\.h>|<gnu/regex.h>|g' ${WRKSRC}/${file}
49
#	@${REINPLACE_CMD} -e 's|<regex\.h>|<gnu/regex.h>|g' ${WRKSRC}/${file}
50
.endfor
50
#.endfor
51
.if defined(NOPORTDOCS)
51
.if defined(NOPORTDOCS)
52
	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in
52
	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in
53
.endif
53
.endif
(-)geany/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (geany-0.15.tar.bz2) = 1bf32cc81251e00995a9ed948e39ff89
1
MD5 (geany-0.16.tar.bz2) = 36ede942a6e4ad4660e918c98cb9cf15
2
SHA256 (geany-0.15.tar.bz2) = dbc3a204329a40a86294aa8c5ff3c9007808aa3db17f89dfc102056aa1c7367d
2
SHA256 (geany-0.16.tar.bz2) = e481bfde0645b3a0c004bd9fb999f767cf4d76305cd7d0bf24cf7a0ae3d30de8
3
SIZE (geany-0.15.tar.bz2) = 2269527
3
SIZE (geany-0.16.tar.bz2) = 2286258
(-)geany/pkg-plist (-4 / +12 lines)
Lines 5-10 Link Here
5
include/geany/encodings.h
5
include/geany/encodings.h
6
include/geany/filetypes.h
6
include/geany/filetypes.h
7
include/geany/geany.h
7
include/geany/geany.h
8
include/geany/geanyfunctions.h
8
include/geany/highlighting.h
9
include/geany/highlighting.h
9
include/geany/keybindings.h
10
include/geany/keybindings.h
10
include/geany/msgwindow.h
11
include/geany/msgwindow.h
Lines 29-34 Link Here
29
include/geany/tagmanager/tm_work_object.h
30
include/geany/tagmanager/tm_work_object.h
30
include/geany/tagmanager/tm_workspace.h
31
include/geany/tagmanager/tm_workspace.h
31
include/geany/templates.h
32
include/geany/templates.h
33
include/geany/toolbar.h
32
include/geany/ui_utils.h
34
include/geany/ui_utils.h
33
include/geany/utils.h
35
include/geany/utils.h
34
lib/geany/classbuilder.la
36
lib/geany/classbuilder.la
Lines 68-80 Link Here
68
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_in_files_dialog.png
70
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_in_files_dialog.png
69
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_completions.png
71
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_completions.png
70
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_display.png
72
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_display.png
73
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_indentation.png
71
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_features.png
74
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_edit_features.png
72
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_files.png
75
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_files.png
73
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen.png
76
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_misc.png
77
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_startup.png
74
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface.png
78
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface.png
75
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_keys.png
79
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_keys.png
76
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_printing.png
80
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_printing.png
77
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_search.png
78
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_templ.png
81
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_templ.png
79
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_toolbar.png
82
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_toolbar.png
80
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_tools.png
83
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_tools.png
Lines 87-92 Link Here
87
%%DATADIR%%/filetypes.asm
90
%%DATADIR%%/filetypes.asm
88
%%DATADIR%%/filetypes.c
91
%%DATADIR%%/filetypes.c
89
%%DATADIR%%/filetypes.caml
92
%%DATADIR%%/filetypes.caml
93
%%DATADIR%%/filetypes.cmake
90
%%DATADIR%%/filetypes.common
94
%%DATADIR%%/filetypes.common
91
%%DATADIR%%/filetypes.conf
95
%%DATADIR%%/filetypes.conf
92
%%DATADIR%%/filetypes.cpp
96
%%DATADIR%%/filetypes.cpp
Lines 108-114 Link Here
108
%%DATADIR%%/filetypes.latex
112
%%DATADIR%%/filetypes.latex
109
%%DATADIR%%/filetypes.lua
113
%%DATADIR%%/filetypes.lua
110
%%DATADIR%%/filetypes.makefile
114
%%DATADIR%%/filetypes.makefile
111
%%DATADIR%%/filetypes.oms
115
%%DATADIR%%/filetypes.matlab
116
%%DATADIR%%/filetypes.nsis
112
%%DATADIR%%/filetypes.pascal
117
%%DATADIR%%/filetypes.pascal
113
%%DATADIR%%/filetypes.perl
118
%%DATADIR%%/filetypes.perl
114
%%DATADIR%%/filetypes.php
119
%%DATADIR%%/filetypes.php
Lines 120-134 Link Here
120
%%DATADIR%%/filetypes.sh
125
%%DATADIR%%/filetypes.sh
121
%%DATADIR%%/filetypes.sql
126
%%DATADIR%%/filetypes.sql
122
%%DATADIR%%/filetypes.tcl
127
%%DATADIR%%/filetypes.tcl
128
%%DATADIR%%/filetypes.vala
123
%%DATADIR%%/filetypes.vhdl
129
%%DATADIR%%/filetypes.vhdl
124
%%DATADIR%%/filetypes.xml
130
%%DATADIR%%/filetypes.xml
125
%%DATADIR%%/global.tags
131
%%DATADIR%%/filetypes.yaml
132
%%DATADIR%%/c99.tags
126
%%DATADIR%%/html_entities.tags
133
%%DATADIR%%/html_entities.tags
127
%%DATADIR%%/latex.tags
134
%%DATADIR%%/latex.tags
128
%%DATADIR%%/pascal.tags
135
%%DATADIR%%/pascal.tags
129
%%DATADIR%%/php.tags
136
%%DATADIR%%/php.tags
130
%%DATADIR%%/python.tags
137
%%DATADIR%%/python.tags
131
%%DATADIR%%/snippets.conf
138
%%DATADIR%%/snippets.conf
139
%%DATADIR%%/ui_toolbar.xml
132
%%NLS%%share/locale/be/LC_MESSAGES/geany.mo
140
%%NLS%%share/locale/be/LC_MESSAGES/geany.mo
133
%%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
141
%%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
134
%%NLS%%share/locale/ca/LC_MESSAGES/geany.mo
142
%%NLS%%share/locale/ca/LC_MESSAGES/geany.mo

Return to bug 132702