svn commit: r320016 - head/net/cvsup
Eitan Adler
eadler at FreeBSD.org
Wed Jun 5 20:37:16 UTC 2013
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 at 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 at 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}
More information about the svn-ports-head
mailing list