From owner-svn-ports-all@FreeBSD.ORG Sat May 31 00:58:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4889F08; Sat, 31 May 2014 00:58:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2114821B6; Sat, 31 May 2014 00:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V0wjpI083297; Sat, 31 May 2014 00:58:45 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4V0wiZ0083294; Sat, 31 May 2014 00:58:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405310058.s4V0wiZ0083294@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 31 May 2014 00:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355928 - head/editors/cooledit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 00:58:46 -0000 Author: amdmi3 Date: Sat May 31 00:58:44 2014 New Revision: 355928 URL: http://svnweb.freebsd.org/changeset/ports/355928 QAT: https://qat.redports.org/buildarchive/r355928/ Log: - Switch to USES=libtool, drop .la file - Strip binaries - Fix build on 10.x+ by using gcc - Optionize Modified: head/editors/cooledit/Makefile head/editors/cooledit/pkg-plist Modified: head/editors/cooledit/Makefile ============================================================================== --- head/editors/cooledit/Makefile Sat May 31 00:58:42 2014 (r355927) +++ head/editors/cooledit/Makefile Sat May 31 00:58:44 2014 (r355928) @@ -3,28 +3,28 @@ PORTNAME= cooledit PORTVERSION= 3.17.17 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/editors/X/cooledit +MASTER_SITES= SUNSITE/apps/editors/X/cooledit MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor -USE_AUTOTOOLS= libtool USE_PYTHON= yes -USES= gettext gmake +USES= gettext gmake libtool GNU_CONFIGURE= yes USE_XORG= x11 xt USE_LDCONFIG= yes +USE_GCC= any +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DHAVE_MBRTOWC -.if defined(WITH_NEXT_LOOK) -CONFIGURE_ARGS+= --enable-NeXT-look -.endif +OPTIONS= NEXT_LOOK +NEXT_LOOK_DESC= Enable NeXT look +NEXT_CONFIGURE_ENABLE= NeXT-look post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in Modified: head/editors/cooledit/pkg-plist ============================================================================== --- head/editors/cooledit/pkg-plist Sat May 31 00:58:42 2014 (r355927) +++ head/editors/cooledit/pkg-plist Sat May 31 00:58:44 2014 (r355928) @@ -4,9 +4,9 @@ bin/coolman bin/coolproject bin/smalledit lib/libCw.a -lib/libCw.la lib/libCw.so lib/libCw.so.1 +lib/libCw.so.1.0.0 %%DATADIR%%/c_utils.py %%DATADIR%%/global.py %%DATADIR%%/sh_utils.py