Date: Wed, 4 Jun 2014 16:01:04 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Dmitry Marakasov <amdmi3@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r355928 - head/editors/cooledit Message-ID: <20140604140104.GI30972@ivaldir.etoilebsd.net> In-Reply-To: <201405310058.s4V0wiZ0083294@svn.freebsd.org> References: <201405310058.s4V0wiZ0083294@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--4LwthZj+AV2mq5CX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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/ >=20 > Log: > - Switch to USES=3Dlibtool, drop .la file > - Strip binaries > - Fix build on 10.x+ by using gcc > - Optionize >=20 > Modified: > head/editors/cooledit/Makefile > head/editors/cooledit/pkg-plist >=20 > Modified: head/editors/cooledit/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D cooledit > PORTVERSION=3D 3.17.17 > -PORTREVISION=3D 5 > +PORTREVISION=3D 6 > CATEGORIES=3D editors > -MASTER_SITES=3D ${MASTER_SITE_SUNSITE} > -MASTER_SITE_SUBDIR=3D apps/editors/X/cooledit > +MASTER_SITES=3D SUNSITE/apps/editors/X/cooledit > =20 > MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D Suite of utilities, including a GUI editor > =20 > -USE_AUTOTOOLS=3D libtool > USE_PYTHON=3D yes > -USES=3D gettext gmake > +USES=3D gettext gmake libtool > GNU_CONFIGURE=3D yes > USE_XORG=3D x11 xt > USE_LDCONFIG=3D yes > +USE_GCC=3D any > +INSTALL_TARGET=3D install-strip > =20 > CPPFLAGS+=3D -I${LOCALBASE}/include ${PTHREAD_CFLAGS} > LDFLAGS+=3D -L${LOCALBASE}/lib ${PTHREAD_LIBS} > CFLAGS+=3D -DHAVE_MBRTOWC > =20 > -.if defined(WITH_NEXT_LOOK) > -CONFIGURE_ARGS+=3D --enable-NeXT-look > -.endif > +OPTIONS=3D NEXT_LOOK this is bad ^^ :) Bapt --4LwthZj+AV2mq5CX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOPJqAACgkQ8kTtMUmk6Ew3CwCdHRV+InPQ8kjTGDha/EPWM0Ax JLgAn28G1d+rvUjuK6EL+KBQ+lYXubve =OiHv -----END PGP SIGNATURE----- --4LwthZj+AV2mq5CX--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140604140104.GI30972>