Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 00:58:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355928 - head/editors/cooledit
Message-ID:  <201405310058.s4V0wiZ0083294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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