Commit graph

4 commits

Author SHA1 Message Date
Alexander Leidinger
1bbd8a073b Only remove linux_base-fc4 owned directory, if linux_base-fc4 is not
installed. This is supposed to fix the exp-build run.

In colaboration with:	Boris Samorodov <bsam@ipt.ru>
2006-06-13 19:44:38 +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
72e17d4624 etc/ld.so.conf.d seems to be something new in FC4, at least it doesn't
exists in *our* FC3. So try to remove it here and add a comment to the
plist about it.

Noticed by:	pointyhat (krismail)
2006-05-03 18:58:55 +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