Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 09:34:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315955 - head/security/idea
Message-ID:  <201304170934.r3H9Y60M038551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Apr 17 09:34:05 2013
New Revision: 315955
URL: http://svnweb.freebsd.org/changeset/ports/315955

Log:
  Now that the idea patents are expired remove the MAKE_IDEA check and also
  remove pkg-message which contained licensing information.
  
  Feature safe:	yes

Deleted:
  head/security/idea/pkg-message
Modified:
  head/security/idea/Makefile

Modified: head/security/idea/Makefile
==============================================================================
--- head/security/idea/Makefile	Wed Apr 17 09:28:35 2013	(r315954)
+++ head/security/idea/Makefile	Wed Apr 17 09:34:05 2013	(r315955)
@@ -20,16 +20,13 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 MANL=		idea.l
 MANCOMPRESSED=	no
 
-.if !defined(MAKE_IDEA) || ${MAKE_IDEA} == "no" || ${MAKE_IDEA} == "NO"
-IGNORE=		you chose not to use idea related code
-.endif
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 do-build:
-	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME}
+	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} \
+		-o ${WRKSRC}/${PORTNAME}
 
 do-install:
 	${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${PREFIX}/man/manl
@@ -42,7 +39,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt ${DOCSDIR}
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304170934.r3H9Y60M038551>