Bug 154148 - [patch] astro/xglobe ported to Qt4
Summary: [patch] astro/xglobe ported to Qt4
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 18:30 UTC by G. Paul Ziemba
Modified: 2011-01-20 12:30 UTC (History)
0 users

See Also:


Attachments
patch-port (18.11 KB, text/plain)
2011-01-19 18:30 UTC, G. Paul Ziemba
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description G. Paul Ziemba 2011-01-19 18:30:10 UTC
	current astro/xglobe depends on Qt3, whose presence seems to
	interfere with building kdelibs4. It would be nice to remove
	xglobe's dependency on Qt3.

Fix: I ran qt3toqt4 on the source files and fixed assorted
	qt3->qt4 transition problems. I hope someone who knows
	Qt4 can review my use of XClearWindow(). Maybe there is
	a Qt4 equivalent method.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2011-01-20 12:10:57 UTC
State Changed
From-To: open->closed

Committed, thanks. Don't you want to become a maintainer of this port?
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-20 12:26:16 UTC
pav         2011-01-20 12:26:11 UTC

  FreeBSD ports repository

  Modified files:
    astro/xglobe         Makefile distinfo pkg-descr pkg-plist 
    astro/xglobe/files   patch-desktopwidget.cpp 
                         patch-renderer.cpp 
  Added files:
    astro/xglobe/files   patch-Makefile patch-desktopwidget.h 
                         patch-earthapp.cpp patch-earthapp.h 
                         patch-main.cpp patch-marker.xpm 
                         patch-markerlist.cpp patch-markerlist.h 
                         patch-sunpos.cpp 
  Removed files:
    astro/xglobe/files   patch-aa patch-random 
  Log:
  - Migrate to qt4
  
  PR:             ports/154148
  Submitted by:   G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.24      +7 -6      ports/astro/xglobe/Makefile
  1.10      +0 -1      ports/astro/xglobe/distinfo
  1.1       +61 -0     ports/astro/xglobe/files/patch-Makefile (new)
  1.11      +0 -59     ports/astro/xglobe/files/patch-aa (dead)
  1.2       +29 -3     ports/astro/xglobe/files/patch-desktopwidget.cpp
  1.1       +11 -0     ports/astro/xglobe/files/patch-desktopwidget.h (new)
  1.1       +77 -0     ports/astro/xglobe/files/patch-earthapp.cpp (new)
  1.1       +11 -0     ports/astro/xglobe/files/patch-earthapp.h (new)
  1.1       +19 -0     ports/astro/xglobe/files/patch-main.cpp (new)
  1.1       +9 -0      ports/astro/xglobe/files/patch-marker.xpm (new)
  1.1       +25 -0     ports/astro/xglobe/files/patch-markerlist.cpp (new)
  1.1       +36 -0     ports/astro/xglobe/files/patch-markerlist.h (new)
  1.5       +0 -32     ports/astro/xglobe/files/patch-random (dead)
  1.3       +106 -5    ports/astro/xglobe/files/patch-renderer.cpp
  1.1       +11 -0     ports/astro/xglobe/files/patch-sunpos.cpp (new)
  1.7       +1 -1      ports/astro/xglobe/pkg-descr
  1.4       +3 -3      ports/astro/xglobe/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"