From owner-svn-ports-head@freebsd.org Sun Sep 8 20:24:37 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E6D6E0859; Sun, 8 Sep 2019 20:24:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RN7T2KSzz438g; Sun, 8 Sep 2019 20:24:37 +0000 (UTC) (envelope-from tijl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D5812746; Sun, 8 Sep 2019 20:24:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x88KObZN028066; Sun, 8 Sep 2019 20:24:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x88KOZuk028060; Sun, 8 Sep 2019 20:24:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201909082024.x88KOZuk028060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 8 Sep 2019 20:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511594 - in head: Mk/Uses devel devel/linux-c7-make X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses devel devel/linux-c7-make X-SVN-Commit-Revision: 511594 X-SVN-Commit-Repository: ports 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.29 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: Sun, 08 Sep 2019 20:24:37 -0000 Author: tijl Date: Sun Sep 8 20:24:35 2019 New Revision: 511594 URL: https://svnweb.freebsd.org/changeset/ports/511594 Log: Add Linux version of gmake(1). Unlike FreeBSD gmake it will run commands from /compat/linux which is more likely to work when building Linux software. Added: head/devel/linux-c7-make/ head/devel/linux-c7-make/Makefile (contents, props changed) head/devel/linux-c7-make/distinfo (contents, props changed) head/devel/linux-c7-make/pkg-plist.amd64 (contents, props changed) head/devel/linux-c7-make/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/devel/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Sun Sep 8 19:40:14 2019 (r511593) +++ head/Mk/Uses/linux.mk Sun Sep 8 20:24:35 2019 (r511594) @@ -109,6 +109,7 @@ linux_libvorbis_DEP= linux-${linux_ARGS}-libvorbis>0: linux_libxml2_DEP= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 linux_lttng-ust_DEP= linux-${linux_ARGS}-lttng-ust>0:sysutils/linux-${linux_ARGS}-lttng-ust linux_lz4_DEP= linux-${linux_ARGS}-lz4>0:archivers/linux-${linux_ARGS}-lz4 +linux_make_DEP= linux-${linux_ARGS}-make>0:devel/linux-${linux_ARGS}-make linux_mikmod_DEP= linux-${linux_ARGS}-libmikmod>0:audio/linux-${linux_ARGS}-mikmod linux_naslibs_DEP= linux-${linux_ARGS}-nas>0:audio/linux-${linux_ARGS}-nas-libs linux_nettle_DEP= linux-${linux_ARGS}-nettle>0:security/linux-${linux_ARGS}-nettle Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 8 19:40:14 2019 (r511593) +++ head/devel/Makefile Sun Sep 8 20:24:35 2019 (r511594) @@ -1446,6 +1446,7 @@ SUBDIR += linux-c7-libsigc++20 SUBDIR += linux-c7-libthai SUBDIR += linux-c7-libunwind + SUBDIR += linux-c7-make SUBDIR += linux-c7-nspr SUBDIR += linux-c7-qt SUBDIR += linux-c7-sdl12 Added: head/devel/linux-c7-make/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-make/Makefile Sun Sep 8 20:24:35 2019 (r511594) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= make +PORTVERSION= 3.82 +DISTVERSIONSUFFIX= -23.el7 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GNU make utility (Linux CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LINUX_RPM= nolib + +DESCR= ${.CURDIR}/../gmake/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include Added: head/devel/linux-c7-make/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-make/distinfo Sun Sep 8 20:24:35 2019 (r511594) @@ -0,0 +1,7 @@ +TIMESTAMP = 1567881407 +SHA256 (centos/make-3.82-23.el7.i686.rpm) = 6417801fa80cb5b7c362eb0b74f938b8256a1dc4d248f44faa8c9c24fc831f34 +SIZE (centos/make-3.82-23.el7.i686.rpm) = 427472 +SHA256 (centos/make-3.82-23.el7.x86_64.rpm) = e02baba191334ec15234324f32b36f2384ec50135982811880e075b8e9281459 +SIZE (centos/make-3.82-23.el7.x86_64.rpm) = 430540 +SHA256 (centos/make-3.82-23.el7.src.rpm) = 284a9239fe74d9db5ce074e5f0c36658398c68b7ef20e9ea590017051121199b +SIZE (centos/make-3.82-23.el7.src.rpm) = 1282509 Added: head/devel/linux-c7-make/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-make/pkg-plist.amd64 Sun Sep 8 20:24:35 2019 (r511594) @@ -0,0 +1,35 @@ +usr/bin/gmake +usr/bin/make +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/info/make.info-1.gz +usr/share/info/make.info-2.gz +usr/share/info/make.info.gz +%%NLS%%usr/share/locale/be/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/make.mo +usr/share/man/man1/gmake.1.gz +usr/share/man/man1/make.1.gz Added: head/devel/linux-c7-make/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c7-make/pkg-plist.i386 Sun Sep 8 20:24:35 2019 (r511594) @@ -0,0 +1,35 @@ +usr/bin/gmake +usr/bin/make +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/info/make.info-1.gz +usr/share/info/make.info-2.gz +usr/share/info/make.info.gz +%%NLS%%usr/share/locale/be/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/make.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/make.mo +usr/share/man/man1/gmake.1.gz +usr/share/man/man1/make.1.gz