From admin@mail.westbend.net  Sat Dec 29 17:59:50 2001
Return-Path: <admin@mail.westbend.net>
Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3])
	by hub.freebsd.org (Postfix) with ESMTP id A42AC37B41A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Dec 2001 17:59:49 -0800 (PST)
Received: (from root@localhost)
	by mail.westbend.net (8.11.6/8.11.6) id fBU1xmh00448;
	Sat, 29 Dec 2001 19:59:48 -0600 (CST)
	(envelope-from admin)
Message-Id: <200112300159.fBU1xmh00448@mail.westbend.net>
Date: Sat, 29 Dec 2001 19:59:48 -0600 (CST)
From: "Scot W. Hetzel" <hetzels@westbend.net>
Reply-To: "Scot W. Hetzel" <hetzels@westbend.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: frontpage-ar - fails to install
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33317
>Category:       ports
>Synopsis:       frontpage-ar - fails to install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 18:00:04 PST 2001
>Closed-Date:    Sun Dec 30 14:08:30 PST 2001
>Last-Modified:  Sun Dec 30 14:08:47 PST 2001
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
West Bend Internet
>Environment:
System: FreeBSD wbiW009.westbend.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Fri Dec 21 03:59:03 CST 2001 root@wbiW009.westbend.net:/usr/obj/usr/src/sys/GENERIC-SMP i386


>Description:
	The port fails to untar the Arabic FrontPage Web Admin pages due to 
	DISTFILES are assigned before FP_LANG is defined.  This only affects
	the frontpage-ar port.  The other frontpage-* ports are unaffected.

	Other fixes:
	- correct port RUN_DEPENDS to use frontpage instead of frontpage5
	- Portlint clean up.

>How-To-Repeat:
	Do a make install in the frontpage-ar port.  While the port says it
	is untaring the Web Admin pages, a deinstall shows that the files
	were never installed.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/frontpage-ar/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	28 Dec 2001 00:44:28 -0000	1.4
+++ Makefile	30 Dec 2001 01:18:34 -0000
@@ -14,24 +14,24 @@
 DISTFILES=
 EXTRACT_ONLY=
 
+MAINTAINER=	hetzels@westbend.net
+
+RUN_DEPENDS=	${FPSETPERM}:${PORTSDIR}/www/frontpage
+
+FP_LANG?=       ara
+FP_LANGUAGE?=   Arabic
+FP_LCID?=       1025
+
 .for _FP_LANG in ${FP_LANG}
 DISTFILES+=	fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z
 .endfor
 
-MAINTAINER=	hetzels@westbend.net
-
-RUN_DEPENDS=	${FPSETPERM}:${PORTSDIR}/www/frontpage5
-
 .include <bsd.port.pre.mk>
 
 ONLY_FOR_ARCHS=	i386 alpha
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-
-FP_LANG?=	ara
-FP_LANGUAGE?=	Arabic
-FP_LCID?=	1025
 
 FP_VER=		5.0
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sun Dec 30 14:08:30 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33317 
>Unformatted:
