Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 16:38:38 +0000
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fluffy@FreeBSD.org
Subject:   ports/184781: [PATCH] palm/libmal: Add STAGE and LICENSE support
Message-ID:  <201312151638.rBFGcbuu055224@scruffy.exit2shell.com>
Resent-Message-ID: <201312151640.rBFGe04i051260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- libmal-0.44.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151638.rBFGcbuu055224>