Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Jan 2002 11:49:04 +0900 (JST)
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33408: Update port: www/aria
Message-ID:  <20020101024926.CA7CFBAD4@sahiro.merseine.nu>

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

>Number:         33408
>Category:       ports
>Synopsis:       Update port: www/aria
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 31 18:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     SASAKI Katuhiro
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
personal
>Environment:
>Description:
Update www/aria to 0.10.2test3. Add files/patch-src::Makefile.in to enable 
setting CXXFLAGS by user.
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/www/aria/Makefile aria/Makefile
--- /usr/ports/www/aria/Makefile	Tue Oct 23 15:34:17 2001
+++ aria/Makefile	Tue Jan  1 10:14:36 2002
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	aria
-PORTVERSION=	0.10.1
-PORTREVISION=	1
+PORTVERSION=	0.10.2.t3
 CATEGORIES=	www
 MASTER_SITES=	http://rabien.virtualave.net/linux/storage/sources/ \
 		http://aria.rednoah.com/storage/sources/
-DISTNAME=	${PORTNAME}-0.10.1test21
+DISTNAME=	${PORTNAME}-0.10.2test3
 
 MAINTAINER=	nakai@FreeBSD.org
 
@@ -19,9 +18,10 @@
 USE_GTK=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-USE_LIBTOOL=    yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+USE_LIBTOOL=	yes
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=--with-included-gettext
 
 pre-patch:
 	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
diff -urN /usr/ports/www/aria/distinfo aria/distinfo
--- /usr/ports/www/aria/distinfo	Tue Oct 23 15:34:17 2001
+++ aria/distinfo	Sat Dec 29 12:41:35 2001
@@ -1 +1 @@
-MD5 (aria-0.10.1test21.tar.bz2) = c416c0b631a2426551c9a671227afb1f
+MD5 (aria-0.10.2test3.tar.bz2) = 2e1eda7874a397a362486fb86c96f0d2
diff -urN /usr/ports/www/aria/files/patch-src::Makefile.in aria/files/patch-src::Makefile.in
--- /usr/ports/www/aria/files/patch-src::Makefile.in	Thu Jan  1 09:00:00 1970
+++ aria/files/patch-src::Makefile.in	Wed Nov  7 14:49:44 2001
@@ -0,0 +1,18 @@
+--- src/Makefile.in.orig	Sun Nov  4 19:17:45 2001
++++ src/Makefile.in	Wed Nov  7 13:20:46 2001
+@@ -101,7 +101,6 @@
+ 
+ bin_PROGRAMS = aria
+ aria_LDADD =  @GTK_LIBS@ @PTHREAD_LIBS@ @INTLLIBS@
+-CXXFLAGS = -Wall
+ #-D_POSIX_THREAD_SYSCALL_SOFT=1
+ INCLUDES = @GTK_CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -DDATADIR=\"$(datadir)\" -I$(top_builddir)/intl
+ aria_SOURCES = main.cc initrc.cc download.cc gui_main.cc crc.cc             md5.c md5.h             md5check.cc md5check.h             gui_file.cc             gui_file_open_and_save.cc             gui_file_open_url.cc             gui_file_open_crc.cc             gui_file_open_md5.cc             gui_item.cc             gui_item_new_item.cc             gui_list.cc             gui_list_new_list.cc             gui_list_rename_list.cc             gui_file_find_hyperlink.cc             gui_edit.cc             gui_edit_search.cc             gui_download.cc             gui_download_check.cc             gui_option.cc             gui_popup.cc             gui_help.cc gui_toolbar.cc             gui_utils.cc gui_utils.h             ItemCache.cc ItemCache.h             SumInfo.cc SumInfo.h             ItemStatusSum.cc ItemStatusSum.h             LockList.cc LockList.h             Dialog.cc Dialog.h             FileBrowser.cc FileBrowser.h             PasteWindow.cc PasteWindow.h             HistoryWindow.cc HistoryWindow.h             Basket.cc Basket.h             HTMLparse.cc HTMLparse.h             TimerData.cc TimerData.h             ItemStatusReq.cc ItemStatusReq.h             ItemStatusRec.cc ItemStatusRec.h             CRCList.cc CRCList.h             CtrlSocket.cc CtrlSocket.h             ListEntry.cc ListEntry.h             ListManager.cc ListManager.h             ItemOption.cc ItemOption.h             Options.cc Options.h             ItemList.cc ItemList2.cc ItemList.h             ItemCell.cc ItemCell.h             ItemCellPartial.cc ItemCellPartial.h             Retrieve.cc Retrieve.h             RetrieveHTTP.cc RetrieveHTTP.h             RetrieveHTTP2.cc RetrieveHTTP2.h             RetrieveFTP.cc RetrieveFTP.h             RetrieveFTP2.cc RetrieveFTP2.h             URLcontainer.cc URLcontainer.h             HTTP_Header.cc HTTP_Header.h             HTTPcontainer.cc HTTPcontainer.h             FTPcontainer.cc FTPcontainer.h             ItemLogCell.cc ItemLogCell.h             ItemStatus.cc ItemStatus.h     !
        ItemStatusDynamic.cc ItemStatusDynamic.h             ItemStatusLog.cc ItemStatusLog.h             ItemStatusPartial.cc ItemStatusPartial.h             ThreadSlot.cc ThreadSlot.h             ThreadManager.cc ThreadManager.h             ItemManager.cc ItemManager.h             AppOption.cc AppOption.h             CheckCList.cc             Proxyserver.cc Proxyserver.h             ProxyList.cc ProxyList.h             UseragentList.cc UseragentList.h             Socket.cc Socket.h             SocketPool.cc SocketPool.h             SocketPoolCell.cc SocketPoolCell.h             ServerTemplate.h ServerTemplate.cc             ServerTemplateList.h ServerTemplateList.cc             Command.h Command.cc             CommandList.h CommandList.cc             TagParse.h TagParse.cc             Session.h Session.cc             Cookie.h Cookie.cc             CookieList.h CookieList.cc             dirbrowser.cc             utils.cc utils.h             Base64.cc Base64.h             getopt.c getopt1.c getopt.h             aria_mime.h             aria.h
+@@ -137,6 +136,7 @@
+ Base64.o getopt.o getopt1.o
+ aria_DEPENDENCIES = 
+ aria_LDFLAGS = 
++CXXFLAGS = @CXXFLAGS@
+ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+ CXXLD = $(CXX)
+ CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020101024926.CA7CFBAD4>