ports/116035: port deskutils/ksmoothdock-4.5_1 does not build

Patrick Lamaiziere patpr at davenulle.org
Sun Sep 2 23:40:01 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list