Bug 77482 - [maintainer update] update x11-themes/phase
Summary: [maintainer update] update x11-themes/phase
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 07:40 UTC by David Johnson
Modified: 2013-03-17 02:47 UTC (History)
0 users

See Also:


Attachments
phase.diff (15.21 KB, patch)
2005-02-14 07:40 UTC, David Johnson
no flags Details | Diff
phase.diff (14.73 KB, patch)
2005-02-28 01:10 UTC, David Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Johnson 2005-02-14 07:40:21 UTC
	Maintainer update of x11-themes/phase port.

Fix: Note: the "files" directory, along with the "patch-configure" file 
within, has been removed.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-27 18:16:09 UTC
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
Comment 2 David Johnson 2005-02-28 01:10:49 UTC
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.
Comment 3 stolz 2005-03-01 21:50:08 UTC
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
Comment 4 David Johnson 2005-03-02 04:22:06 UTC
> 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
Comment 5 Volker Stolz freebsd_committer freebsd_triage 2005-03-10 16:01:54 UTC
State Changed
From-To: feedback->closed

Committed, thanks!