Index: head/x11/XFree86-4/Makefile =================================================================== --- head/x11/XFree86-4/Makefile (revision 93773) +++ head/x11/XFree86-4/Makefile (revision 93774) @@ -1,53 +1,53 @@ # New ports collection makefile for: XFree86 # Date created: 5 January 1995 # Whom: jmz # # $FreeBSD$ # PORTNAME= XFree86 PORTVERSION= 4.3.0 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none -MAINTAINER= anholt@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= X11/XFree86 core distribution (complete, using mini/meta-ports) LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/XFree86-4-clients \ ${X11BASE}/lib/X11/doc/ddx.TXT:${PORTSDIR}/x11/XFree86-4-documents \ ${FONT100DPI}:${PORTSDIR}/x11-fonts/XFree86-4-font100dpi \ ${FONT75DPI}:${PORTSDIR}/x11-fonts/XFree86-4-font75dpi \ ${FONTCYR}:${PORTSDIR}/x11-fonts/XFree86-4-fontCyrillic \ ${FONTDEFAULT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps \ ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \ ${X11BASE}/bin/xfs:${PORTSDIR}/x11-servers/XFree86-4-FontServer \ ${X11BASE}/bin/xf86cfg:${PORTSDIR}/x11-servers/XFree86-4-Server \ ${X11BASE}/bin/Xwrapper-4:${PORTSDIR}/x11/wrapper NO_BUILD= yes LATEST_LINK= XFree86 FONT100DPI= ${X11BASE}/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz FONT75DPI= ${X11BASE}/lib/X11/fonts/75dpi/UTBI__10-ISO8859-1.pcf.gz FONTCYR= ${X11BASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz FONTDEFAULT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" @${ECHO_MSG} "This port does not ensure things are upgraded; use portupgrade if you want to" @${ECHO_MSG} "upgrade XFree86. If you simply type 'make install' it may use over 2GB to build" @${ECHO_MSG} "all of the subports. You can install the ports singly if you are low on space." .if make(package) DEPENDS_TARGET="package" .endif .undef NOCLEANDEPENDS do-install: # empty .include Property changes on: head/x11/XFree86-4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.154 \ No newline at end of property +1.155 \ No newline at end of property Index: head/x11/XFree86-4-clients/Makefile =================================================================== --- head/x11/XFree86-4-clients/Makefile (revision 93773) +++ head/x11/XFree86-4-clients/Makefile (revision 93774) @@ -1,70 +1,70 @@ # New ports collection makefile for: XFree86-clients # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= clients PORTVERSION= 4.3.0 PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.3.0 PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz \ X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 client programs and related files LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ Xcursor.1:${PORTSDIR}/x11/XFree86-4-libraries \ png.5:${PORTSDIR}/graphics/png \ Xft.2:${PORTSDIR}/x11-fonts/Xft SCRIPTS_ENV= InstallXdmConfig=${InstallXdmConfig} \ InstallXinitConfig=${InstallXinitConfig} \ InstallAppDefFiles=${InstallAppDefFiles} MAKE_ENV= PKGNAMEPREFIX=${PKGNAMEPREFIX} \ PORTNAME=${PORTNAME} \ PORTVERSION=${PORTVERSION} XBUILD_DIRS= lib/xtrans lib/lbxutil programs fonts/util XINSTALL_DIRS= programs fonts/util XINSTALL_MAN_DIRS= programs # --- # XFree86 User Config: # Name Default Meaning # ---------------------------------------------------------------------------- # HasSecureRPC YES build with SecureRPC (require FreeBSD-3 or later) # HasPam YES support PAM (require FreeBSD-3.1 or later) # InstallXdmConfig YES install config files for xdm. # InstallXinitConfig YES install config files for xinit. # InstallAppDefFiles YES install resource files. # ---------------------------------------------------------------------------- # DEFAULT means ports will use values which set by ${PORTSDIR}/devel/imake-4 # InstallXdmConfig?= DEFAULT InstallXinitConfig?= DEFAULT InstallAppDefFiles?= DEFAULT .if !defined(WITH_SETUID_LUIT) pre-everything:: @${ECHO_MSG} "If you want to use xterm with locales in a secure manner, luit must be installed" @${ECHO_MSG} "setuid. If you want to do this, hit Ctrl-C now and use \"make WITH_SETUID_LUIT=yes\"" .endif .if defined(WITH_SETUID_LUIT) post-install: ${CHOWN} root:wheel ${PREFIX}/bin/luit ${CHMOD} 04711 ${PREFIX}/bin/luit .endif .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include .include "${FILESDIR}/manpages" .include Property changes on: head/x11/XFree86-4-clients/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.116 \ No newline at end of property +1.117 \ No newline at end of property Index: head/x11/XFree86-4-documents/Makefile =================================================================== --- head/x11/XFree86-4-documents/Makefile (revision 93773) +++ head/x11/XFree86-4-documents/Makefile (revision 93774) @@ -1,39 +1,39 @@ # New ports collection makefile for: XFree86-documents # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= documents PORTVERSION= 4.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz \ X430src-6.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 documentation XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/doc/specs do-configure: (cd ${WRKSRC} ; \ ${ECHO_CMD} "#define BuildMiscDocs YES" > host.def ; \ ${ECHO_CMD} "#define BuildSpecsDocs YES" >> host.def ; \ ${ECHO_CMD} "#define BuildLinuxDocPS NO" >> host.def ; \ ${ECHO_CMD} "#define InstallHardcopyDocs YES" >> host.def ; \ ${ECHO_CMD} "#define FreeBSDBuildXdoc YES" >> host.def ; \ imake -DUseInstalled ${PROJECTROOT} -I. -I${PREFIX}/lib/X11/config \ -DTOPDIR=../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) .include Property changes on: head/x11/XFree86-4-documents/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11/XFree86-4-libraries/Makefile =================================================================== --- head/x11/XFree86-4-libraries/Makefile (revision 93773) +++ head/x11/XFree86-4-libraries/Makefile (revision 93774) @@ -1,87 +1,87 @@ # New ports collection makefile for: XFree86-libraries # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= libraries PORTVERSION= 4.3.0 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x \ Wraphelp2.gz:local EXTRACT_ONLY= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 libraries and headers LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_X_PREFIX= no PREFIX?= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11-4.dist INSTALLS_SHLIB= yes SCRIPTS_ENV= DebuggableLibraries=${DebuggableLibraries} MAN3= Xaw.3 Xcursor.3 Xrandr.3 XBUILD_DIRS= lib nls programs/Xserver/include \ programs/Xserver/hw/xfree86/parser XINCLUDE_DIRS= programs/proxymngr XINSTALL_DIRS= include lib nls programs/Xserver/include \ programs/Xserver/hw/xfree86/parser XINSTALL_MAN_DIRS= ${XINSTALL_DIRS} # XFree86 User Config: # DebuggableLibraries NO build with debug libs (require FreeBSD-4 or later) # ---------------------------------------------------------------------------- DebuggableLibraries?= NO # End of XFree86 User Config .ifdef USE_XLIB .error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif .include "Makefile.inc" .include # BuildXF86DRI is false for FreeBSD < 4.1 .if ${OSVERSION} < 410000 PLIST_SUB+= OSMESA:="@comment " .else PLIST_SUB+= OSMESA:="" .endif # sparc64 doesn't have a working libc_r yet, and -current doesn't need libXThrStub. .if ${MACHINE_ARCH} == "sparc64" || ${OSVERSION} >= 500043 PLIST_SUB+= XTHRSTUB:="@comment " .else PLIST_SUB+= XTHRSTUB:="" .endif post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c post-patch: ${CP} ${MASTERDIR}/files/nls::Compose::microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251 post-install: ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PM.h \ ${PREFIX}/include/X11/PM ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PMproto.h \ ${PREFIX}/include/X11/PM ${MKDIR} ${PREFIX}/libdata/pkgconfig ${INSTALL_DATA} ${WRKSRC}/lib/Xcursor/xcursor.pc \ ${PREFIX}/libdata/pkgconfig .include Property changes on: head/x11/XFree86-4-libraries/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.129 \ No newline at end of property +1.130 \ No newline at end of property Index: head/x11/XFree86-4-manuals/Makefile =================================================================== --- head/x11/XFree86-4-manuals/Makefile (revision 93773) +++ head/x11/XFree86-4-manuals/Makefile (revision 93774) @@ -1,39 +1,39 @@ # New ports collection makefile for: XFree86-manuals # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= manuals PORTVERSION= 4.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 man pages XFREE86_VERSION= 4 USE_IMAKE= YES EXTRACT_TARGET= xc/doc/man \ xc/extras/ogl-sample/main/doc/man EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXTRACT_TARGET} PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/doc/man INSTALL_TARGET= install.man do-configure: (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) .include .include "${FILESDIR}/manpages" .include Property changes on: head/x11/XFree86-4-manuals/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-fonts/XFree86-4-font100dpi/Makefile =================================================================== --- head/x11-fonts/XFree86-4-font100dpi/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-font100dpi/Makefile (revision 93774) @@ -1,46 +1,46 @@ # New ports collection makefile for: XFree86-font100dpi # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= font100dpi PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 bitmap 100 dpi fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/fonts/bdf/100dpi do-configure: (cd ${WRKDIR}/xc/fonts/encodings && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) .include Property changes on: head/x11-fonts/XFree86-4-font100dpi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/x11-fonts/XFree86-4-font75dpi/Makefile =================================================================== --- head/x11-fonts/XFree86-4-font75dpi/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-font75dpi/Makefile (revision 93774) @@ -1,46 +1,46 @@ # New ports collection makefile for: XFree86-font75dpi # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= font75dpi PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 bitmap 75 dpi fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/fonts/bdf/75dpi do-configure: (cd ${WRKDIR}/xc/fonts/encodings && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) .include Property changes on: head/x11-fonts/XFree86-4-font75dpi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11-fonts/XFree86-4-fontCyrillic/Makefile =================================================================== --- head/x11-fonts/XFree86-4-fontCyrillic/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-fontCyrillic/Makefile (revision 93774) @@ -1,46 +1,46 @@ # New ports collection makefile for: XFree86-fontCyrillic # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= fontCyrillic PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 Cyrillic fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/fonts/bdf/cyrillic do-configure: (cd ${WRKDIR}/xc/fonts/encodings && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) .include Property changes on: head/x11-fonts/XFree86-4-fontCyrillic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile =================================================================== --- head/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile (revision 93774) @@ -1,53 +1,53 @@ # New ports collection makefile for: XFree86-fontDefaultBitmap # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= fontDefaultBitmaps PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz X430src-1.tgz EXTRACT_ONLY= X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 default bitmap fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/fonts/bdf/misc post-extract: (cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/X${PORTVERSION:S/.//g}src-1.tgz \ | ${TAR} -xf - xc/extras/fonts) do-configure: (cd ${WRKDIR}/xc/fonts/encodings && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) .include Property changes on: head/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11-fonts/XFree86-4-fontEncodings/Makefile =================================================================== --- head/x11-fonts/XFree86-4-fontEncodings/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-fontEncodings/Makefile (revision 93774) @@ -1,36 +1,36 @@ # New ports collection makefile for: XFree86-fontEncodings # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= fontEncodings PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.3.0 PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 font encoding files BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/fonts/encodings WRKSRC= ${WRKDIR}/xc/fonts/encodings do-configure: (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) .include Property changes on: head/x11-fonts/XFree86-4-fontEncodings/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/x11-fonts/XFree86-4-fontScalable/Makefile =================================================================== --- head/x11-fonts/XFree86-4-fontScalable/Makefile (revision 93773) +++ head/x11-fonts/XFree86-4-fontScalable/Makefile (revision 93774) @@ -1,91 +1,91 @@ # New ports collection makefile for: XFree86-fontScalable # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= fontScalable PORTVERSION= 4.3.0 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-4.tgz X430src-5.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 scalable fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings XFREE86_VERSION= 4 USE_IMAKE= YES PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/fonts # XFree86 User Config: # --- # Name Default Meaning # ---------------------------------------------------------------------------- # BuildSpeedoFonts YES build/install Speedo fonts # BuildType1Fonts YES build/install Type1 fonts # BuildCIDFonts YES build/install CID fonts # BuildTTFonts YES build/install TrueType fonts BuildSpeedoFonts?= DEFAULT BuildType1Fonts?= DEFAULT BuildCIDFonts?= DEFAULT BuildTTFonts?= DEFAULT .if ${BuildSpeedoFonts} == DEFAULT || ${BuildSpeedoFonts} == YES PLIST_SUB+= SPEEDO:="" SPEEDO:= -DBuildSpeedoFonts=YES .elif ${BuildSpeedoFonts} == NO PLIST_SUB+= SPEEDO:="@comment " SPEEDO:= -DBuildSpeedoFonts=NO .endif .if ${BuildType1Fonts} == DEFAULT || ${BuildType1Fonts} == YES PLIST_SUB+= TYPE1:="" TYPE1:= -DBuildType1Fonts=YES .elif ${BuildType1Fonts} == NO PLIST_SUB+= TYPE1:="@comment " TYPE1:= -DBuildType1Fonts=NO .endif .if ${BuildCIDFonts} == DEFAULT || ${BuildCIDFonts} == YES PLIST_SUB+= CID:="" CID:= -DBuildCIDFonts=YES .elif ${BuildCIDFonts} == NO PLIST_SUB+= CID:="@comment " CID:= -DBuildCIDFonts=NO .endif .if ${BuildTTFonts} == DEFAULT || ${BuildTTFonts} == YES PLIST_SUB+= TT:="" TT:= -DBuildTTFonts=YES .elif ${BuildTTFonts} == NO PLIST_SUB+= TT:="@comment " TT:= -DBuildTTFonts=NO .endif do-configure: (cd ${WRKDIR}/xc/fonts/encodings && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ -DTOPDIR=../../.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) (cd ${WRKSRC} && \ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \ ${SPEEDO} ${TYPE1} ${CID} ${TT} \ -DMakeLocalFontDir=YES \ -DFreeBSDBuildXscl=YES \ -DTOPDIR=.. -DCURDIR=.; \ ${MAKE} Makefiles ; \ ${MAKE} includes ; \ ${MAKE} depend) pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) .include Property changes on: head/x11-fonts/XFree86-4-fontScalable/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11-servers/XFree86-4-FontServer/Makefile =================================================================== --- head/x11-servers/XFree86-4-FontServer/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-FontServer/Makefile (revision 93774) @@ -1,28 +1,28 @@ # New ports collection makefile for: XFree86-FontServer # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= FontServer PORTVERSION= 4.3.0 PORTREVISION= 2 CATEGORIES= x11-servers x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 font server MAN1= Xserver.1 xfs.1 XBUILD_DIRS= programs/xfs XINCLUDE_DIRS= lib/xtrans programs/Xserver XINSTALL_MAN_DIRS= programs/Xserver programs/xfs .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include Property changes on: head/x11-servers/XFree86-4-FontServer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/x11-servers/XFree86-4-NestServer/Makefile =================================================================== --- head/x11-servers/XFree86-4-NestServer/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-NestServer/Makefile (revision 93774) @@ -1,39 +1,39 @@ # New ports collection makefile for: XFree86-NestServer # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= NestServer PORTVERSION= 4.3.0 PORTREVISION= 3 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x \ Wraphelp2.gz:local EXTRACT_ONLY= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 nested X server MAN1= Xnest.1 Xserver.1 XBUILD_DIRS= lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= programs/Xserver XINSTALL_MAN_DIRS= ${XINSTALL_DIRS} post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include Property changes on: head/x11-servers/XFree86-4-NestServer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/x11-servers/XFree86-4-PrintServer/Makefile =================================================================== --- head/x11-servers/XFree86-4-PrintServer/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-PrintServer/Makefile (revision 93774) @@ -1,40 +1,40 @@ # New ports collection makefile for: XFree86-PrintServer # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= PrintServer PORTVERSION= 4.3.0 PORTREVISION= 1 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x \ Wraphelp2.gz:local EXTRACT_ONLY= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 print server XBUILD_DIRS= lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= programs/Xserver post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c do-install: $(INSTALL_PROGRAM) ${WRKSRC}/programs/Xserver/Xprt ${PREFIX}/bin/Xprt .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include Property changes on: head/x11-servers/XFree86-4-PrintServer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/x11-servers/XFree86-4-Server/Makefile =================================================================== --- head/x11-servers/XFree86-4-Server/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-Server/Makefile (revision 93774) @@ -1,166 +1,166 @@ # New ports collection makefile for: XFree86-Server # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= Server PORTVERSION= 4.3.0 PORTREVISION= 12 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x \ Wraphelp2.gz:local EXTRACT_ONLY= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 X server and related programs .for pf in patch-savage-pci-id patch-alpha_video.c patch-Pci.h \ patch-r128_driver.c patch-mga_driver.c patch-xkbInit.c patch-radeon_dri.c \ patch-mga_dri.c patch-nv_driver.c patch-nv_setup.c patch-int10-generic.c \ patch-radeon_cursor.c patch-radeon_reg.h patch-smi \ patch-libc_wrapper.c patch-xf86-common-Imakefile patch-loader-Imakefile \ patch-loader-elfloader.c patch-bsd-Imakefile patch-bsd-bsdResource.c \ patch-bus-Imakefile \ patch-compiler.h patch-os-support_Imakefile patch-bsd_Imakefile \ patch-freebsdPci.c patch-bus_Imakefile patch-xf86Sbus.h patch-loader.c \ patch-Sbus.c patch-elfloader.c patch-xfree86.cf patch-FreeBSD.cf \ patch-sunffb_Imakefile patch-xf86sym.c patch-xf86Events.c patch-ftfuncs.c EXTRA_PATCHES+= ${FILESDIR}/${pf} .endfor SCRIPTS_ENV= OSVERSION=${OSVERSION} \ BuildXF86DRI=${BuildXF86DRI} \ WITH_DEBUG="${WITH_DEBUG}" MAN1= XFree86.1 \ Xserver.1 \ gtf.1 \ kbd_mode.1 \ pcitweak.1 \ xf86cfg.1 \ xf86config.1 MAN3= XF86VidMode.3 \ XF86VidModeDeleteModeLine.3 \ XF86VidModeGetAllModeLines.3 \ XF86VidModeGetDotClocks.3 \ XF86VidModeGetGamma.3 \ XF86VidModeGetGammaRamp.3 \ XF86VidModeGetGammaRampSize.3 \ XF86VidModeGetModeLine.3 \ XF86VidModeGetMonitor.3 \ XF86VidModeGetPermissions.3 \ XF86VidModeGetViewPort.3 \ XF86VidModeLockModeSwitch.3 \ XF86VidModeModModeLine.3 \ XF86VidModeQueryExtension.3 \ XF86VidModeQueryVersion.3 \ XF86VidModeSetClientVersion.3 \ XF86VidModeSetGamma.3 \ XF86VidModeSetGammaRamp.3 \ XF86VidModeSetViewPort.3 \ XF86VidModeSwitchMode.3 \ XF86VidModeSwitchToMode.3 \ XF86VidModeValidateModeLine.3 MAN4= citron.4 \ dynapro.4 \ elographics.4 \ fbdevhw.4 \ kbd.4 \ keyboard.4 \ microtouch.4 \ mouse.4 \ mutouch.4 \ nv.4 \ r128.4 \ radeon.4 \ void.4 \ wacom.4 MAN5= XF86Config.5 PKGMESSAGE= ${WRKDIR}/.pkg-message XBUILD_DIRS= lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= lib/font programs/Xserver XINSTALL_MAN_DIRS= programs/Xserver NOT_FOR_ARCHS= ia64 .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include .if ${ARCH} == i386 || ${ARCH} == alpha RUN_DEPENDS+= ${X11BASE}/lib/modules/dri/r200_dri.so:${PORTSDIR}/graphics/dri BuildXF86DRI= YES PLIST_SUB+= DRI="" .else BuildXF86DRI= NO PLIST_SUB+= DRI="@comment " .endif .if ${ARCH} == ia64 PLIST_SUB+= IA64_NA="@comment " .else PLIST_SUB+= IA64_NA="" .endif .if ${ARCH} == sparc64 PLIST_SUB+= SPARC64="" PLIST_SUB+= SPARC64_NA="@comment " MAN4+= sunffb.4 .else PLIST_SUB+= SPARC64="@comment " PLIST_SUB+= SPARC64_NA="" MAN4+= glint.4 \ mga.4 \ rendition.4 \ s3virge.4 \ savage.4 \ siliconmotion.4 \ tdfx.4 \ vga.4 .endif .if ${ARCH} == i386 PLIST_SUB+= I386="" MAN1+= scanpci.1 MAN4+= apm.4 \ chips.4 \ cirrus.4 \ cyrix.4 \ i128.4 \ i740.4 \ i810.4 \ neomagic.4 \ nsc.4 \ sis.4 \ trident.4 \ tseng.4 \ vesa.4 \ vmware.4 .else PLIST_SUB+= I386="@comment " .endif post-extract:: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c post-build: @${RM} -f ${PKGMESSAGE} @${CAT} ${.CURDIR}/pkg-message >> ${PKGMESSAGE} post-install:: @${SED} -e s,/usr/X11R6,${PREFIX}, ${PKGMESSAGE} @if [ -f ${PREFIX}/bin/Xwrapper-4 ] ; then \ ${LN} -sf Xwrapper-4 ${PREFIX}/bin/X; \ fi; .include Property changes on: head/x11-servers/XFree86-4-Server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.150 \ No newline at end of property +1.151 \ No newline at end of property Index: head/x11-servers/XFree86-4-Server-snap/Makefile =================================================================== --- head/x11-servers/XFree86-4-Server-snap/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-Server-snap/Makefile (revision 93774) @@ -1,174 +1,174 @@ # New ports collection makefile for: XFree86-Server # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= Server PORTVERSION= 4.3.99.12 PORTREVISION= 2 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S|source/||:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= develsnaps/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= XFree86-${PORTVERSION}${EXTRACT_SUFX}:x \ Wraphelp2.gz:local EXTRACT_ONLY= XFree86-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 X server and related programs # Override default from XFree86-4-libraries/Makefile.inc PATCHDIR= ${MASTERDIR}/files .for pf in patch-Imake.cf patch-Imake.rules \ patch-Imake.tmpl patch-X11.tmpl patch-Xcursor-Imakefile \ patch-c2 patch-dps patch-dri-Imakefile \ patch-f patch-imake.c \ patch-texteroids patch-xditview-Imakefile patch-xdm \ patch-xdm_session.c patch-xf86.tmpl patch-xfree86.cf \ patch-xterm-Imakefile patch-z04 patch-z05 patch-z14 \ patch-z15 patch-z30 patch-z32 patch-z34 patch-z35 \ patch-z41 patch-z44 patch-z45 # patch-startx EXTRA_PATCHES+= ${.CURDIR}/../../x11/XFree86-4-libraries/files/${pf} .endfor NO_LATEST_LINK= yes USE_BZIP2= yes SCRIPTS_ENV= OSVERSION=${OSVERSION} \ BuildXF86DRI=${BuildXF86DRI} \ WITH_DEBUG="${WITH_DEBUG}" MAN1= XFree86.1 \ Xserver.1 \ gtf.1 \ kbd_mode.1 \ pcitweak.1 \ xf86cfg.1 \ xf86config.1 MAN3= XF86VidMode.3 \ XF86VidModeDeleteModeLine.3 \ XF86VidModeGetAllModeLines.3 \ XF86VidModeGetDotClocks.3 \ XF86VidModeGetGamma.3 \ XF86VidModeGetGammaRamp.3 \ XF86VidModeGetGammaRampSize.3 \ XF86VidModeGetModeLine.3 \ XF86VidModeGetMonitor.3 \ XF86VidModeGetPermissions.3 \ XF86VidModeGetViewPort.3 \ XF86VidModeLockModeSwitch.3 \ XF86VidModeModModeLine.3 \ XF86VidModeQueryExtension.3 \ XF86VidModeQueryVersion.3 \ XF86VidModeSetClientVersion.3 \ XF86VidModeSetGamma.3 \ XF86VidModeSetGammaRamp.3 \ XF86VidModeSetViewPort.3 \ XF86VidModeSwitchMode.3 \ XF86VidModeSwitchToMode.3 \ XF86VidModeValidateModeLine.3 MAN4= citron.4 \ dynapro.4 \ elographics.4 \ fbdevhw.4 \ kbd.4 \ keyboard.4 \ microtouch.4 \ mouse.4 \ mutouch.4 \ nv.4 \ r128.4 \ radeon.4 \ void.4 \ wacom.4 MAN5= XF86Config.5 PKGMESSAGE= ${WRKDIR}/.pkg-message XBUILD_DIRS= lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= lib/font programs/Xserver XINSTALL_MAN_DIRS= programs/Xserver .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include .if ${ARCH} == i386 || ${ARCH} == alpha BuildXF86DRI= YES PLIST_SUB+= DRI="" XBUILD_DIRS+= lib/XThrStub lib/X11 lib/Xext lib/GL XINSTALL_DIRS+= lib/GL/mesa/src/drv .else BuildXF86DRI= NO PLIST_SUB+= DRI="@comment " .endif # i386 .if ${ARCH} == alpha PLIST_SUB+= ALPHA_NA="@comment " .else PLIST_SUB+= ALPHA_NA="" .endif .if ${ARCH} == ia64 PLIST_SUB+= IA64_NA="@comment " .else PLIST_SUB+= IA64_NA="" .endif .if ${ARCH} == sparc64 PLIST_SUB+= SPARC64_NA="@comment " PLIST_SUB+= SPARC64="" MAN4+= sunffb.4 .else PLIST_SUB+= SPARC64="@comment " PLIST_SUB+= SPARC64_NA="" MAN4+= glint.4 \ mga.4 \ rendition.4 \ s3virge.4 \ savage.4 \ siliconmotion.4 \ tdfx.4 \ vga.4 .endif .if ${ARCH} == i386 PLIST_SUB+= I386="" MAN1+= scanpci.1 MAN4+= apm.4 \ chips.4 \ cirrus.4 \ cyrix.4 \ i128.4 \ i740.4 \ i810.4 \ neomagic.4 \ nsc.4 \ sis.4 \ trident.4 \ tseng.4 \ vesa.4 \ via.4 \ vmware.4 .else PLIST_SUB+= I386="@comment " .endif post-extract:: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c post-build: @${RM} -f ${PKGMESSAGE} @${CAT} ${.CURDIR}/pkg-message >> ${PKGMESSAGE} post-install:: @${SED} -e s,/usr/X11R6,${PREFIX}, ${PKGMESSAGE} @if [ -f ${PREFIX}/bin/Xwrapper-4 ] ; then \ ${LN} -sf Xwrapper-4 ${PREFIX}/bin/X; \ fi; .include Property changes on: head/x11-servers/XFree86-4-Server-snap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.145 \ No newline at end of property +1.146 \ No newline at end of property Index: head/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile =================================================================== --- head/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile (revision 93773) +++ head/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile (revision 93774) @@ -1,43 +1,43 @@ # New ports collection makefile for: XFree86-VirtualFramebufferServer # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # PORTNAME= VirtualFramebufferServer PORTVERSION= 4.3.0 PORTREVISION= 3 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \ anholt/:local PKGNAMEPREFIX= XFree86- DISTFILES= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x \ Wraphelp2.gz:local EXTRACT_ONLY= X430src-1.tgz \ X430src-2.tgz \ X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 virtual framebuffer server RUN_DEPENDS= ${FONT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps FONT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz MAN1= Xserver.1 Xvfb.1 XBUILD_DIRS= lib/font lib/lbxutil/ lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= programs/Xserver XINSTALL_MAN_DIRS= ${XINSTALL_DIRS} post-extract: ${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \ ${WRKSRC}/lib/Xdmcp/Wraphelp.c .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include Property changes on: head/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property