Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2011-11-19 Thread Gerald Pfeifer
On Sat, 19 Nov 2011, Alexey Dokuchaev wrote: > Understood. However, since libtiff is likely to be found on typical > user's desktop system (considering that wine is primarily a desktop > application), hardcoding libtiff as LIB_DEPENDS might be a nice > alternative. How useful it is to have TIF

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2011-11-19 Thread Alexey Dokuchaev
On Sat, Nov 19, 2011 at 04:00:55PM +0100, Gerald Pfeifer wrote: > Wine can, in principle build with TIFF support. We have, however, > never had the required libraries as a dependency. > > (I am in general frugal in adding dependencies, or options, to ports. > That increases complexity and in the

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2011-11-19 Thread Gerald Pfeifer
On Sat, 19 Nov 2011, Alexey Dokuchaev wrote: >> Explicitly di$sable TIFF support, configuring --without-tiff, after >> we have not had this as a package dependency all the time anyway. > Can you elaborate on this part of log please? Is wine somehow broken > wrt TIFF support? Or it's not being

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2011-11-19 Thread Alexey Dokuchaev
On Sat, Nov 19, 2011 at 02:06:48PM +, Gerald Pfeifer wrote: > gerald 2011-11-19 14:06:48 UTC > > Modified files: > emulators/wine Makefile distinfo pkg-plist > Log: > [...] > Explicitly di$sable TIFF support, configuring --without-tiff, after > we have not had this as

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Alexey Dokuchaev
On Sun, May 15, 2011 at 11:26:11AM -0700, Doug Barton wrote: > On 05/15/2011 08:59, Alexey Dokuchaev wrote: > >bundling extra .cab file does not add plethora of extra stuff that user > >would have to pull as extra dependencies, 2/3 increase of relatively > >light package seems quite tolerable; in r

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Alexey Dokuchaev
On Sun, May 15, 2011 at 11:34:13AM -0700, Doug Barton wrote: > OTOH from the package side, if CUPS is going to be defaulted to on > universally it would be nice to have -nocups slave ports for some of the > more popular ports like we have -nox11 slaves now. Selecting from improved OPTIONS framew

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Alexey Dokuchaev
On Sun, May 15, 2011 at 01:08:19PM -0500, Mark Linimon wrote: > On Sun, May 15, 2011 at 03:59:20PM +, Alexey Dokuchaev wrote: > > Carefully selected and reasonable defaults is one of the strong sides > > of ports (and thus packages) that we offer, despite all aforementioned > > drawbacks. > >

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Doug Barton
On 05/15/2011 11:08, Mark Linimon wrote: On Sun, May 15, 2011 at 03:59:20PM +, Alexey Dokuchaev wrote: Carefully selected and reasonable defaults is one of the strong sides of ports (and thus packages) that we offer, despite all aforementioned drawbacks. User feedback at the last 2 confere

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Doug Barton
On 05/15/2011 08:59, Alexey Dokuchaev wrote: As I've said, since bundling extra .cab file does not add plethora of extra stuff that user would have to pull as extra dependencies, 2/3 increase of relatively light package seems quite tolerable; in return, we provide single package user can install

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Mark Linimon
On Sun, May 15, 2011 at 03:59:20PM +, Alexey Dokuchaev wrote: > Carefully selected and reasonable defaults is one of the strong sides > of ports (and thus packages) that we offer, despite all aforementioned > drawbacks. User feedback at the last 2 conferences that I have been to, is that we ar

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Alexey Dokuchaev
On Sun, May 15, 2011 at 08:08:22AM -0700, Gerald Pfeifer wrote: > On Sat, 14 May 2011, Alexey Dokuchaev wrote: > >> Only tentatively remove $DATADIR/wine upon deinstallation to allow for > >> the forthcoming wine-gecko port > > I've read your reasoning in the PR about the separate gecko-enabled

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Erwin Lansing
On Sun, May 15, 2011 at 08:08:22AM -0700, Gerald Pfeifer wrote: > > One of the biggest weaknesses of the FreeBSD Ports Collection is that, > unlike RPM or DEB based systems, one port cannot easily create a set > of complementary binary packages. > > A richer package system nicely allows users to

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-15 Thread Gerald Pfeifer
On Sat, 14 May 2011, Alexey Dokuchaev wrote: >> Only tentatively remove $DATADIR/wine upon deinstallation to allow for >> the forthcoming wine-gecko port. [1] > I've read your reasoning in the PR about the separate gecko-enabled > port, and while I am generally not very happy about the idea of

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-wineoss.drv

2011-05-14 Thread Alexey Dokuchaev
On Sat, May 14, 2011 at 12:21:47AM +, Gerald Pfeifer wrote: > gerald 2011-05-14 00:21:47 UTC > > Modified files: > emulators/wine Makefile distinfo pkg-plist > emulators/wine/files patch-dlls-wineoss.drv > Log: > Update to Wine 1.3.20. This includes the following ch

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2008-03-23 Thread Aryeh M. Friedman
Aryeh M. Friedman wrote: Gerald Pfeifer wrote: gerald 2008-03-23 03:40:02 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.58. Among others, this includes the following changes: - The default version is

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2008-03-22 Thread Gerald Pfeifer
On Sat, 22 Mar 2008, Aryeh M. Friedman wrote: > Any word on AMD64 support? The honest answer is that I'm not aware of any real plans in that direction. I verified, and openSUSE, for example, does not do a 64-bit either but provides the 32-bit build on x86-64. Gerald

Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist

2008-03-22 Thread Aryeh M. Friedman
Gerald Pfeifer wrote: gerald 2008-03-23 03:40:02 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.58. Among others, this includes the following changes: - The default version is now Windows XP. - Many