Date: Thu, 4 Aug 2011 03:24:11 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159482: Update port: irc/lostirc Message-ID: <20110804032411.ebde0345.tkato432@yahoo.com> Resent-Message-ID: <201108031840.p73IeXQ5077518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159482 >Category: ports >Synopsis: Update port: irc/lostirc >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: Wed Aug 03 18:40:33 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/lostirc/Makefile irc/lostirc/Makefile --- /usr/ports/irc/lostirc/Makefile 2010-03-28 17:39:41.000000000 +0900 +++ irc/lostirc/Makefile 2011-07-28 02:06:32.000000000 +0900 @@ -9,23 +9,27 @@ PORTVERSION= 0.4.6 PORTREVISION= 8 CATEGORIES= irc -MASTER_SITES= SF \ - http://demian.dyndns.org/src/ - +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A simple and minimal IRC client for X LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_GNOME= gnomehack gnomeprefix gnometarget +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_GNOME= gnomehack gnomeprefix GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kde +MAKE_JOBS_SAFE= yes MAN1= lostirc.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032411.ebde0345.tkato432>