From owner-cvs-all@FreeBSD.ORG Sun May 9 03:18:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9FE16A4CE; Sun, 9 May 2004 03:18:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFAA43D1F; Sun, 9 May 2004 03:18:50 -0700 (PDT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i49AIoGe086933; Sun, 9 May 2004 03:18:50 -0700 (PDT) (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i49AIoUJ086932; Sun, 9 May 2004 03:18:50 -0700 (PDT) (envelope-from thierry) Message-Id: <200405091018.i49AIoUJ086932@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 9 May 2004 03:18:50 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/doc++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 10:18:50 -0000 thierry 2004/05/09 03:18:50 PDT FreeBSD ports repository Modified files: devel/doc++ Makefile Log: - Port's own prototype of getopt() was conflicting with one from unistd.h, so compile with -D__GNU_LIBRARY__ to get a correct/matching prototype. (even though the getopt from libc/unistd is not used) - Move RUN_DEPENDS earlier & tweak to satisfy portlint. - PORTREVISION++ PR: ports/65903 Submitted by: Sam Lawrance Approved by: maintainer. Revision Changes Path 1.22 +8 -12 ports/devel/doc++/Makefile