svn commit: r355928 - head/editors/cooledit

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 4 14:01:14 UTC 2014


On Sat, May 31, 2014 at 12:58:44AM +0000, Dmitry Marakasov wrote:
> 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

this is bad ^^ :)

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140604/56e566ed/attachment.sig>


More information about the svn-ports-head mailing list