Install a shared version of libXau and libXRes.
They are necessary to compile GNOME 2.6(libgtop2 and libwnck) on amd64 (and probably ia64). Bump PORTREVISION Reviewed by: x11 (earlier version)
This commit is contained in:
parent
452589b067
commit
b59a14134b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107211
4 changed files with 29 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libraries
|
||||
PORTVERSION= 4.3.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/}
|
||||
|
@ -85,7 +85,8 @@ post-extract:
|
|||
${WRKSRC}/lib/Xdmcp/Wraphelp.c
|
||||
|
||||
post-patch:
|
||||
${CP} ${MASTERDIR}/files/nls::Compose::microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251
|
||||
${CP} ${FILESDIR}/nls::Compose::microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251
|
||||
${MKDIR} ${WRKSRC}/exports/lib
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PM.h \
|
||||
|
|
11
x11/XFree86-4-libraries/files/patch-lib-XRes-Imakefile
Normal file
11
x11/XFree86-4-libraries/files/patch-lib-XRes-Imakefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- lib/XRes/Imakefile.orig Fri Apr 9 12:51:17 2004
|
||||
+++ lib/XRes/Imakefile Fri Apr 9 12:53:13 2004
|
||||
@@ -7,6 +7,8 @@
|
||||
#define LibName XRes
|
||||
+#define DoSharedLib YES
|
||||
+SOXRESREV = 0.0
|
||||
#define SoRev SOXRESREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
11
x11/XFree86-4-libraries/files/patch-lib-Xau-Imakefile
Normal file
11
x11/XFree86-4-libraries/files/patch-lib-Xau-Imakefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- lib/Xau/Imakefile.orig Wed Apr 14 19:40:56 2004
|
||||
+++ lib/Xau/Imakefile Wed Apr 14 19:42:08 2004
|
||||
@@ -11,6 +11,8 @@
|
||||
#define DoDebugLib DebugLibXau
|
||||
#define DoProfileLib ProfileLibXau
|
||||
#define LibName Xau
|
||||
+#define DoSharedLib YES
|
||||
+SOXAUTHREV = 0.0
|
||||
#define SoRev SOXAUTHREV
|
||||
#define IncSubdir X11
|
||||
|
|
@ -545,12 +545,16 @@ lib/libX11.a
|
|||
lib/libX11.so
|
||||
lib/libX11.so.6
|
||||
lib/libXRes.a
|
||||
lib/libXRes.so
|
||||
lib/libXRes.so.0
|
||||
%%XTHRSTUB:%%lib/libXThrStub.so
|
||||
%%XTHRSTUB:%%lib/libXThrStub.so.6
|
||||
lib/libXTrap.a
|
||||
lib/libXTrap.so
|
||||
lib/libXTrap.so.6
|
||||
lib/libXau.a
|
||||
lib/libXau.so
|
||||
lib/libXau.so.0
|
||||
lib/libXaw.a
|
||||
lib/libXaw.so
|
||||
lib/libXaw.so.6
|
||||
|
|
Loading…
Reference in a new issue