Date: Fri, 5 Feb 2016 11:58:31 -0800 From: Bryan Drewery <bdrewery@FreeBSD.org> To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408262 - head/editors/uemacs Message-ID: <56B4FEE7.4040003@FreeBSD.org> In-Reply-To: <56B4FD92.9080504@marino.st> References: <201602051859.u15IxnEx021230@repo.freebsd.org> <56B4FC78.6050005@FreeBSD.org> <56B4FD92.9080504@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ILkne4LjVEVcnhIsTE2xrcOpHahPb03NR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/5/2016 11:52 AM, John Marino wrote: > On 2/5/2016 8:48 PM, Bryan Drewery wrote: >> On 2/5/2016 10:59 AM, John Marino wrote: >>> Author: marino >>> Date: Fri Feb 5 18:59:49 2016 >>> New Revision: 408262 >>> URL: https://svnweb.freebsd.org/changeset/ports/408262 >>> >>> Log: >>> editors/uemacs: document ncurses rqmt (USES+=3Dncurses), respect LD= FLAGS >>> =20 >>> Also link with ncurses, not termcap >>> =20 >>> approved by: infrastructure blanket >>> >>> Modified: >>> head/editors/uemacs/Makefile >>> >>> Modified: head/editors/uemacs/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/uemacs/Makefile Fri Feb 5 18:57:54 2016 (r408261) >>> +++ head/editors/uemacs/Makefile Fri Feb 5 18:59:49 2016 (r408262) >>> @@ -13,10 +13,12 @@ COMMENT=3D Full screen editor >>> NO_CDROM=3D Resale allowed for media cost only >>> =20 >>> NO_WRKSUBDIR=3D yes >>> -USES=3D dos2unix zip >>> +USES=3D dos2unix ncurses zip >>> EXTRACT_BEFORE_ARGS=3D -Lq >>> =20 >>> post-patch: >>> @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c >>> + @${REINPLACE_CMD} -e 's|-ltermcap|${LDFLAGS} -lncurses|g' \ >>> + ${WRKSRC}/freebsd/makefile >>> =20 >>> .include <bsd.port.mk> >>> >> >> lrwxr-xr-x 1 root wheel 13 Mar 27 2015 /usr/lib/libtermcap.so@ -> >> libncurses.so >> >> libtermcap is symlinked to libncurses. Why is it worth maintaining ext= ra >> code to link to ncurses directly? >> >=20 > Libtermcap does not exist in ports, it's not in devel/ncurses. > If one wants doesn't want to use base, the port can't be built. The > obvious solution is make everythink link with libncurses so both base > and ports options are supported. >=20 >=20 >=20 I assume this is from privatizing libraries on DragonFly. This is a great effort then as I hope FreeBSD does the same some day. Thanks! --=20 Regards, Bryan Drewery --ILkne4LjVEVcnhIsTE2xrcOpHahPb03NR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWtP7oAAoJEDXXcbtuRpfPkIQH/ioD38pJ4UOPbSBQws/mpG4J ItlrVNhkWqiIJTMmiGPBZmabsFUYj3Z9Rhso56i0sA/T517PRHa4yimtPvpuZKPq TJp6CDtlCW1TD246K6XkKTiqixqCxkrw581wFWKP3hMnW1N0vu3DMcV6ga/qhSUX K2yyTf+nK63fpFwbXTKcZLLQP3+xLeQCV/Ra12o73zOYCuMbPDyVD8QKkQ+iOlwb KNYUO52yH8YFaOirgXvBc9qsK4di/0sCc5xnxDgX6UI31wR2RtqsVnu5EuYY2Jod xKDOSxh1AJmDdjeLmwxXXY0rY+OVr2OW5N3fL3w8N9Ux9LM0lRSP9TJMrkt/fTM= =oZPf -----END PGP SIGNATURE----- --ILkne4LjVEVcnhIsTE2xrcOpHahPb03NR--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56B4FEE7.4040003>