Date: Tue, 30 May 2000 23:20:47 +0200 (CEST) From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> To: Will Andrews <andrews@technologist.com> Cc: freebsd-ports@freebsd.org Subject: Re: ports/18877: Also install libraries for the Wine port! Message-ID: <Pine.BSF.4.21.0005302313570.93459-100000@deneb.dbai.tuwien.ac.at> In-Reply-To: <Pine.BSF.4.21.0005300002030.62640-100000@deneb.dbai.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 May 2000, Gerald Pfeifer wrote: >> Please consider putting the perl line in the port until Wine >> developers resync the sources on this issue. > Can you install the patch nevertheless? [...] > I'll then take care of the SOVERSION issue, one way or the other... Okay, please install my original patch and on top of that, add patches/patch-gc as follows, and do a s/1.0/1/g in pkg/PLIST. Thanks, Gerald --- /dev/null Tue May 30 13:03:39 2000 +++ patch-gc Tue May 30 23:18:16 2000 @@ -0,0 +1,441 @@ +Index: Makefile.in +=================================================================== +RCS file: /home/wine/wine/Makefile.in,v +retrieving revision 1.80 +diff -r1.80 Makefile.in +23c23 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/avifil32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/avifil32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/comctl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/comctl32/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/commdlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/commdlg/Makefile.in,v +retrieving revision 1.12 +diff -r1.12 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dciman32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dciman32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ddraw/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ddraw/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dinput/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dinput/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dplayx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dplayx/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/dsound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/gdi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/gdi/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/icmp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/icmp/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imagehlp/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imagehlp/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/imm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/imm32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/lzexpand/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/lzexpand/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/mpr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/mpr/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msacm32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msacm32/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msnet32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msnet32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/msvideo/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/msvideo/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/odbc32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/odbc32/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ole32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ole32/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oleaut32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oleaut32/Makefile.in,v +retrieving revision 1.11 +diff -r1.11 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olecli/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olecli/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/oledlg/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/oledlg/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olepro32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olepro32/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/olesvr/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/olesvr/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/opengl32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/opengl32/Makefile.in,v +retrieving revision 1.1 +diff -r1.1 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/psapi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/psapi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/rasapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/rasapi32/Makefile.in,v +retrieving revision 1.7 +diff -r1.7 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/richedit/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/richedit/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/setupx/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/setupx/Makefile.in,v +retrieving revision 1.3 +diff -r1.3 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/shell32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v +retrieving revision 1.26 +diff -r1.26 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/sound/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/sound/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/stress/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/stress/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/tapi32/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/tapi32/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/ttydrv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/ttydrv/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/urlmon/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/urlmon/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/user/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/user/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/version/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/version/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win32s/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win32s/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/win87em/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/win87em/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winaspi/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winaspi/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/windebug/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/windebug/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wing/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wing/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/wininet/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/wininet/Makefile.in,v +retrieving revision 1.2 +diff -r1.2 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winmm/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winmm/Makefile.in,v +retrieving revision 1.8 +diff -r1.8 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winsock/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winsock/Makefile.in,v +retrieving revision 1.4 +diff -r1.4 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/winspool/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/winspool/Makefile.in,v +retrieving revision 1.6 +diff -r1.6 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 +Index: dlls/x11drv/Makefile.in +=================================================================== +RCS file: /home/wine/wine/dlls/x11drv/Makefile.in,v +retrieving revision 1.5 +diff -r1.5 Makefile.in +6c6 +< SOVERSION = 1.0 +--- +> SOVERSION = 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005302313570.93459-100000>