ports/56323: Update port: www/aria

KATO Tsuguru tkato at prontomail.com
Tue Sep 2 17:10:19 UTC 2003


>Number:         56323
>Category:       ports
>Synopsis:       Update port: www/aria
>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:   Tue Sep 02 10:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build with upgraded gettext package

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/aria/Makefile www/aria/Makefile
--- /usr/ports/www/aria/Makefile	Sat Jul 12 12:28:01 2003
+++ www/aria/Makefile	Wed Sep  3 01:43:41 2003
@@ -45,6 +45,11 @@
 		${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \
 		${WRKSRC}/src/main.cc
+.for file in src/AppOption.cc src/HistoryWindow.cc src/RetrieveHTTP.cc \
+	src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc 
+	@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
+		&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
+.endfor
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list