From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 14:01:14 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 1B7A5255; Wed, 4 Jun 2014 14:01:14 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38EDF2644; Wed, 4 Jun 2014 14:01:13 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id cc10so8457911wib.16 for ; Wed, 04 Jun 2014 07:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=6SjE8RGa65CYB/DMiE33/OAJjSTpJqg3FHgDLFbonuA=; b=JLfXwNcyIRy87Jsm4q2cUsjob8vNPzfFWqAjpN7ayjYP3OsNYcHo4NsgVYZ0Q3BGIy XYrWU3/YNsx6xznXjP1vjVT4/L9yoYnErov6ACHj6J4qP5ZeMpbRPjVQqdX09QXrN+D0 50/7EzBqN7J4lCXB891MOpdiIU4kySvWJihfFlbAlO7uzZgEbm52g+mSGXUzryzj3A6g E5N3SSjPSj8P5CfKpJGFo1fkUQM1wrukOh6ZXnB5XjuVzkjLrikuIMNmjqpRItqmvtnI EKF9HJlP4n2XL89Sijmm8kkll3wl/Ww0aUFUyLnjHP4F/memzqXYGFQHRw6tjo/w82ng +LSA== X-Received: by 10.194.120.68 with SMTP id la4mr70605354wjb.40.1401890468697; Wed, 04 Jun 2014 07:01:08 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id gi8sm9847295wib.8.2014.06.04.07.01.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 07:01:07 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 4 Jun 2014 16:01:04 +0200 From: Baptiste Daroussin To: Dmitry Marakasov Subject: Re: svn commit: r355928 - head/editors/cooledit Message-ID: <20140604140104.GI30972@ivaldir.etoilebsd.net> References: <201405310058.s4V0wiZ0083294@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4LwthZj+AV2mq5CX" Content-Disposition: inline In-Reply-To: <201405310058.s4V0wiZ0083294@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Wed, 04 Jun 2014 14:01:14 -0000 --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--