Date: Sun, 06 Mar 2005 23:41:40 +0300 From: Sergey Matveychuk <sem@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org Subject: ports/78511: [PATCH] security/mcrypt: unbreak Message-ID: <E1D82ZI-000DjM-P5@stable-5.sem-home.ciam.ru> Resent-Message-ID: <200503062050.j26Ko3th083724@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78511 >Category: ports >Synopsis: [PATCH] security/mcrypt: unbreak >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 Mar 06 20:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.3-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD stable-5.sem-home.ciam.ru 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #13: Fri Jan 14 04:39:21 MSK 2005 >Description: [DESCRIBE CHANGES] - Unbreak the port by fixing PLIST Port maintainer (trevor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mcrypt-2.6.4_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/mcrypt/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- Makefile 28 Feb 2005 01:05:54 -0000 1.28 +++ Makefile 6 Mar 2005 20:40:49 -0000 @@ -9,7 +9,7 @@ PORTNAME= mcrypt PORTVERSION= 2.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://argeas.cs-net.gr/pub/unix/mcrypt/attic/ \ @@ -23,8 +23,6 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ -BROKEN= Incomplete pkg-plist - WANT_AUTOCONF_VER= 259 USE_GETTEXT= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} @@ -46,6 +44,8 @@ ${ECHO_CMD} bin/${PORTNAME} > ${PLIST} .for i in cs de el es_AR pl ${ECHO_CMD} share/locale/${i}/LC_MESSAGES/mcrypt.mo >> ${PLIST} + ${ECHO_CMD} @unexec rmdir %D/share/locale/${i}/LC_MESSAGES '2>/dev/null | true' >> ${PLIST} + ${ECHO_CMD} @unexec rmdir %D/share/locale/${i} '2>/dev/null | true' >> ${PLIST} .endfor .if !defined(NOPORTDOCS) ${ECHO_CMD} share/examples/${PORTNAME}/sample.mcryptrc >> ${PLIST} --- mcrypt-2.6.4_3.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?E1D82ZI-000DjM-P5>