Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 13:12:19 +0000 (UTC)
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566852 - head/editors/cooledit
Message-ID:  <202103011312.121DCJhJ090406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eduardo
Date: Mon Mar  1 13:12:19 2021
New Revision: 566852
URL: https://svnweb.freebsd.org/changeset/ports/566852

Log:
  editors/cooledit: Adopt port
  
  While here pet portclippy
  
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28966

Modified:
  head/editors/cooledit/Makefile

Modified: head/editors/cooledit/Makefile
==============================================================================
--- head/editors/cooledit/Makefile	Mon Mar  1 12:55:35 2021	(r566851)
+++ head/editors/cooledit/Makefile	Mon Mar  1 13:12:19 2021	(r566852)
@@ -7,22 +7,22 @@ PORTREVISION=	3
 CATEGORIES=	editors
 MASTER_SITES=	SUNSITE/apps/editors/X/cooledit
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Suite of utilities, including a GUI editor
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gettext gmake libtool python xorg # gettext is linked to despite .mo files having been deleted
-GNU_CONFIGURE=	yes
-USE_XORG=	x11 xt
-USE_LDCONFIG=	yes
 USE_GCC=	any
+USE_LDCONFIG=	yes
+USE_XORG=	x11 xt
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
+CFLAGS+=	-DHAVE_MBRTOWC
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-CFLAGS+=	-DHAVE_MBRTOWC
 
 OPTIONS_DEFINE=	NEXT_LOOK
 NEXT_LOOK_DESC=	Enable NeXT look



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