Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 08:36:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193061] stage-fy japanese/eijiro-fpw
Message-ID:  <bug-193061-13-OIH2CNdw4q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193061-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193061-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193061

--- Comment #6 from John Marino <marino@FreeBSD.org> ---
okay, look at the post-extract target:

post-extract:
    @if [ -f ${CDROM_PATH}/eijiro-original/*.exe ]; then \
      lha xiw=${WRKDIR} ${CDROM_PATH}/eijiro-original/*.exe '*/${SRCFILE}'; \
    elif [ ! -f ${DICT_PATH}/${SRCFILE} ]; then \
      ${ECHO} "###################################################"; \
      ${ECHO} "I cannot find a file ${DICT_PATH}/${SRCFILE}"; \
      ${ECHO} "Specify the Eijiro Dictionary file with the full path"; \
      ${ECHO} "and excecute the following command again:"; \
      ${ECHO} "  make DICT_PATH=${DICT_PATH} SRCFILE=${SRCFILE}"; \
      ${ECHO} ""; \
      ${ECHO} "Notice: DICT_PATH must be a full path to the file."; \
      ${ECHO} "###################################################"; \
      ${FALSE}; \
    fi
    ${CP} ${LOCALBASE}/share/freepwing/fpwutils.mk ${WRKSRC}



So it fails unless it can uncompress data.
Therefore, lha is unconditionally required.
It makes no sense to require it only if the data can be found.

Do you see what I mean?
What's the point?  Just to save building a dependency if the port is going to
fail at post-extract anyway?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193061-13-OIH2CNdw4q>