svn commit: r355928 - head/editors/cooledit

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 31 00:58:46 UTC 2014


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 at 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


More information about the svn-ports-all mailing list