Date: Thu, 1 Aug 2013 05:46:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324084 - head/mail/wmpop3lb Message-ID: <201308010546.r715kMjs065002@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Aug 1 05:46:22 2013 New Revision: 324084 URL: http://svnweb.freebsd.org/changeset/ports/324084 Log: Fix build with clang Trim header Remove leading indefinite article tab -> space in pkg-descr optionsng USE_GMAKE -> USES=gmake Modified: head/mail/wmpop3lb/Makefile head/mail/wmpop3lb/pkg-descr Modified: head/mail/wmpop3lb/Makefile ============================================================================== --- head/mail/wmpop3lb/Makefile Thu Aug 1 05:39:16 2013 (r324083) +++ head/mail/wmpop3lb/Makefile Thu Aug 1 05:46:22 2013 (r324084) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmpop3lb -# Date created: 2007-07-06 -# Whom: Otavio Fernandes <otaviof@gmail.com> -# +# Created by: Otavio Fernandes <otaviof@gmail.com> # $FreeBSD$ -# PORTNAME= wmpop3lb PORTVERSION= 2.4.2 @@ -14,36 +10,34 @@ MASTER_SITE_SUBDIR= distfiles DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= otaviof@gmail.com -COMMENT= A WindowMaker dock app for multi POP3 accounts mailbox checking +COMMENT= WindowMaker dock app for multi POP3 accounts mailbox checking -USE_GMAKE= yes +USES= gmake USE_XORG= xext xpm +USE_CSTD= gnu89 CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/wmpop3lb PORTDOCS= CHANGE_LOG COPYING INSTALL README -WRKSRC_BUILD= ${WRKSRC}/wmpop3 - -.include <bsd.port.pre.mk> +BUILD_WRKSRC= ${WRKSRC}/wmpop3 post-patch: @${REINPLACE_CMD} -e "s,cc ,${CC} ,g" \ -e "s,^FLAGS *=.*$$,FLAGS = ${CFLAGS}," \ -e "s,/usr/X11R6,${LOCALBASE},g" \ - ${WRKSRC_BUILD}/Makefile + ${BUILD_WRKSRC}/Makefile -do-build: - @cd ${WRKSRC_BUILD} && ${GMAKE} +.include <bsd.port.options.mk> do-install: - ${INSTALL_PROGRAM} ${WRKSRC_BUILD}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/mail/wmpop3lb/pkg-descr ============================================================================== --- head/mail/wmpop3lb/pkg-descr Thu Aug 1 05:39:16 2013 (r324083) +++ head/mail/wmpop3lb/pkg-descr Thu Aug 1 05:46:22 2013 (r324084) @@ -4,4 +4,4 @@ fields of each mail and display them in deleted directly off the servers by selecting the mails to delete and clicking the "delete" button. -WWW: http://wmpop3lb.jourdain.org/ +WWW: http://wmpop3lb.jourdain.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010546.r715kMjs065002>