Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 21:43:30 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475915 - head/textproc/luaexpat
Message-ID:  <201807302143.w6ULhUQA006814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Mon Jul 30 21:43:30 2018
New Revision: 475915
URL: https://svnweb.freebsd.org/changeset/ports/475915

Log:
  Better fix for INT build failures.
  
  PR:		230179
  Submitted by:	andrew@tao11.riddles.org.uk

Modified:
  head/textproc/luaexpat/Makefile

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Mon Jul 30 20:21:27 2018	(r475914)
+++ head/textproc/luaexpat/Makefile	Mon Jul 30 21:43:30 2018	(r475915)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luaexpat
 PORTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://matthewwild.co.uk/projects/luaexpat/ \
 				http://redundancy.redundancy.org/mirror/
@@ -12,15 +12,17 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	LuaExpat is a SAX XML parser based on the Expat library
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
 USES?=		lua
 USES+=		gmake
 ALL_TARGET=	lib
-CFLAGS+=	-DLUA_32BITS
 
 CFLAGS+=	-fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ARGS+=	COMMON_CFLAGS="-Wall"
 MAKE_ENV=	LUA_CDIR=${LUA_MODLIBDIR} LUA_LDIR=${LUA_MODSHAREDIR} LUA_INC="-I${LUA_INCDIR}" EXPAT_INC="-I${LOCALBASE}/include"
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807302143.w6ULhUQA006814>