FreeBSD Bugzilla – Attachment 23852 Details for
Bug 40915
Fix pkg-plist for net/ethereal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.92 KB, created by
KAWATA Masahiko
on 2002-07-23 05:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KAWATA Masahiko
Created:
2002-07-23 05:50:03 UTC
Size:
2.92 KB
patch
obsolete
>diff -uN files.orig/patch-plugins files/patch-plugins >--- files.orig/patch-plugins Thu Jan 1 09:00:00 1970 >+++ files/patch-plugins Tue Jul 23 13:25:40 2002 >@@ -0,0 +1,72 @@ >+--- plugins/mgcp/Makefile.in.orig Sat Jun 29 10:04:05 2002 >++++ plugins/mgcp/Makefile.in Tue Jul 23 13:14:22 2002 >+@@ -157,6 +157,7 @@ >+ plugindir = @PLUGIN_DIR@ >+ >+ plugin_LTLIBRARIES = mgcp.la >++plugin_SOLIBRARIES = ${plugin_LTLIBRARIES:C/\.la$/.so/} >+ mgcp_la_SOURCES = packet-mgcp.c moduleinfo.h >+ mgcp_la_LDFLAGS = -module -avoid-version >+ >+@@ -225,10 +226,10 @@ >+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) >+ @$(NORMAL_INSTALL) >+ $(mkinstalldirs) $(DESTDIR)$(plugindir) >+- @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ >+- if test -f $$p; then \ >++ @list='$(plugin_SOLIBRARIES)'; for p in $$list; do \ >++ if test -f .libs/$$p; then \ >+ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p"; \ >+- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p; \ >++ $(INSTALL) .libs/$$p $(DESTDIR)$(plugindir)/$$p; \ >+ else :; fi; \ >+ done >+ >+--- plugins/gryphon/Makefile.in.orig Sat Jun 29 10:04:04 2002 >++++ plugins/gryphon/Makefile.in Tue Jul 23 13:13:20 2002 >+@@ -157,6 +157,7 @@ >+ plugindir = @PLUGIN_DIR@ >+ >+ plugin_LTLIBRARIES = gryphon.la >++plugin_SOLIBRARIES = ${plugin_LTLIBRARIES:C/\.la$/.so/} >+ gryphon_la_SOURCES = packet-gryphon.c packet-gryphon.h moduleinfo.h >+ gryphon_la_LDFLAGS = -module -avoid-version >+ >+@@ -225,10 +226,10 @@ >+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) >+ @$(NORMAL_INSTALL) >+ $(mkinstalldirs) $(DESTDIR)$(plugindir) >+- @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ >+- if test -f $$p; then \ >++ @list='$(plugin_SOLIBRARIES)'; for p in $$list; do \ >++ if test -f .libs/$$p; then \ >+ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p"; \ >+- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p; \ >++ $(INSTALL) .libs/$$p $(DESTDIR)$(plugindir)/$$p; \ >+ else :; fi; \ >+ done >+ >+--- plugins/giop/Makefile.in.orig Sat Jun 29 10:04:05 2002 >++++ plugins/giop/Makefile.in Tue Jul 23 13:12:43 2002 >+@@ -160,6 +160,7 @@ >+ plugindir = @PLUGIN_DIR@ >+ >+ plugin_LTLIBRARIES = cosnaming.la coseventcomm.la >++plugin_SOLIBRARIES = ${plugin_LTLIBRARIES:C/\.la$/.so/} >+ cosnaming_la_SOURCES = packet-cosnaming.c moduleinfo.h >+ cosnaming_la_LDFLAGS = -module -avoid-version >+ >+@@ -235,10 +236,10 @@ >+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) >+ @$(NORMAL_INSTALL) >+ $(mkinstalldirs) $(DESTDIR)$(plugindir) >+- @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ >+- if test -f $$p; then \ >++ @list='$(plugin_SOLIBRARIES)'; for p in $$list; do \ >++ if test -f .libs/$$p; then \ >+ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p"; \ >+- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p; \ >++ $(INSTALL) .libs/$$p $(DESTDIR)$(plugindir)/$$p; \ >+ else :; fi; \ >+ done >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40915
:
23851
| 23852 |
23853