From owner-cvs-ports@FreeBSD.ORG Mon May 3 19:56:44 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD7721065674; Mon, 3 May 2010 19:56:44 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C219C8FC14; Mon, 3 May 2010 19:56:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o43JuihX063075; Mon, 3 May 2010 19:56:44 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o43Juij5063074; Mon, 3 May 2010 19:56:44 GMT (envelope-from glarkin) Message-Id: <201005031956.o43Juij5063074@repoman.freebsd.org> From: Greg Larkin Date: Mon, 3 May 2010 19:56:44 +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/print/pdftk Makefile ports/print/pdftk/files patch-Makefile.Generic patch-java_libs__com__lowagie__bc__asn1__Makefile patch-java_libs__com__lowagie__text__Makefile patch-java_libs__com__lowagie__text__markup__Makefile patch-java_libs__com__lowagie__text__pdf__Makefile patch-java_libs__com__lowagie__text__pdf__PdfDate.java patch-java_libs__com__lowagie__text__pdf__codec__Makefile patch-java_libs__com__lowagie__text__pdf__codec__postscript__Makefile patch-java_libs__com__lowagie__text__pdf__codec__wmf__Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 19:56:45 -0000 glarkin 2010-05-03 19:56:44 UTC FreeBSD ports repository Modified files: print/pdftk Makefile Added files: print/pdftk/files patch-java_libs__com__lowagie__bc__asn1__Makefile patch-java_libs__com__lowagie__text__Makefile patch-java_libs__com__lowagie__text__markup__Makefile patch-java_libs__com__lowagie__text__pdf__Makefile patch-java_libs__com__lowagie__text__pdf__PdfDate.java patch-java_libs__com__lowagie__text__pdf__codec__Makefile patch-java_libs__com__lowagie__text__pdf__codec__postscript__Makefile patch-java_libs__com__lowagie__text__pdf__codec__wmf__Makefile patch-java_libs__com__lowagie__text__pdf__fonts__Makefile patch-java_libs__com__lowagie__text__xml__xmp__Makefile patch-java_libs__gnu__gcj__convert__Makefile patch-java_libs__gnu_local__java__security__Makefile patch-java_libs__gnu_local__java__security__provider__Makefile patch-java_libs__java_local__security__Makefile Removed files: print/pdftk/files patch-Makefile.Generic Log: - Build pdftk with gcj45 instead of gcj42 - Add a bunch of patch files to work around the Java duplicate symbol problem reported here (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143) until a real fix is committed to the upstream toolchain - Bump PORTREVISION Revision Changes Path 1.30 +7 -5 ports/print/pdftk/Makefile 1.2 +0 -11 ports/print/pdftk/files/patch-Makefile.Generic (dead) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__bc__asn1__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__markup__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__Makefile (new) 1.1 +11 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__PdfDate.java (new) 1.1 +36 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__codec__Makefile (new) 1.1 +37 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__codec__postscript__Makefile (new) 1.1 +37 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__codec__wmf__Makefile (new) 1.1 +37 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__pdf__fonts__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__com__lowagie__text__xml__xmp__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__gnu__gcj__convert__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__gnu_local__java__security__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__gnu_local__java__security__provider__Makefile (new) 1.1 +35 -0 ports/print/pdftk/files/patch-java_libs__java_local__security__Makefile (new)