Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
CVS: dists/10.2/unstable/main/finkinfo/x11 lesstif-0.93.36-2.info,NONE,1.1 : msg#00198
|
Subject: |
CVS: dists/10.2/unstable/main/finkinfo/x11 lesstif-0.93.36-2.info,NONE,1.1 lesstif-0.93.36-2.patch,NONE,1.1 |
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/x11
In directory usw-pr-cvs1:/tmp/cvs-serv14557
Added Files:
lesstif-0.93.36-2.info lesstif-0.93.36-2.patch
Log Message:
Added patch to fix libtool bug.
--- NEW FILE: lesstif-0.93.36-2.info ---
Package: lesstif
Version: 0.93.36
Revision: 2
Source: mirror:sourceforge:lesstif/%n-%v.tar.gz
Depends: %N-shlibs (= %v-%r)
BuildDepends: automake
Replaces: lesstif-dev, openmotif3
Conflicts: openmotif3
BuildDependsOnly: True
Patch: %f.patch
ConfigureParams: --enable-build-12 --enable-build-21 --enable-static
--mandir='${prefix}/share/man'
InstallScript: <<
make install DESTDIR=%d manonedir=%p/share/man/man1
manthreedir=%p/share/man/man3 manfivedir=%p/share/man/man5
mkdir -p %i/share/doc/%n
mv %i/LessTif/doc %i/share/doc/%n
rm -R %i/LessTif
<<
SplitOff: <<
Package: %N-shlibs
Depends: dlcompat
Replaces: %N (<= 0.93.18-4)
Files: lib/libMrm.*.dylib lib/libUil.*.dylib lib/libXm.*.dylib
lib/libDtPrint.*.dylib
DocFiles: AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS FAQ INSTALL.txt
README NEWS ReleaseNotes.txt
<<
SplitOff2: <<
Package: %N-bin
Depends: %N-shlibs (= %v-%r)
Replaces: %N (<= 0.93.18-4), openmotif3-bin
Conflicts: openmotif3-bin
Files: bin share/man/man1 share/man/man5 lib/X11 share/doc/%N/doc
DocFiles: AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS FAQ INSTALL.txt
README ReleaseNotes.txt
<<
DocFiles: AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS FAQ INSTALL.txt
README ReleaseNotes.txt
PostInstScript: <<
update-alternatives --install %p/share/man/man3/Object.3 Object.3
%p/share/man/man3/Object.3.lesstif 70
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove Object.3 %p/share/man/man3/Object.3.lesstif
fi
<<
#
Description: Free implementation of OSF/Motif
DescPort: <<
Currently, builds the 1.2 and 2.1 versions, with the 2.1 libraries
and includes installed as the default.
Have temporarily added a patch to disable libtool's relinking, until this
problem can be addressed in a better way (DRM, in revision 6).
<<
DescPackaging: <<
man pages that conflict with other packages are managed
with update-alternatives.
Previous versions by Christoph Pfisterer.
<<
DescUsage: <<
Clients which link both libXm and libXt from XFree86 >= 4.2 should
use the -force_flat_namespace linker flag (to avoid errors of the
form "Error: attempt to add non-widget child .. " upon launch).
<<
License: GPL/LGPL
Homepage: http://www.lesstif.org/
Maintainer: Jeffrey Whitaker <jsw@xxxxxxxxxxxx>
--- NEW FILE: lesstif-0.93.36-2.patch ---
diff -ru lesstif-0.93.18/ltmain.sh lesstif-0.93.18-patched/ltmain.sh
--- lesstif-0.93.18/ltmain.sh 2001-12-20 12:03:07.000000000 -0500
+++ lesstif-0.93.18-patched/ltmain.sh 2002-06-05 08:22:05.000000000 -0400
@@ -3948,10 +3948,10 @@
# Directory that this library needs to be installed in:
libdir='$install_libdir'"
- if test "$installed" = no && test $need_relink = yes; then
- $echo >> $output "\
-relink_command=\"$relink_command\""
- fi
+# if test "$installed" = no && test $need_relink = yes; then
+# $echo >> $output "\
+#relink_command=\"$relink_command\""
+# fi
done
fi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|
| |