From owner-svn-ports-head@freebsd.org Fri Nov 6 20:40:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B61CDA28996; Fri, 6 Nov 2015 20:40:36 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0D3100D; Fri, 6 Nov 2015 20:40:36 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA6KeZS5048716; Fri, 6 Nov 2015 20:40:35 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA6KeZLg048713; Fri, 6 Nov 2015 20:40:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201511062040.tA6KeZLg048713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 6 Nov 2015 20:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400958 - in head/devel/luafilesystem: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 20:40:36 -0000 Author: pawel Date: Fri Nov 6 20:40:35 2015 New Revision: 400958 URL: https://svnweb.freebsd.org/changeset/ports/400958 Log: - Allow build without using gmake [1] - Regenerate patches PR: 200586 [1] Submitted by: maintainer and Timothy Beyer [1] Modified: head/devel/luafilesystem/Makefile head/devel/luafilesystem/files/patch-Makefile head/devel/luafilesystem/files/patch-config Modified: head/devel/luafilesystem/Makefile ============================================================================== --- head/devel/luafilesystem/Makefile Fri Nov 6 20:18:35 2015 (r400957) +++ head/devel/luafilesystem/Makefile Fri Nov 6 20:40:35 2015 (r400958) @@ -13,7 +13,6 @@ COMMENT= Library to access directory str LICENSE= MIT USES?= lua -USES+= gmake USE_GITHUB= yes GH_ACCOUNT= keplerproject Modified: head/devel/luafilesystem/files/patch-Makefile ============================================================================== --- head/devel/luafilesystem/files/patch-Makefile Fri Nov 6 20:18:35 2015 (r400957) +++ head/devel/luafilesystem/files/patch-Makefile Fri Nov 6 20:40:35 2015 (r400958) @@ -1,8 +1,12 @@ ---- Makefile.orig 2015-01-17 21:15:55.311388044 +0300 -+++ Makefile 2015-01-17 21:16:41.813384957 +0300 -@@ -12,14 +12,14 @@ +--- Makefile.orig 2015-01-15 18:58:20 UTC ++++ Makefile +@@ -11,15 +11,18 @@ OBJS= src/$T.o + lib: src/lfs.so ++$(OBJS): $(SRCS) ++ $(CC) $(CFLAGS) -c $(SRCS) -o $(OBJS) ++ src/lfs.so: $(OBJS) - MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) + $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) Modified: head/devel/luafilesystem/files/patch-config ============================================================================== --- head/devel/luafilesystem/files/patch-config Fri Nov 6 20:18:35 2015 (r400957) +++ head/devel/luafilesystem/files/patch-config Fri Nov 6 20:40:35 2015 (r400958) @@ -1,6 +1,6 @@ ---- config.orig 2009-10-21 00:54:35.000000000 +0400 -+++ config 2012-12-15 17:36:31.000000000 +0400 -@@ -1,22 +1,22 @@ +--- config.orig 2015-01-15 18:58:20 UTC ++++ config +@@ -1,24 +1,24 @@ # Installation directories # Default installation prefix