From nobody@FreeBSD.org  Sun Sep  2 23:30:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C516D16A41B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Sep 2007 23:30:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B774113C45B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Sep 2007 23:30:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l82NUbL2088851
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Sep 2007 23:30:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l82NUb5o088850;
	Sun, 2 Sep 2007 23:30:37 GMT
	(envelope-from nobody)
Message-Id: <200709022330.l82NUb5o088850@www.freebsd.org>
Date: Sun, 2 Sep 2007 23:30:37 GMT
From: Patrick Lamaiziere <patpr@davenulle.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port deskutils/ksmoothdock-4.5_1 does not build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116035
>Category:       ports
>Synopsis:       port deskutils/ksmoothdock 4.5_1 does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 23:40:01 GMT 2007
>Closed-Date:    Tue Sep 18 10:30:23 GMT 2007
>Last-Modified:  Tue Sep 18 10:30:23 GMT 2007
>Originator:     Patrick Lamaiziere
>Release:        6-2 STABLE
>Organization:
>Environment:
FreeBSD roxette.lamaiziere.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Aug  5 16:26:56 CEST 2007 root@roxette.lamaiziere.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Port deskutils/ksmoothdock-4.5_1 does not build since the removal of the ports devel/gnu-autoconf, devel/gnu-automake.

This is because a bug into a kde script "detect-autoconf.pl" in the port.
This script should not be called, it is called by the port's Makefile in the target pre-configure: by gmake -f admin/Makefile.common:
PORTNAME=       ksmoothdock
[...]
pre-configure:
        @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f
	@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common

The port builds fine without it.

see:
http://mail.kde.org/pipermail/kde-freebsd/2007-August/001393.html
http://mail.kde.org/pipermail/kde-freebsd/2007-August/001397.html
http://mail.kde.org/pipermail/kde-freebsd/2007-August/001402.html

Regards.


>How-To-Repeat:
# cd /usr/ports/deskutils/ksmoothdock
# make
>Fix:
Remove the call to gmake -f admin/Makefile.common into the port's Makefile:

PORTNAME=       ksmoothdock
PORTVERSION=    4.5
PORTREVISION=   1
CATEGORIES=     deskutils kde

pre-configure:
        @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
-       @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common


>Release-Note:
>Audit-Trail:

From: Patrick Lamaiziere <patpr@davenulle.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116035: port deskutils/ksmoothdock 4.5_1 does not build
Date: Tue, 18 Sep 2007 11:36:19 +0200

 Hello,
 
 With the current ports tree (September 17, 2007), this port builds an
 runs fine. I don't know why the build does not fail anymore.
 
 Sorry for the noise, can someone close this PR please ?
 Regards.
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Tue Sep 18 10:28:52 UTC 2007 
State-Changed-Why:  

Closed at submitter's request: seems to have been fixed automagically. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=116035 
>Unformatted:
