svn commit: r566852 - head/editors/cooledit

Nuno Teixeira eduardo at FreeBSD.org
Mon Mar 1 13:12:19 UTC 2021


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 at FreeBSD.org
+MAINTAINER=	eduardo at 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


More information about the svn-ports-head mailing list