aboutsummaryrefslogtreecommitdiff
path: root/x11/linux-xorg-libs
Commit message (Collapse)AuthorAgeFilesLines
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;Boris Samorodov2009-06-021-2/+2
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235056
* Finish repocopies of new linux-f8 infrastructure ports:Boris Samorodov2009-04-011-2/+2
| | | | | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION). Notes: svn path=/head/; revision=231432
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-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) Notes: svn path=/head/; revision=230420
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* Update to the 6.8.2-37.FC4.49.2.1 package. This fixes a buffer overflowAlexander Leidinger2006-06-282-9/+9
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=166526
* Depend upon linux-fontconfig like the linux-XFree86-libs port does. TheAlexander Leidinger2006-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 Notes: svn path=/head/; revision=165507
* Only remove linux_base-fc4 owned directory, if linux_base-fc4 is notAlexander Leidinger2006-06-132-3/+2
| | | | | | | | | installed. This is supposed to fix the exp-build run. In colaboration with: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=165338
* Add deprecated libXp. This fixes some linux ports.Alexander Leidinger2006-05-133-2/+8
| | | | | | | | | Submitted by: Boris Samorodov <bsam@ipt.ru> Noticed by: mag@intron.ac Tested by: mag@intron.ac Notes: svn path=/head/; revision=162240
* etc/ld.so.conf.d seems to be something new in FC4, at least it doesn'tAlexander Leidinger2006-05-032-0/+3
| | | | | | | | | | exists in *our* FC3. So try to remove it here and add a comment to the plist about it. Noticed by: pointyhat (krismail) Notes: svn path=/head/; revision=161289
* The new X.org based X11 libs port for the upcomming update of the defaultAlexander Leidinger2006-04-304-0/+345
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> Notes: svn path=/head/; revision=160976