[105982] trunk/dports/x11/wine-devel

ryandesign at macports.org ryandesign at macports.org
Sat May 11 18:32:58 PDT 2013


Revision: 105982
          https://trac.macports.org/changeset/105982
Author:   ryandesign at macports.org
Date:     2013-05-11 18:32:58 -0700 (Sat, 11 May 2013)
Log Message:
-----------
wine-devel: fix launch failure due to missing libwine by applying upstream patch (#39073)

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/wine-devel/files/libwine.patch

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2013-05-12 01:13:33 UTC (rev 105981)
+++ trunk/dports/x11/wine-devel/Portfile	2013-05-12 01:32:58 UTC (rev 105982)
@@ -9,7 +9,7 @@
 conflicts                   wine wine-crossover
 set my_name                 wine
 version                     1.5.30
-
+revision                    1
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -95,6 +95,7 @@
                             port:pkgconfig
 
 patchfiles                  BOOL.patch \
+                            libwine.patch \
                             mach_machine.patch \
                             tiger-shell.patch
 

Added: trunk/dports/x11/wine-devel/files/libwine.patch
===================================================================
--- trunk/dports/x11/wine-devel/files/libwine.patch	                        (rev 0)
+++ trunk/dports/x11/wine-devel/files/libwine.patch	2013-05-12 01:32:58 UTC (rev 105982)
@@ -0,0 +1,35 @@
+configure: Add explicit install targets in libs/wine for make_makefiles.
+http://bugs.winehq.org/show_bug.cgi?id=33560
+--- configure.orig
++++ configure
+@@ -16379,7 +16379,7 @@ wine_fn_config_makefile documentation enable_documentation
+ wine_fn_config_makefile fonts enable_fonts install-lib
+ wine_fn_config_makefile include enable_include install-dev
+ wine_fn_config_makefile libs/port enable_libs_port
+-wine_fn_config_makefile libs/wine enable_libs_wine
++wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
+ wine_fn_config_makefile libs/wpp enable_libs_wpp
+ wine_fn_config_makefile loader enable_loader install-lib,manpage
+ wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
+--- configure.ac.orig
++++ configure.ac
+@@ -3173,7 +3173,7 @@ WINE_CONFIG_MAKEFILE([documentation])
+ WINE_CONFIG_MAKEFILE([fonts],,[install-lib])
+ WINE_CONFIG_MAKEFILE([include],,[install-dev])
+ WINE_CONFIG_MAKEFILE([libs/port])
+-WINE_CONFIG_MAKEFILE([libs/wine])
++WINE_CONFIG_MAKEFILE([libs/wine],,[install-dev,install-lib])
+ WINE_CONFIG_MAKEFILE([libs/wpp])
+ WINE_CONFIG_MAKEFILE([loader],,[install-lib,manpage])
+ WINE_CONFIG_PROGRAM(aspnet_regiis,,[install])
+--- libs/wine/Makefile.in.orig
++++ libs/wine/Makefile.in
+@@ -111,4 +111,8 @@ version.c: dummy
+ $(RELPATH):
+ 	@cd $(TOOLSDIR)/tools && $(MAKE) relpath$(TOOLSEXT)
+ 
++# Make sure that make_makefiles sees the install rules
++install install-lib::
++install install-dev::
++
+ @LIBWINE_RULES@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130511/27cca553/attachment.html>


More information about the macports-changes mailing list