Date: Sun, 18 Mar 2001 05:17:52 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: dinoex@FreeBSD.org Cc: pfeifer@dbai.tuwien.ac.at, freebsd-ports@FreeBSD.org Subject: Re: ports/25825: Update the Wine port to version 2001.03.05 Message-ID: <86r8zwrvyn.wl@cheerful.com> In-Reply-To: <200103171350.f2HDokN13908@freefall.freebsd.org> References: <200103171350.f2HDokN13908@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Could you install this port with NDEBUG=1? I can't. Some of INSTALL_PROGRAM's should be replaced with INSTALL_SCRIPT. -- FUJISHIMA Satsuki Index: files/patch-ba =================================================================== RCS file: /home/ncvs/ports/emulators/wine/files/patch-ba,v retrieving revision 1.3 diff -u -u -2 -r1.3 patch-ba --- files/patch-ba 2000/06/10 05:04:21 1.3 +++ files/patch-ba 2001/03/10 00:36:08 @@ -1,10 +1,5 @@ -Index: Make.rules.in -=================================================================== -RCS file: /home/wine/wine/Make.rules.in,v -retrieving revision 1.17 -diff -u -u -r1.17 Make.rules.in ---- Make.rules.in 1999/08/15 12:45:53 1.17 -+++ Make.rules.in 1999/09/24 23:39:10 -@@ -21,7 +21,7 @@ +--- Make.rules.in.orig Fri Jan 12 07:32:44 2001 ++++ Make.rules.in Sat Mar 10 09:16:59 2001 +@@ -25,7 +25,7 @@ CC = @CC@ CPP = @CPP@ @@ -15,5 +10,10 @@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -69,7 +69,7 @@ +@@ -75,11 +75,12 @@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ prefix = @prefix@ exec_prefix = @exec_prefix@ Index: files/patch-tools_Makefile.in =================================================================== RCS file: patch-tools_Makefile.in diff -N patch-tools_Makefile.in --- /dev/null Sun Mar 18 05:15:00 2001 +++ patch-tools_Makefile.in Sat Mar 10 09:31:35 2001 @@ -0,0 +1,15 @@ +--- tools/Makefile.in.orig Fri Jan 5 04:45:50 2001 ++++ tools/Makefile.in Sat Mar 10 09:31:33 2001 +@@ -44,9 +44,9 @@ + install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__) + [ -d $(bindir) ] || $(MKDIR) $(bindir) + $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf +- $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher +- $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker +- $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink ++ $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher ++ $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker ++ $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink + + uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) + $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink Index: files/patch-tools_specmaker_Makefile.in =================================================================== RCS file: patch-tools_specmaker_Makefile.in diff -N patch-tools_specmaker_Makefile.in --- /dev/null Sun Mar 18 05:15:00 2001 +++ patch-tools_specmaker_Makefile.in Sat Mar 10 09:12:27 2001 @@ -0,0 +1,11 @@ +--- tools/specmaker/Makefile.in.orig Mon Jan 8 06:52:39 2001 ++++ tools/specmaker/Makefile.in Sat Mar 10 09:12:03 2001 +@@ -26,7 +26,7 @@ + install:: $(PROGRAMS) + [ -d $(bindir) ] || $(MKDIR) $(bindir) + $(INSTALL_PROGRAM) specmaker $(bindir)/specmaker +- $(INSTALL_PROGRAM) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl ++ $(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl + + uninstall:: + $(RM) $(bindir)/specmaker 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?86r8zwrvyn.wl>