Maintainer update of x11-themes/phase port. Fix: Note: the "files" directory, along with the "patch-configure" file within, has been removed.
State Changed From-To: open->feedback Broken patch, please use a different mailer/interface, we recommend 'send-pr -a ...'. |diff -ruN phase.old/files/patch-configure phase/files/patch-configure |--- phase.old/files/patch-configure Sun Feb 13 23:01:11 2005 |+++ phase/files/patch-configure Wed Dec 31 16:00:00 1969 -------------------------- Patching file files/patch-configure using Plan A... patch: **** malformed patch at line 61: $PTHREAD_LIBS" >&5
Due to my provider, it's problematic using send-pr with sendmail. I am attaching the patch as a file instead of inline. The patch is kind of long, but that's because the files directory and its contents are being removed. This patch has been verified by me to build and run on both 4.11-RELEASE and 5.3-RELEASE. If the patch doesn't work this time, then just forget about it. This port is going to be included in kdeartwork next month anyway.
Are these intentional/to be expected? ===> Deinstalling phase-0.7 pkg_delete: unable to completely remove directory '/usr/local/share/apps/kstyle/themes' pkg_delete: unable to completely remove directory '/usr/local/share/apps/kstyle' pkg_delete: unable to completely remove directory '/usr/local/share/apps' pkg_delete: unable to completely remove directory '/usr/local/lib/kde3/plugins/styles' pkg_delete: unable to completely remove directory '/usr/local/lib/kde3/plugins' pkg_delete: unable to completely remove directory '/usr/local/lib/kde3' Also, if the .la files are not needed, you can avoid them by setting USE_LIBTOOL_VER=15. -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
> Are these intentional/to be expected? Those are to be expected. They are standard KDE directories, so that this theme should not remove while KDE is still around. Unless the port happens to be the last KDE port removed, those directories would still be in use. > Also, if the .la files are not needed, you can avoid them by setting > USE_LIBTOOL_VER=15. I have encountered the need for the .la files when using the 4.11 provided KDE packages. The port installs some plugins which cannot be used without them. David Johnson
State Changed From-To: feedback->closed Committed, thanks!