-Bsymbolic-functions support has been reverted for now.

This commit is contained in:
ajacoutot 2015-08-25 06:36:46 +00:00
parent eb2cf34a9c
commit 0297686fef
5 changed files with 26 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.117 2015/08/24 09:35:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.118 2015/08/25 06:36:46 ajacoutot Exp $
PORTROACH += limit:^0\.2
@ -13,8 +13,8 @@ SHARED_LIBS+= vte 14.1 # 2609.0
FULLPKGNAME-main= vte-${GNOME_VERSION}
FULLPKGNAME-python= py-${DISTNAME}
REVISION-main = 15
REVISION-python = 11
REVISION-main = 16
REVISION-python = 12
CATEGORIES= devel
@ -62,6 +62,9 @@ CONFIGURE_ARGS= --with-gtk=2.0 \
--enable-python \
--program-suffix=2
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
post-install:
rm ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/gtk-2.0/*.{a,la}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.61 2015/08/24 09:35:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.62 2015/08/25 06:36:46 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,7 +7,7 @@ COMMENT= terminal emulation library
GNOME_PROJECT= vte
GNOME_VERSION= 0.40.2
API_V= 2.91
REVISION= 0
REVISION= 1
PKGNAME= vte3-${GNOME_VERSION}
@ -50,6 +50,9 @@ CONFIGURE_STYLE= gnu
# needed by VTE-based terminals to update login records
CONFIGURE_ARGS += --enable-gnome-pty-helper
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
TEST_DEPENDS= shells/bash
SUBST_VARS += API_V

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.25 2015/08/24 09:35:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2015/08/25 06:36:46 ajacoutot Exp $
COMMENT= generic CSS parsing library for GNOME project
GNOME_PROJECT= libcroco
GNOME_VERSION= 0.6.8
REVISION= 3
REVISION= 4
SHARED_LIBS += croco-0.6 4.0 # .3.1
@ -25,4 +25,7 @@ LIB_DEPENDS= devel/glib2 \
CONFIGURE_STYLE= gnu
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.99 2015/08/24 09:35:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.100 2015/08/25 06:36:46 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= Unicode character map for the GNOME project
GNOME_PROJECT= gucharmap
GNOME_VERSION= 3.16.2
REVISION= 0
REVISION= 1
SHARED_LIBS += gucharmap_2_90 7.0 # 7.0
@ -29,4 +29,7 @@ MODGNOME_TOOLS= desktop-file-utils gobject-introspection vala yelp
LIB_DEPENDS= x11/gtk+3,-main
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.107 2015/08/24 09:35:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.108 2015/08/25 06:36:46 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= SAX-based render library for SVG files
GNOME_PROJECT= librsvg
GNOME_VERSION= 2.40.10
REVISION= 0
REVISION= 1
SHARED_LIBS += rsvg-2 38.2 # 42.10
@ -33,6 +33,9 @@ LIB_DEPENDS= devel/pango \
CONFIGURE_ARGS= --disable-tools
# error: -Bsymbolic requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
post-install:
rm ${PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.{a,la}