From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB0A6343 for ; Sun, 15 Dec 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FFF0102E for ; Sun, 15 Dec 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFGe0BF051261 for ; Sun, 15 Dec 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFGe04i051260; Sun, 15 Dec 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 16:40:00 GMT Resent-Message-Id: <201312151640.rBFGe04i051260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Kreuzer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74D0B323; Sun, 15 Dec 2013 16:38:40 +0000 (UTC) Received: from scruffy.exit2shell.com (scruffy.exit2shell.com [174.136.99.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA361021; Sun, 15 Dec 2013 16:38:40 +0000 (UTC) Received: by scruffy.exit2shell.com with ESMTP id rBFGcbuu055224; Sun, 15 Dec 2013 08:38:37 -0800 (PST) Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Sun, 15 Dec 2013 16:38:38 +0000 Message-Id: <201312151638.rBFGcbuu055224@scruffy.exit2shell.com> Date: Sun, 15 Dec 2013 16:38:38 +0000 From: Steven Kreuzer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/184781: [PATCH] palm/libmal: Add STAGE and LICENSE support Cc: fluffy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:40:00 -0000 >Number: 184781 >Category: ports >Synopsis: [PATCH] palm/libmal: Add STAGE and LICENSE support >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 Dec 15 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 9.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD clamps.exit2shell.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:01:40 UTC 2013 >Description: Add STAGE and LICENSE support Remove USE_GMAKE in favor of USES Update LIB_DEPENDS to new format Port maintainer (fluffy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libmal-0.44.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336553) +++ Makefile (working copy) @@ -9,14 +9,14 @@ MAINTAINER= fluffy@FreeBSD.org COMMENT= A library encapsulating malsync -LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link +LICENSE= MPL -USE_GMAKE= YES +LIB_DEPENDS= libpisock.so.9:${PORTSDIR}/palm/pilot-link + +USES= gmake GNU_CONFIGURE= yes -HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* -NO_STAGE= yes .include --- libmal-0.44.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: