Commit graph

9 commits

Author SHA1 Message Date
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Boris Samorodov
3d768dccda Update libX11 to version 1.1.5-4.fc10.
PR:		ports/138546
Requested by:	Grzegorz Blach <magik at roorback.net>
2009-09-06 14:30:58 +00:00
Boris Samorodov
c11516af7b Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
2009-06-01 17:26:31 +00:00
Boris Samorodov
234bdd98d0 Add a missing libXp package which is needed at least for matlab.
Reported by:	Tijl Coosemans <tijl@ulyssis.org> at emulation@ ML
2009-04-04 14:39:27 +00:00
Boris Samorodov
5ca35adbda Add libXtst package. It is used at least by linux eclipse.
Submitted by:	daichi (by email)
2009-04-03 08:35:37 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Alexander Leidinger
4b587ee1ec Update to the 6.8.2-37.FC4.49.2.1 package. This fixes a buffer overflow
in the X server RENDER extension implementation (CVE-2006-1526).

This is not a security issue for us. It affects the server which is not
installed. We just need to follow the packaging, because the old package
is not available anymore.

Noticed by:	Miles Lubin <miles@lubin.us>
2006-06-28 19:25:49 +00:00
Alexander Leidinger
958c97e509 Add deprecated libXp. This fixes some linux ports.
Submitted by:	Boris Samorodov <bsam@ipt.ru>
Noticed by:	mag@intron.ac
Tested by:	mag@intron.ac
2006-05-13 15:33:48 +00:00
Alexander Leidinger
1168406021 The new X.org based X11 libs port for the upcomming update of the default
linux base port to FC3. This port is based upon FC4 but seems to work
just fine with FC3.

Anyone using this port with the current default linux base port does
this on his own risk.
The new X.org based X11 libs port for the upcomming update of the default
linux base port to FC3. This port is based upon FC4 but seems to work
just fine with FC3.

Anyone using this port with the current default linux base port does
this on his own risk.

To test this port with the fc3 linux base, one should change
bsd.port.mk (warning: cut&paste tab-corruption):
---snip---
--- bsd.port.mk.orig    Mon Mar 20 03:20:52 2006
+++ bsd.port.mk Mon Mar 20 03:21:09 2006
@@ -1831,7 +1831,7 @@

 .if defined(USE_XLIB)
 .      if defined(USE_LINUX)
-RUN_DEPENDS+=  ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
+RUN_DEPENDS+=  ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs
 .      else
 LIB_DEPENDS+=  X11.6:${X_LIBRARIES_PORT}
 .      endif
---snip---
and then do a "portupgrade -o x11/linux-xorg-libs linux-XFree86-libs".

Feedback (to emultaion@) is appreciated.

Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-04-30 22:14:08 +00:00