FreeBSD Bugzilla – Attachment 61834 Details for
Bug 92585
Don't warn about libtool archives for KDE ports.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint.pl.diff
portlint.pl.diff (text/plain), 1.04 KB, created by
Michael Nottebrock
on 2006-01-31 07:40:02 UTC
(
hide
)
Description:
portlint.pl.diff
Filename:
MIME Type:
Creator:
Michael Nottebrock
Created:
2006-01-31 07:40:02 UTC
Size:
1.04 KB
patch
obsolete
>Index: portlint.pl >=================================================================== >RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v >retrieving revision 1.83 >diff -u -r1.83 portlint.pl >--- portlint.pl 22 Jan 2006 00:45:00 -0000 1.83 >+++ portlint.pl 31 Jan 2006 07:04:17 -0000 >@@ -176,7 +176,7 @@ > PKGDIR COMMENT DESCR PLIST PKGCATEGORY PKGINSTALL PKGDEINSTALL > PKGREQ PKGMESSAGE MD5_FILE .CURDIR INSTALLS_SHLIB USE_AUTOTOOLS > INDEXFILE PKGORIGIN CONFLICTS PKG_VERSION PKGINSTALLVER >- PLIST_FILES OPTIONS INSTALLS_OMF >+ PLIST_FILES OPTIONS INSTALLS_OMF USE_KDELIBS_VER > ); > > my $cmd = join(' -V ', "make $makeenv MASTER_SITE_BACKUP=''", @varlist); >@@ -667,7 +667,7 @@ > "for more details."); > } > >- if ($_ =~ /\.la$/ && $makevar{USE_AUTOTOOLS} =~ 'libtool') { >+ if ($_ =~ /\.la$/ && $makevar{USE_AUTOTOOLS} =~ 'libtool' && !defined($makevar{USE_KDELIBS_VER})) { > &perror("WARN: $file [$.]: installing libtool archives, ". > "please use USE_AUTOTOOLS in Makefile if possible. ". > "See http://www.FreeBSD.org/gnome/docs/porting.html ".
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92585
: 61834