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

(-)cad/geda/Makefile (-7 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	geda
4
PORTNAME=	geda
5
PORTVERSION=	1.8.2
5
PORTVERSION=	1.8.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	cad
8
CATEGORIES=	cad
9
MASTER_SITES=	http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/
9
MASTER_SITES=	http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/
Lines 19-28 Link Here
19
		libguile.so:${PORTSDIR}/lang/guile
19
		libguile.so:${PORTSDIR}/lang/guile
20
RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
20
RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
21
21
22
OPTIONS_DEFINE=	DOCS
22
USES=		desktop-file-utils gettext gmake libtool pathfix perl5 \
23
23
		pkgconfig python:run shared-mime-info shebangfix
24
USES=		desktop-file-utils gettext gmake pathfix libtool perl5 \
25
		pkgconfig shared-mime-info shebangfix
26
SHEBANG_FILES=	examples/lightning_detector/bom libgeda/docs/*.dox \
24
SHEBANG_FILES=	examples/lightning_detector/bom libgeda/docs/*.dox \
27
		utils/gxyrs/*.pl utils/scripts/* \
25
		utils/gxyrs/*.pl utils/scripts/* \
28
		utils/docs/*.dox gattrib/docs/*.dox \
26
		utils/docs/*.dox gattrib/docs/*.dox \
Lines 30-38 Link Here
30
		gnetlist/docs/*.dox
28
		gnetlist/docs/*.dox
31
USE_GNOME=	gtk20
29
USE_GNOME=	gtk20
32
USE_PERL5=	run
30
USE_PERL5=	run
33
USE_PYTHON_RUN=	yes
34
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
35
CONFIGURE_ARGS=	--with-libstroke=${LOCALBASE}
32
CONFIGURE_ARGS=	--with-libstroke=${LOCALBASE}
33
INSTALL_TARGET=	install-strip
36
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
37
INSTALLS_ICONS=	yes
35
INSTALLS_ICONS=	yes
38
36
Lines 50-56 Link Here
50
48
51
PORTSCOUT=	limitw:1,even
49
PORTSCOUT=	limitw:1,even
52
50
53
.include <bsd.port.options.mk>
51
OPTIONS_DEFINE=	DOCS
54
52
55
post-patch:
53
post-patch:
56
.for dir in gattrib gschem libgeda
54
.for dir in gattrib gschem libgeda
(-)cad/geda/files/patch-libgeda__src__scheme_object.c (+13 lines)
Line 0 Link Here
1
--- libgeda/src/scheme_object.c.orig
2
+++ libgeda/src/scheme_object.c
3
@@ -1986,8 +1986,8 @@
4
  * \param filename_s  New filename for \a obj_s.
5
  * \return \a obj_s.
6
  */
7
-SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!",
8
-            3, 0, 0, (SCM obj_s, SCM data_s, SCM filename_s),
9
+SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!", 3, 0, 0,
10
+            (SCM obj_s, SCM data_s, SCM filename_s),
11
             "Set a picture object's data from a vector.")
12
 {
13
   SCM vec_s = scm_any_to_s8vector (data_s);

Return to bug 192786