ports/51005: New port of native window decoration for KDE 3

Adam Weinberger adamw at freebsd.org
Wed Apr 16 02:50:17 UTC 2003


The following reply was made to PR ports/51005; it has been noted by GNATS.

From: Adam Weinberger <adamw at freebsd.org>
To: Brian Skrab <brian at quynh-and-brian.org>
Cc: FreeBSD-gnats-submit at freebsd.org
Subject: Re: ports/51005: New port of native window decoration for KDE 3
Date: Tue, 15 Apr 2003 19:48:25 -0700

 >> (04.15.2003 @ 1450 PST): Brian Skrab said, in 3.0K: <<
 > XDISTNAME=	${PORTNAME}-${PORTVERSION}
 
 This is implied, and thus this definition is redundant.
 
 > XGNU_CONFIGURE=	yes
 > XUSE_GMAKE=	yes
 > XUSE_KDEBASE_VER=3
 > XUSE_BZIP2=	yes
 
 Your port installs both shared libraries and libtool archives. Are you
 sure you want the libtool archives installed? If you want both
 installed, you must define:
 INSTALLS_SHLIB=	yes
 USE_LIBTOOL=	yes
 
 which will make GNU_CONFIGURE irrelevant
 
 > XA native Acqua-like window decoration for KDE3, with window drop shadows by
 > XDavid Sansome.
 
 Wait. Did David Sansome just develop the window drop shadows, or did he
 make the entire application? Your description implies he only made the
 drop shadows.
 
 > sed 's/^X//' >aquaosk/pkg-plist << 'END-of-aquaosk/pkg-plist'
 > Xlib/kde3
 > Xlib/kde3/libkwinaqua_config.so
 > Xlib/kde3/libkwinaqua_config.la
 > Xlib/kde3/libkwinaqua.so
 > Xlib/kde3/libkwinaqua.la
 > Xshare/apps
 > Xshare/apps/kwin
 > Xshare/apps/kwin/aqua.desktop
 
 OK, you have 3 directories listed as files in here. lib/kde3, share/apps
 and share/apps/kwin are not files that get installed by the program, so
 why do you list them as such? If a directory gets installed by a program
 (which this list implies this program does not), they get listed as
 @dirrm's. Otherwise, the directories shouldn't appear in this list. Did
 you try to uninstall this program yourself?
 
 root at smacky:/usr/ports/x11-wm/aquaosk# PREFIX=/tmp/acq make deinstall
 ===>  Deinstalling for aquaosk-2.0
 pkg_delete: cannot delete specified file '/usr/local/lib/kde3' - it is a directory!
 this packing list is incorrect - ignoring delete request
 pkg_delete: cannot delete specified file '/usr/local/share/apps' - it is a directory!
 this packing list is incorrect - ignoring delete request
 pkg_delete: cannot delete specified file '/usr/local/share/apps/kwin' - it is a directory!
 this packing list is incorrect - ignoring delete request
 
 And, this brings up one other point: this port does not honor ${PREFIX}.
 I love window decoration ports... I like eyecandy ;;) Please fix these
 things so we can add this port!
 
 # Adam
 
 
 --
 Adam Weinberger
 vectors.cx	>>	adam at vectors.cx
 FreeBSD.org	<<	adamw at FreeBSD.ORG
 #vim:set ts=8: 8-char tabs prevent tooth decay.



More information about the freebsd-ports-bugs mailing list