Date: Sat, 21 Jun 2008 14:50:02 +0400 (MSD) From: Denis Shaposhnikov <dsh@wizard.volgograd.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ehaupt@FreeBSD.org Subject: ports/124819: [PATCH] net/rsync: [SUMMARIZE CHANGES] Message-ID: <200806211050.m5LAo2WM041204@localhost.my.domain> Resent-Message-ID: <200806211110.m5LBA4W5033229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124819 >Category: ports >Synopsis: [PATCH] net/rsync: [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: Sat Jun 21 11:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Apr 27 02:22:16 MSD 2008 >Description: [DESCRIBE CHANGES] Fix building WITH_ICONV. See "How-To-Repeat" section. Port maintainer (ehaupt@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: [dsh@localhost ports]% rsync rsync version 3.0.2 protocol version 30 Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, no iconv, symtimes, file-flags ^^^^^^^^ but it was builded with WITH_ICONV [dsh@localhost ports]% grep ICONV /var/db/ports/rsync/options WITH_ICONV=true >Fix: --- rsync-3.0.2_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/rsync/Makefile /home/dsh/ports/net/rsync/Makefile --- /usr/ports/net/rsync/Makefile 2008-06-02 12:11:52.000000000 +0400 +++ /home/dsh/ports/net/rsync/Makefile 2008-06-21 14:28:27.000000000 +0400 @@ -52,6 +52,7 @@ .if defined(WITH_ICONV) USE_ICONV= yes +CFLAGS+= -I${LOCALBASE}/include CONFIGUREDCFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGUREDCFLAGS="${CONFIGUREDCFLAGS}" --- rsync-3.0.2_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?200806211050.m5LAo2WM041204>