Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72250 - libidn misses support for java package
Summary: libidn misses support for java package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-11-23 08:07 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2004-11-30 03:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patches over current ebuild (libidn.diff,953 bytes, patch)
2004-11-23 08:07 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-11-23 08:07:20 UTC
libidn has a java interface, but it misses the java use-flag to enable it (and other flags actually).

The attached patch applied over current ebuild makes it possible to be compiled and installed as a java package.

Regards,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-11-23 08:07:53 UTC
Created attachment 44574 [details, diff]
Patches over current ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-11-30 03:03:18 UTC
patch applied to 0.5.11-r1

please include unified diffs in future. Just makes it a bit easier.

Thankyou.

Any comments on installing it like:

/usr/share/java
/usr/share/java/libidn.jar -> libidn-0.5.11.jar
/usr/share/libidn
/usr/share/libidn/lib
/usr/share/libidn/lib/libidn-0.5.11.jar

Seems to be symlinking to somewhere but not to the jar file.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-11-30 03:10:18 UTC
Sorry was my fault, I usually use unified diffs, too :)

About the symlink, seems like I forgot to remove the second file in /usr/share/java, the other one is removed by the 'rm ${D}/etcetc' line, which is created by make install (which I copied by postgres ebuild).

Thanks anyway :)