Bug 88377 - gcc3.4 does not install gcj causing pdftk to fail
Summary: gcc3.4 does not install gcj causing pdftk to fail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 21:50 UTC by mjoyner
Modified: 2005-11-03 07:52 UTC (History)
1 user (show)

See Also:


Attachments
pdftk.patch (1.95 KB, patch)
2005-11-02 12:56 UTC, mjoyner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjoyner 2005-11-01 21:50:16 UTC
The port print/pdftk requires gcj to compile.
The following patch, based on a converstation found in Google, addresses this issue by
having pdftk use gcj41. This includes corrections to the included Makefiles and Sources via REINPLACE

Fix: 

Apply the following patch (cd /usr/ports/print; patch < pdftk.patch)
I tested this patch on both 4.9-STABLE and 5.X-STABLE, the resulting binary performed basic operations without any problems.
The resulting binary has not been fully tested for all possible operations and needs complete regression testing.
How-To-Repeat: Attempt to install pdftk using an up-to-date ports tree
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-01 21:52:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-01 22:24:43 UTC
Maintainer of print/pdftk,

Please note that PR ports/88377 just has been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88377

-- 
Edwin Groothuis
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-01 22:24:54 UTC
Responsible Changed
From-To: gerald->freebsd-ports-bugs

not lang/gcc34 but print/pdftk
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-11-02 01:39:04 UTC
Dear submitter,

You forgot patch. Please submit followup.

Thanks

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org         |  FreeBSD.org
Comment 5 mjoyner 2005-11-02 12:56:42 UTC
Marcus Alves Grando wrote:
>Dear submitter,
>
>You forgot patch. Please submit followup.
>
>Thanks
>
>  
Oops!

Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-02 23:23:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'm poking this
Comment 7 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-03 07:51:59 UTC
State Changed
From-To: open->closed

Committed, thanks!