From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:57:40 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC27106566B; Thu, 14 Jul 2011 10:57:40 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 001068FC08; Thu, 14 Jul 2011 10:57:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EAvdeF060581; Thu, 14 Jul 2011 10:57:39 GMT (envelope-from mandree@repoman.freebsd.org) Received: (from mandree@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6EAvdko060580; Thu, 14 Jul 2011 10:57:39 GMT (envelope-from mandree) Message-Id: <201107141057.p6EAvdko060580@repoman.freebsd.org> From: Matthias Andree Date: Thu, 14 Jul 2011 10:57:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/busybox Makefile ports/sysutils/busybox/files patch-strnlen X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 10:57:40 -0000 mandree 2011-07-14 10:57:39 UTC FreeBSD ports repository Modified files: sysutils/busybox Makefile sysutils/busybox/files patch-strnlen Log: - Add LICENSE=GPLv2 statement - make MAKE_ARGS+= to support port test -- MAKE_ARGS=V=1 - Add -include libgen.h to CPPFLAGS to fix a couple of warnings (reported missing to the busybox mailing list) - Add missing prototype to files/patch-strnlen for pre-8 systems - Bump PORTREVISION - Add USE_GCC=4.2+ to avoid clang, which breaks on findutils/find.c - Add port documentation (needs Perl5 to build as it's in POD format) unless NOPORTDOCS is defined - Make do-configure build respect f.i. _MAKE_JOBS and MAKE_ARGS Revision Changes Path 1.17 +18 -2 ports/sysutils/busybox/Makefile 1.2 +2 -1 ports/sysutils/busybox/files/patch-strnlen