Date: Fri, 26 Apr 2013 15:17:28 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178187: [PATCH] games/freedink-dfarc: Fix build and plist Message-ID: <201304262017.r3QKHVtC072357@freefall.freebsd.org> Resent-Message-ID: <201304262020.r3QKK0TL072419@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178187 >Category: ports >Synopsis: [PATCH] games/freedink-dfarc: Fix build and plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Apr 26 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE-p5 i386 >Organization: >Environment: >Description: Port does not build and has invalid icons/hicolor/32x32/mimetypes in plist: checking dependency style of cc... gcc3 checking for intltool >= 0.31... ./configure: intltool-update: not found found configure: error: Your intltool is too old. You need intltool 0.31 or later. ===> Script "configure" failed unexpectedly. ... ===> Registering installation for freedink-dfarc-3.2.1_5 pkg: lstat(/usr/local/icons/hicolor/32x32/mimetypes/): No such file or directory pkg: DEVELOPER_MODE: Plist error: @dirrm icons/hicolor/32x32/mimetypes >How-To-Repeat: >Fix: --- freedink-dfarc-fix.txt begins here --- # svn status M Makefile M pkg-plist Index: Makefile =================================================================== --- Makefile (revision 316629) +++ Makefile (working copy) @@ -1,13 +1,9 @@ -# New ports collection makefile for: syncterm -# Date created: 3 October 2006 -# Whom: shurd -# +# Created by: shurd # $FreeBSD$ -# PORTNAME= freedink-dfarc PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -16,7 +12,7 @@ MAINTAINER= shurd@sasktel.net COMMENT= Frontend and .dmod installer for GNU FreeDink -LIB_DEPENDS= iconv:${PORTSDIR}/textproc/intltool +BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool USE_GMAKE= yes USE_WX= 2.6+ Index: pkg-plist =================================================================== --- pkg-plist (revision 316629) +++ pkg-plist (working copy) @@ -6,7 +6,6 @@ share/locale/fr/LC_MESSAGES/dfarc.mo share/locale/pl/LC_MESSAGES/dfarc.mo share/locale/fi/LC_MESSAGES/dfarc.mo -@dirrmtry icons/hicolor/32x32/mimetypes @dirrmtry share/applications @dirrmtry share/mime/packages @dirrmtry share/mime --- freedink-dfarc-fix.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304262017.r3QKHVtC072357>