Date: Sun, 6 May 2012 11:53:05 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Joerg.Pulz@frm2.tum.de Subject: ports/167640: [PATCH] security/heimdal: do not install catpages Message-ID: <201205061153.q46Br5qq001841@freefall.freebsd.org> Resent-Message-ID: <201205061200.q46C0Owb003341@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167640 >Category: ports >Synopsis: [PATCH] security/heimdal: do not install catpages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 06 12:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Baptiste Daroussin >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233418M: Sat Mar 24 13:45:31 CET >Description: heimdal is one of the last ports to install catpages, hopefully in 1.5.2 (thanks for upgrade) we can bypass this. Once this patch is accepted, an ugly part of bsd.port.mk (cat detection) will be able to go away. Port maintainer (Joerg.Pulz@frm2.tum.de) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- heimdal-1.5.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/heimdal/Makefile,v retrieving revision 1.93 diff -u -u -r1.93 Makefile --- Makefile 5 May 2012 19:54:00 -0000 1.93 +++ Makefile 6 May 2012 11:51:27 -0000 @@ -41,6 +41,7 @@ --with-readline=${DESTDIR}/usr \ --enable-pthread-support \ --with-hdbdir=/var/db/${PORTNAME} +MAKE_ENV+= INSTALL_CATPAGES=no INFO= heimdal hx509 PLIST= ${WRKDIR}/PLIST --- heimdal-1.5.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205061153.q46Br5qq001841>