Date: Sun, 24 Feb 2019 15:08:19 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493763 - in head: chinese/gimp-help-zh_CN french/gimp-help german/gimp-help graphics/gimp-help japanese/gimp-help korean/gimp-help misc/gimp-help-ca misc/gimp-help-da misc/gimp-help-el... Message-ID: <201902241508.x1OF8JA7048410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Feb 24 15:08:19 2019 New Revision: 493763 URL: https://svnweb.freebsd.org/changeset/ports/493763 Log: */gimp-help*: Mark MAKE_JOBS_UNSAFE The build of the non-English slave ports can fail randomly when building in parallel. Mark the master port (misc/gimp-help-en) MAKE_JOBS_UNSAFE to work around this. - Drop 'The' prefix from COMMMENT in the slave ports while here PR: 226054, 226189 Submitted by: maintainer Reported by: truckman Modified: head/chinese/gimp-help-zh_CN/Makefile head/french/gimp-help/Makefile head/german/gimp-help/Makefile head/graphics/gimp-help/Makefile head/japanese/gimp-help/Makefile head/korean/gimp-help/Makefile head/misc/gimp-help-ca/Makefile head/misc/gimp-help-da/Makefile head/misc/gimp-help-el/Makefile head/misc/gimp-help-en/Makefile head/misc/gimp-help-en_GB/Makefile head/misc/gimp-help-es/Makefile head/misc/gimp-help-it/Makefile head/misc/gimp-help-nl/Makefile head/misc/gimp-help-nn/Makefile head/misc/gimp-help-sl/Makefile head/misc/gimp-help-sv/Makefile head/portuguese/gimp-help-pt_BR/Makefile head/russian/gimp-help/Makefile Modified: head/chinese/gimp-help-zh_CN/Makefile ============================================================================== --- head/chinese/gimp-help-zh_CN/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/chinese/gimp-help-zh_CN/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= chinese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Simplified Chinese +COMMENT= GIMP User Manual in Simplified Chinese LICENSE= GFDL Modified: head/french/gimp-help/Makefile ============================================================================== --- head/french/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/french/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= french graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in French +COMMENT= GIMP User Manual in French LICENSE= GFDL Modified: head/german/gimp-help/Makefile ============================================================================== --- head/german/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/german/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= german graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in German +COMMENT= GIMP User Manual in German LICENSE= GFDL Modified: head/graphics/gimp-help/Makefile ============================================================================== --- head/graphics/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/graphics/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -8,7 +8,7 @@ CATEGORIES= graphics PKGNAMESUFFIX= -html MAINTAINER= liangtai.s16@gmail.com -COMMENT= The meta port for GIMP User Manual +COMMENT= Meta port for the GIMP User Manual LICENSE= GFDL Modified: head/japanese/gimp-help/Makefile ============================================================================== --- head/japanese/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/japanese/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= japanese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Japanese +COMMENT= GIMP User Manual in Japanese LICENSE= GFDL Modified: head/korean/gimp-help/Makefile ============================================================================== --- head/korean/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/korean/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= korean graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Korean +COMMENT= GIMP User Manual in Korean LICENSE= GFDL Modified: head/misc/gimp-help-ca/Makefile ============================================================================== --- head/misc/gimp-help-ca/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-ca/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Catalan +COMMENT= GIMP User Manual in Catalan LICENSE= GFDL Modified: head/misc/gimp-help-da/Makefile ============================================================================== --- head/misc/gimp-help-da/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-da/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Danish +COMMENT= GIMP User Manual in Danish LICENSE= GFDL Modified: head/misc/gimp-help-el/Makefile ============================================================================== --- head/misc/gimp-help-el/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-el/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Greek +COMMENT= GIMP User Manual in Greek LICENSE= GFDL Modified: head/misc/gimp-help-en/Makefile ============================================================================== --- head/misc/gimp-help-en/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-en/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -32,6 +32,8 @@ DOCLANG?= en PORTDATA= * DATADIR= ${PREFIX}/share/gimp +MAKE_JOBS_UNSAFE= yes + SHEBANG_FILES= tools/xml2po.py post-patch: Modified: head/misc/gimp-help-en_GB/Makefile ============================================================================== --- head/misc/gimp-help-en_GB/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-en_GB/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in British English +COMMENT= GIMP User Manual in British English LICENSE= GFDL Modified: head/misc/gimp-help-es/Makefile ============================================================================== --- head/misc/gimp-help-es/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-es/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics spanish MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Spanish +COMMENT= GIMP User Manual in Spanish LICENSE= GFDL Modified: head/misc/gimp-help-it/Makefile ============================================================================== --- head/misc/gimp-help-it/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-it/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Italian +COMMENT= GIMP User Manual in Italian LICENSE= GFDL Modified: head/misc/gimp-help-nl/Makefile ============================================================================== --- head/misc/gimp-help-nl/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-nl/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Dutch +COMMENT= GIMP User Manual in Dutch LICENSE= GFDL Modified: head/misc/gimp-help-nn/Makefile ============================================================================== --- head/misc/gimp-help-nn/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-nn/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Norwegian:Ninorsk +COMMENT= GIMP User Manual in Norwegian:Ninorsk LICENSE= GFDL Modified: head/misc/gimp-help-sl/Makefile ============================================================================== --- head/misc/gimp-help-sl/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-sl/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Slovenian +COMMENT= GIMP User Manual in Slovenian LICENSE= GFDL Modified: head/misc/gimp-help-sv/Makefile ============================================================================== --- head/misc/gimp-help-sv/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/misc/gimp-help-sv/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Swedish +COMMENT= GIMP User Manual in Swedish LICENSE= GFDL Modified: head/portuguese/gimp-help-pt_BR/Makefile ============================================================================== --- head/portuguese/gimp-help-pt_BR/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/portuguese/gimp-help-pt_BR/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= portuguese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Brazilian Portuguese +COMMENT= GIMP User Manual in Brazilian Portuguese LICENSE= GFDL Modified: head/russian/gimp-help/Makefile ============================================================================== --- head/russian/gimp-help/Makefile Sun Feb 24 14:06:10 2019 (r493762) +++ head/russian/gimp-help/Makefile Sun Feb 24 15:08:19 2019 (r493763) @@ -4,7 +4,7 @@ CATEGORIES= russian graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Russian +COMMENT= GIMP User Manual in Russian LICENSE= GFDL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241508.x1OF8JA7048410>