From owner-freebsd-ports@FreeBSD.ORG Sat Jun 7 02:54:46 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E471065676 for ; Sat, 7 Jun 2008 02:54:46 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id A8F8E8FC22 for ; Sat, 7 Jun 2008 02:54:46 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so880371wah.3 for ; Fri, 06 Jun 2008 19:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=zG9GiY4L+5DB4wcuvVYZHEFRsI6K04huM9dQWOaAeac=; b=eK246IUdh6n6yEXba6u5LP/d6dEadrsgV17MRkjL0H8I6K6nlBDS5KsYOcHrt6TNXT FS2x0gEdwJFVWQsrUzkBwIZhI+R7ZWXtmHATTuFcwUAfgIXB9yMvfChAL93a7yUmluAO 9wg2tRzm779zfKeGimbLNzkzoV1fWboCX8AmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=XT67XydEQRTeAx7nm4X9l1BsYt21tplrSY2c2bEckBVxdRBORnNrqv2h92yBp2zllf 9GUcHIFEB/v8e2S1M15vv+Ej0NAK4xpNZBX58ulDoQ0/QqQ+Zq8U2Kcaa+soQazleGOM 9UmXPCsp5tl0Ci0mHvnEpYl2D2tpJlF9JMJeA= Received: by 10.114.88.20 with SMTP id l20mr991586wab.114.1212805662541; Fri, 06 Jun 2008 19:27:42 -0700 (PDT) Received: by 10.115.111.15 with HTTP; Fri, 6 Jun 2008 19:27:42 -0700 (PDT) Message-ID: Date: Fri, 6 Jun 2008 19:27:42 -0700 From: "Jack L." To: freebsd-ports@freebsd.org, ade@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: gettext and NOPORTDOCS=yes broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 02:54:46 -0000 I'm getting a -------------------------- |--- gettext-runtime/intl-java/Makefile.in.orig Mon May 23 04:23:40 2005 |+++ gettext-runtime/intl-java/Makefile.in Tue Jan 30 20:02:41 2007 -------------------------- Patching file gettext-runtime/intl-java/Makefile.in using Plan A... Hunk #1 failed at 464. 1 out of 1 hunks failed--saving rejects to gettext-runtime/intl-java/Makefile.in.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: when trying to compile gettext with NOPORTDOCS=yes defined in make.conf Looks like extra-patch-nodocs needs updating