Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 00:22:15 +0100 (CET)
From:      Kai Wang <kaiwang27@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pankov_p@mail.ru
Subject:   ports/121163: [PATCH] net-p2p/microdc2: [SUMMARIZE CHANGES]
Message-ID:  <200802272322.m1RNMFY0002547@plan0.kaiwan.csbnet.se>
Resent-Message-ID: <200802272330.m1RNU02u066149@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121163
>Category:       ports
>Synopsis:       [PATCH] net-p2p/microdc2: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 23:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Kai Wang
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD plan0.kaiwan.csbnet.se 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Thu Feb  7 04:18:11 CET
>Description:
Fix build with BSD ar(1). 

Makefile of microdc2 mistakenly pass arguments which is intended for
ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and
issue a warning since "file" not exist, while BSD ar(1) treats them as
invalid options and exits with error.

Reported by:	erwin

Added file(s):
- files/patch-lib-Makefile.in

Port maintainer (pankov_p@mail.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- microdc2-0.15.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/microdc2/files/patch-lib-Makefile.in /usr/home/kaffir/microdc2/files/patch-lib-Makefile.in
--- /usr/ports/net-p2p/microdc2/files/patch-lib-Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ /usr/home/kaffir/microdc2/files/patch-lib-Makefile.in	2008-02-28 00:07:37.000000000 +0100
@@ -0,0 +1,11 @@
+--- lib/Makefile.in.orig	2008-02-28 00:04:17.000000000 +0100
++++ lib/Makefile.in	2008-02-28 00:04:52.000000000 +0100
+@@ -259,7 +259,7 @@
+ 	version-etc.h version-etc.c xalloc-die.c xgethostname.h \
+ 	xgethostname.c xsize.h xstrndup.h xstrndup.c xstrtoumax.c \
+ 	xvasprintf.h xvasprintf.c xasprintf.c
+-libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ $(LTLIBICONV)
++libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@
+ EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \
+ 	getopt_int.h stdbool_.h stdint_.h
+ BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) \
--- microdc2-0.15.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802272322.m1RNMFY0002547>