Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2007 23:30:37 GMT
From:      Patrick Lamaiziere <patpr@davenulle.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116035: port deskutils/ksmoothdock-4.5_1 does not build
Message-ID:  <200709022330.l82NUb5o088850@www.freebsd.org>
Resent-Message-ID: <200709022340.l82Ne1nu030637@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 23:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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