Bug 75683 - [MAINTAINER] net/kf: update 0.2 to 0.4
Summary: [MAINTAINER] net/kf: update 0.2 to 0.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-31 03:20 UTC by Andrey Slusar
Modified: 2005-01-08 17:21 UTC (History)
0 users

See Also:


Attachments
kf.diff (3.89 KB, patch)
2004-12-31 03:20 UTC, Andrey Slusar
no flags Details | Diff
patch-archive_viewer.c (444 bytes, application/octet-stream)
2005-01-08 16:49 UTC, Andrey Slusar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Slusar 2004-12-31 03:20:20 UTC
	Removed all port patches(already in upstream):
	files/patch-src-Makefile.in
	files/patch-src-connection.c
	files/patch-src-emoticons.c
	files/patch-src-popup_group.c
	
	* Update 0.2 to 0.4
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-01-08 03:03:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-01-08 16:24:07 UTC
Fails on 4.x:
cc -DHAVE_CONFIG_H -I. -I. -I.. 
-DPACKAGE_DATA_DIR=\""/usr/X11R6/share"\" 
-DPACKAGE_LOCALE_DIR=\""/usr/X11R6/share/locale"\" 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -I/usr/local/include/loudmouth-1.0 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 
-I/usr/local/include/freetype2 -I/usr/X11R6/include/libglade-2.0 
-I/usr/X11R6/include/gtkspell-2.0  -I/usr/local/include  -O -pipe 
-march=pentiumpro -Wall -Wmissing-declarations -c archive_viewer.c
archive_viewer.c: In function `kf_archive_update_conversations':
archive_viewer.c:344: syntax error before `*'
archive_viewer.c:353: `conversation' undeclared (first use in this function)
archive_viewer.c:353: (Each undeclared identifier is reported only once
archive_viewer.c:353: for each function it appears in.)
*** Error code 1

Stop in /usr/build/usr/ports/net/kf/work/kf-0.4/src.

--
Sem.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-01-08 16:25:26 UTC
State Changed
From-To: open->feedback

Need a maintainer feedback
Comment 4 Andrey Slusar 2005-01-08 16:49:24 UTC
> Fails on 4.x:
> cc -DHAVE_CONFIG_H
> -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/X11R6/share"\"
> -DPACKAGE_LOCALE_DIR=\""/usr/X11R6/share/locale"\"
> -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2
> -I/usr/local/include -I/usr/local/include/loudmouth-1.0
> -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
> -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0
> -I/usr/local/include/freetype2 -I/usr/X11R6/include/libglade-2.0
> -I/usr/X11R6/include/gtkspell-2.0  -I/usr/local/include  -O -pipe
> -march=pentiumpro -Wall -Wmissing-declarations -c archive_viewer.c
> archive_viewer.c: In function `kf_archive_update_conversations':
> archive_viewer.c:344: syntax error before `*'
> archive_viewer.c:353: `conversation' undeclared (first use in this function)
> archive_viewer.c:353: (Each undeclared identifier is reported only once
> archive_viewer.c:353: for each function it appears in.)
> *** Error code 1

  Add to files/ attached patch.
Comment 5 Sergey Matveychuk freebsd_committer freebsd_triage 2005-01-08 17:21:45 UTC
State Changed
From-To: feedback->closed

Committed, thanks!