With unzip in base, line EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip should be replaced with EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip or else, port failing whe detects that unzip is somewhere, but it not in UNZIP_CMD
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer (via the GNATS Auto Assign Tool)
Author: maho Date: Wed Jul 18 05:27:03 2012 New Revision: 301061 URL: http://svn.freebsd.org/changeset/ports/301061 Log: Fix depedency to unzip command. PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Modified: head/lang/f2c/Makefile Modified: head/lang/f2c/Makefile ============================================================================== --- head/lang/f2c/Makefile Wed Jul 18 04:58:30 2012 (r301060) +++ head/lang/f2c/Makefile Wed Jul 18 05:27:03 2012 (r301061) @@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Fortran-to-C converter and its run-time libraries -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip GUNZIP_CMD= minigzip -d USE_GMAKE= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks!