aboutsummaryrefslogtreecommitdiffstats
path: root/x11/linux-f10-xorg-libs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add stage support for linux-f10-* packages maintained by emulation@rene2013-10-061-2/+2
| | | | (category x11).
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | x11)
* Unify maintainer address for emulation ports.ehaupt2011-03-071-1/+1
| | | | | | (freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
* Add a more reliable mirrors for fc4 and f10 linux emulation ports.ehaupt2011-03-031-5/+6
| | | | | Triggered by: distilator Reviewed by: netchild (emulation)
* Bump PORTREVISION for libX11 change forgotten by me at thebsam2009-09-071-0/+1
| | | | previous commit.
* Update libX11 to version 1.1.5-4.fc10.bsam2009-09-061-2/+2
| | | | | PR: ports/138546 Requested by: Grzegorz Blach <magik at roorback.net>
* Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-021-81/+79
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add a missing libXp package which is needed at least for matlab.bsam2009-04-041-1/+3
| | | | Reported by: Tijl Coosemans <tijl@ulyssis.org> at emulation@ ML
* Add libXtst package. It is used at least by linux eclipse.bsam2009-04-031-0/+3
| | | | Submitted by: daichi (by email)
* Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-011-12/+85
| | | | | | | | | | | | | | | 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) ;-)
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Update to the 6.8.2-37.FC4.49.2.1 package. This fixes a buffer overflownetchild2006-06-291-3/+3
| | | | | | | | | | 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>
* Depend upon linux-fontconfig like the linux-XFree86-libs port does. Thenetchild2006-06-151-1/+3
| | | | | | | | | | entire X related infrastructure of the linux ports which use fonts somehow assume this. This fixes missing fonts for those, which install from scratch instead of portupgrade-ing to it. Noticed by: mezz
* Only remove linux_base-fc4 owned directory, if linux_base-fc4 is notnetchild2006-06-141-1/+1
| | | | | | installed. This is supposed to fix the exp-build run. In colaboration with: Boris Samorodov <bsam@ipt.ru>
* Add deprecated libXp. This fixes some linux ports.netchild2006-05-131-2/+3
| | | | | | Submitted by: Boris Samorodov <bsam@ipt.ru> Noticed by: mag@intron.ac Tested by: mag@intron.ac
* etc/ld.so.conf.d seems to be something new in FC4, at least it doesn'tnetchild2006-05-041-0/+1
| | | | | | | exists in *our* FC3. So try to remove it here and add a comment to the plist about it. Noticed by: pointyhat (krismail)
* The new X.org based X11 libs port for the upcomming update of the defaultnetchild2006-05-011-0/+24
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>