diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-07-18 20:30:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-07-18 20:30:22 +0000 |
commit | a5596482c6ab677399ec6caa872847fb08a36bcd (patch) | |
tree | b964abf535bc03854ad6684d05872c74c936bf8f /x11-servers/XFree86-4-Server-snap/Makefile | |
parent | Fix typo in default keytab name; bump PORTREVISION. (diff) |
Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.
Approved by: des
Notes
Notes:
svn path=/head/; revision=63216
Diffstat (limited to 'x11-servers/XFree86-4-Server-snap/Makefile')
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile index 981748848552..b05e4cd47132 100644 --- a/x11-servers/XFree86-4-Server-snap/Makefile +++ b/x11-servers/XFree86-4-Server-snap/Makefile @@ -30,7 +30,6 @@ PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files EXTRA_PATCHES+= ${.CURDIR}/files/${pf} .endfor SCRIPTS_ENV= OSVERSION=${OSVERSION} \ - HasXdmAuth=${HasXdmAuth} \ HasSecureRPC=${HasSecureRPC} \ HasPam=${HasPam} \ ExtendedInputDevices=${ExtendedInputDevices} \ @@ -81,11 +80,9 @@ PKGMESSAGE= ${WRKDIR}/.pkg-message # --- # Name Default Meaning # ---------------------------------------------------------------------------- -# HasXdmAuth YES support XDM-AUTHORIZATION-1. # HasSecureRPC YES build with SecureRPC (require FreeBSD-3 or later) # HasPam YES support PAM (require FreeBSD-3.1 or later) # ExtendedInputDevices YES support extended input devices -HasXdmAuth?= YES HasSecureRPC?= DEFAULT HasPam?= DEFAULT ExtendedInputDevices?= DEFAULT @@ -97,7 +94,7 @@ MASTER_SITES+= http://gladstone.uoregon.edu/~eanholt/dri/:glide DISTFILES+= freebsd-glide3headers.tar.gz:glide HasGlide3= YES -post-extract: +post-extract:: @(cd ${WRKSRC}/lib/GL/mesa/src/drv/tdfx/ ; \ tar xfpz ${DISTDIR}/${DIST_SUBDIR}/freebsd-glide3headers.tar.gz) .else @@ -195,6 +192,9 @@ HaveMatroxHal= NO PLIST_SUB+= MATROX="@comment " .endif +post-extract:: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/ + do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure @cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure |