View | Details | Raw Unified | Return to bug 190689 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-11 / +4 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	LGPL20
15
LICENSE=	LGPL20
16
16
17
USES=		tar:xz
18
PORTSCOUT=	limitw:1,even
17
PORTSCOUT=	limitw:1,even
19
18
20
.if !defined(REFERENCE_PORT)
19
.if !defined(REFERENCE_PORT)
Lines 22-33 Link Here
22
LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
21
LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
23
		libffi.so:${PORTSDIR}/devel/libffi
22
		libffi.so:${PORTSDIR}/devel/libffi
24
23
25
USE_AUTOTOOLS=	libtool
24
GNU_CONFIGURE=	yes
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
26
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
28
# (wchar_t is used by glibmm, rawtherapee triggered this)
27
# (wchar_t is used by glibmm, rawtherapee triggered this)
29
USES+=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5
28
USES=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5\
30
USE_GNOME=	ltverhack
29
		tar:xz libtool:oldver
31
USE_PYTHON=	yes
30
USE_PYTHON=	yes
32
PYTHON_PY3K_PLIST_HACK=	yes
31
PYTHON_PY3K_PLIST_HACK=	yes
33
CONFIGURE_ARGS=	--enable-static \
32
CONFIGURE_ARGS=	--enable-static \
Lines 67-79 Link Here
67
.endif
66
.endif
68
67
69
# Let glib use asm code for implementing atomic ops on i386 and amd64.
68
# Let glib use asm code for implementing atomic ops on i386 and amd64.
70
.if ${ARCH} == "i386"
69
GLIB_ARCH=	${ARCH:S,i386,i486,:S,amd64,x86_64,}
71
GLIB_ARCH=	i486
72
.elif ${ARCH} == "amd64"
73
GLIB_ARCH=	x86_64
74
.else
75
GLIB_ARCH=	${ARCH}
76
.endif
77
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
70
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
78
71
79
.if ${PORT_OPTIONS:MCOLLATION_FIX}
72
.if ${PORT_OPTIONS:MCOLLATION_FIX}
(-)./files/patch-doc_reference_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- docs/reference/Makefile.in.orig	2007-12-21 16:54:10.000000000 -0500
2
+++ docs/reference/Makefile.in	2007-12-21 16:54:40.000000000 -0500
3
@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt
4
 # initialize variables for unconditional += appending
5
 EXTRA_DIST = 
6
 TEST_PROGS = 
7
-SUBDIRS = glib gobject gio
8
+SUBDIRS = #glib gobject gio
9
 all: all-recursive
10
 
11
 .SUFFIXES:
(-)./files/patch-docs_reference_Makefile.in (+11 lines)
Line 0 Link Here
1
--- docs/reference/Makefile.in.orig	2007-12-21 16:54:10.000000000 -0500
2
+++ docs/reference/Makefile.in	2007-12-21 16:54:40.000000000 -0500
3
@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt
4
 # initialize variables for unconditional += appending
5
 EXTRA_DIST = 
6
 TEST_PROGS = 
7
-SUBDIRS = glib gobject gio
8
+SUBDIRS = #glib gobject gio
9
 all: all-recursive
10
 
11
 .SUFFIXES:

Return to bug 190689