Date: Wed, 5 Jun 2013 20:37:16 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320016 - head/net/cvsup Message-ID: <201306052037.r55KbGYB033899@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed Jun 5 20:37:16 2013 New Revision: 320016 URL: http://svnweb.freebsd.org/changeset/ports/320016 Log: Take a first pass at cleaning up this port: - remove alpha support - remove conditional MAINTAINER - remove never-going-to-be-seen message Modified: head/net/cvsup/Makefile Modified: head/net/cvsup/Makefile ============================================================================== --- head/net/cvsup/Makefile Wed Jun 5 20:28:22 2013 (r320015) +++ head/net/cvsup/Makefile Wed Jun 5 20:37:16 2013 (r320016) @@ -16,7 +16,7 @@ DISTNAME= cvsup-snap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= File distribution system optimized for CVS -ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 +ONLY_FOR_ARCHS= amd64 i386 sparc64 .if !defined(SLAVE_WITHOUT_GUI) OPTIONS+= X11 "Build with X11 support" on @@ -32,10 +32,7 @@ WITH_STATIC= yes M3FLAGS+= -DSTATIC .endif -.if ${ARCH} == "alpha" -TARGET= FBSD_ALPHA -.elif ${ARCH} == "amd64" -MAINTAINER= bzeeb+freebsdports@zabbadoz.net +.if ${ARCH} == "amd64" TARGET= FBSD_AMD64 AMD64_PATCHES= p-amd64-aa p-amd64-zlib .elif ${ARCH} == "i386" @@ -66,14 +63,6 @@ MAKE_ARGS+= PREFIX=${PREFIX} M3FLAGS="${ MAN1= cvpasswd.1 cvsup.1 MAN8= cvsupd.8 -pre-fetch: -.if !defined(WITHOUT_X11) && ${ARCH} == "amd64" - @${ECHO_MSG} "*****************************************************" - @${ECHO_MSG} "* CVSup with X11 is not yet supported on amd64. *" - @${ECHO_MSG} "* I will build cvsup without X11 support now. *" - @${ECHO_MSG} "*****************************************************" -.endif - pre-patch: .if ${ARCH} == "amd64" .for f in ${AMD64_PATCHES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306052037.r55KbGYB033899>