ports/devel/ruby-subversion/Makefile
Mark Linimon 081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00

34 lines
734 B
Makefile

# Created by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
# $FreeBSD$
PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
.endif
PKGDIR= ${.CURDIR}
BROKEN_powerpc64= fails to compile: swigutil_rb.c: 'ruby_errinfo' undeclared
USE_RUBY= yes
SVN_BUILD_BINDINGS= yes
SVN_BUILD_ADDONS= yes
.include "${MASTERDIR}/Makefile.common"
CATEGORIES+= ruby
CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-rb-lib swig-rb
INSTALL_TARGET= install-swig-rb
.include <bsd.port.post.mk>