pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: added OpenSUSE 13.1 packages



With these new suse131 packages the libXtst.so.6 library which is needed for
lang/sun-jdk6 and lang/sun-jdk7 is missing.
It looks like libXtst.so.6 is provided in a seperate rpm in OpenSUSE 13.1 and
is no longer included in the xorg-x11-libs rpm. With the following patch
(and updated distinfo) the sun-jdk7 again works for me on NetBSD-6.99.24/i386.

--- emulators/suse131_x11/Makefile.orig
+++ emulators/suse131_x11/Makefile
@@ -32,6 +32,7 @@ RPMPKGS+=     libXpm4-3.5.11-2.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXprintAppUtil1-1.0.1-9.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXprintUtil1-1.0.1-9.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXrender1-0.9.8-2.1.2.${SUSE_ARCH}
+RPMPKGS+=      libXtst6-1.2.2-2.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXt6-1.1.4-2.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXv1-1.0.10-2.1.2.${SUSE_ARCH}
 RPMPKGS+=      libXrandr2-1.4.2-2.1.2.${SUSE_ARCH}


Home | Main Index | Thread Index | Old Index