diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-14 15:02:07 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-14 15:02:07 +0800 |
commit | 1f05ab1735c1d50cb0587c73b97914a6511bd723 (patch) | |
tree | 287cb403a94286af7b3015dca482484c1d12fd4f /x11-servers/XFree86-4-VirtualFramebufferServer | |
parent | 55cc1b135ce591a182ea95addc7dac6363f4f73a (diff) | |
download | freebsd-ports-gnome-1f05ab1735c1d50cb0587c73b97914a6511bd723.tar.gz freebsd-ports-gnome-1f05ab1735c1d50cb0587c73b97914a6511bd723.tar.zst freebsd-ports-gnome-1f05ab1735c1d50cb0587c73b97914a6511bd723.zip |
[1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer')
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index 8a1ec165acb3..0810fe46ed18 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -7,6 +7,7 @@ PORTNAME= VirtualFramebufferServer PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} @@ -28,14 +29,6 @@ RUN_DEPENDS= ${FONT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps FONT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz -XFREE86_VERSION= 4 -USE_IMAKE= YES -DIST_SUBDIR= xc -WRKSRC= ${WRKDIR}/xc -SCRIPTS_ENV= CC="${CC}" \ - CXX="${CXX}" \ - CFLAGS="${CFLAGS}" -PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files MAN1= Xserver.1 Xvfb.1 XBUILD_DIRS= lib/font lib/lbxutil/ lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans |