Date: 27 Jan 2002 17:35:05 -0500 From: Joe Clarke <marcus@marcuscom.com> To: Anders Andersson <anders@hack.org> Cc: gnome@FreeBSD.ORG Subject: Re: deskutils/mrproject Message-ID: <1012170907.78541.7.camel@shumai.marcuscom.com> In-Reply-To: <20020127160941.GC331@sushi.sanyusan.se>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Sun, 2002-01-27 at 11:09, Anders Andersson wrote: > I thought I should give upgrading deskutils/mrproject a shot since it is > an application many people would like to try out. > > I upgraded the port to the latest version 0.5.1 but it doesnt compile > fully. > > Please see attached patch, also please note that you have to add a > files/ with the patch-ltmain.sh patch file. > > Anyone else wanting to give this a try? The attached patches work fine for me. I used your Makefile and distinfo patch with the ltmain.sh patch that prevents .a and .la installation. I also patched pkg-plist for the new version. I'd like to propose Mr.Project gets added to gnome-fifth-toe. I don't know how demon feels about this, though. Joe [-- Attachment #2 --] --- Makefile.orig Sun Jan 27 15:38:00 2002 +++ Makefile Sun Jan 27 15:38:08 2002 @@ -6,16 +6,16 @@ # PORTNAME= mrproject -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.1 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ MAINTAINER= demon@FreeBSD.org USE_X_PREFIX= yes -USE_LIBTOOL= yes USE_GMAKE= yes USE_GNOME= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes [-- Attachment #3 --] --- distinfo.orig Sun Jan 27 15:38:00 2002 +++ distinfo Sun Jan 27 15:38:08 2002 @@ -1 +1 @@ -MD5 (mrproject-0.4.0.tar.gz) = 758bc531c78f420674abe4da5d8eaa25 +MD5 (mrproject-0.5.1.tar.gz) = 43c42b6a280f7c64e529b9c754babeec [-- Attachment #4 --] --- pkg-plist.orig Sun Jan 27 17:31:33 2002 +++ pkg-plist Sun Jan 27 17:29:16 2002 @@ -6,15 +6,19 @@ lib/mrproject/components/libmpx-file-filter.so lib/mrproject/components/libnetwork-component.so lib/mrproject/components/libresource-component.so +lib/mrproject/components/libsend-component.so lib/mrproject/components/libtask-dialog-component.so lib/mrproject/components/libxml-file-filter.so share/gnome/gnome/apps/Applications/mrproject.desktop +share/gnome/gnome/ui/GNOME_MrProject_CalendarComponent.ui share/gnome/gnome/ui/GNOME_MrProject_Client.ui share/gnome/gnome/ui/GNOME_MrProject_GanttComponent.ui share/gnome/gnome/ui/GNOME_MrProject_ResourceComponent.ui +share/gnome/gnome/ui/GNOME_MrProject_SendComponent.ui share/gnome/idl/GNOME_MrProject.idl share/gnome/idl/GNOME_MrProject_AllocationManager.idl share/gnome/idl/GNOME_MrProject_Common.idl +share/gnome/idl/GNOME_MrProject_Engine.idl share/gnome/idl/GNOME_MrProject_FileFilter.idl share/gnome/idl/GNOME_MrProject_Project.idl share/gnome/idl/GNOME_MrProject_ResourceManager.idl @@ -33,6 +37,7 @@ share/gnome/images/mrproject/16_send_to.png share/gnome/images/mrproject/24_add_resource.png share/gnome/images/mrproject/24_add_task.png +share/gnome/images/mrproject/24_assign.png share/gnome/images/mrproject/24_calendar.png share/gnome/images/mrproject/24_chain.png share/gnome/images/mrproject/24_delete_resource.png @@ -55,7 +60,6 @@ share/gnome/images/mrproject/resources.png share/gnome/mime-info/mrproject.keys share/gnome/mime-info/mrproject.mime -share/gnome/mrproject/confirm-exit-dialog.glade share/gnome/mrproject/gantt-component.etspec share/gnome/mrproject/gantt-component.etstate share/gnome/mrproject/gantt-timescale-dialog.glade @@ -66,6 +70,9 @@ share/gnome/mrproject/project-properties-dialog.glade share/gnome/mrproject/resource-component.etspec share/gnome/mrproject/resource-component.etstate +share/gnome/mrproject/resource-filter-dialog-gui.glade +share/gnome/mrproject/resource-filter-table.etstate +share/gnome/mrproject/resource-filter-table.etspec share/gnome/mrproject/task-dialog-alloc-table.etspec share/gnome/mrproject/task-dialog-alloc-table.etstate share/gnome/mrproject/task-dialog-gui.glade @@ -75,14 +82,27 @@ share/gnome/oaf/GNOME_MrProject_NetworkComponent.oaf share/gnome/oaf/GNOME_MrProject_ProjectEngine.oaf share/gnome/oaf/GNOME_MrProject_ResourceComponent.oaf +share/gnome/oaf/GNOME_MrProject_SendComponent.oaf share/gnome/oaf/GNOME_MrProject_TaskDialog.oaf share/gnome/oaf/GNOME_MrProject_XmlFileFilter.oaf share/gnome/pixmaps/gnome-application-x-mrproject.png +share/gnome/pixmaps/mrproject.png +share/locale/da/LC_MESSAGES/mrproject.mo share/locale/de/LC_MESSAGES/mrproject.mo +share/locale/el/LC_MESSAGES/mrproject.mo share/locale/es/LC_MESSAGES/mrproject.mo +share/locale/fr/LC_MESSAGES/mrproject.mo share/locale/ja/LC_MESSAGES/mrproject.mo +share/locale/nn/LC_MESSAGES/mrproject.mo +share/locale/no/LC_MESSAGES/mrproject.mo +share/locale/pl/LC_MESSAGES/mrproject.mo +share/locale/pt/LC_MESSAGES/mrproject.mo +share/locale/ru/LC_MESSAGES/mrproject.mo +share/locale/sk/LC_MESSAGES/mrproject.mo share/locale/sv/LC_MESSAGES/mrproject.mo share/locale/tr/LC_MESSAGES/mrproject.mo +share/locale/zh_CN/LC_MESSAGES/mrproject.mo +share/locale/zh_TW/LC_MESSAGES/mrproject.mo @dirrm lib/mrproject/components @dirrm lib/mrproject @dirrm share/gnome/mrproject [-- Attachment #5 --] --- ltmain.sh.orig Sun Jan 20 16:11:07 2002 +++ ltmain.sh Thu Jan 24 17:07:06 2002 @@ -1058,8 +1058,13 @@ continue ;; + -pthread) + compiler_flags="$compiler_flags -pthread" + ;; + -module) module=yes + build_old_libs=no continue ;; @@ -2442,6 +2447,9 @@ *-*-openbsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then @@ -4208,10 +4216,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1012170907.78541.7.camel>
