diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 13:47:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 13:47:12 +0800 |
commit | 57f9e6890a2182194d02a8e3e6ff8994d5078448 (patch) | |
tree | e2a2cbb18df6b66aefee4a6c9084b1fd38b9e25a /deskutils/planner | |
parent | ae041052e2fa9937121abce65f0a326c45bb30db (diff) | |
download | freebsd-ports-graphics-57f9e6890a2182194d02a8e3e6ff8994d5078448.tar.gz freebsd-ports-graphics-57f9e6890a2182194d02a8e3e6ff8994d5078448.tar.zst freebsd-ports-graphics-57f9e6890a2182194d02a8e3e6ff8994d5078448.zip |
Update to 0.10.
Diffstat (limited to 'deskutils/planner')
-rw-r--r-- | deskutils/planner/Makefile | 11 | ||||
-rw-r--r-- | deskutils/planner/distinfo | 2 | ||||
-rw-r--r-- | deskutils/planner/files/patch-configure | 11 | ||||
-rw-r--r-- | deskutils/planner/files/patch-ltmain.sh | 51 | ||||
-rw-r--r-- | deskutils/planner/pkg-plist | 17 |
5 files changed, 75 insertions, 17 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 19a476bc2e8..75633a4de4e 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -6,21 +6,22 @@ # PORTNAME= mrproject -PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTVERSION= 0.10 CATEGORIES= deskutils gnome -MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Project management application for Gnome 2 LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui -USE_LIBTOOL= yes -USE_LIBTOOL_VER= 14 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/deskutils/planner/distinfo b/deskutils/planner/distinfo index 8341e5f63e1..568c53a2439 100644 --- a/deskutils/planner/distinfo +++ b/deskutils/planner/distinfo @@ -1 +1 @@ -MD5 (mrproject-0.9.1.tar.gz) = 4c159fa4124ccbca957f7031c5ba0bea +MD5 (gnome2/mrproject-0.10.tar.bz2) = 4f23ddc29efc9ae6be0a14baa4af4812 diff --git a/deskutils/planner/files/patch-configure b/deskutils/planner/files/patch-configure deleted file mode 100644 index adc4d1b44f8..00000000000 --- a/deskutils/planner/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Aug 19 12:17:22 2003 -+++ configure Tue Aug 19 12:19:16 2003 -@@ -5168,7 +5168,7 @@ - # All known linkers require a `.a' archive for static linking (except M$VC, - # which needs '.lib'). - libext=a --ltmain="$ac_aux_dir/ltmain.sh" -+ltmain="/usr/local/share/libtool14/ltmain.sh" - ofile="$default_ofile" - with_gnu_ld="$lt_cv_prog_gnu_ld" - need_locks="$enable_libtool_lock" diff --git a/deskutils/planner/files/patch-ltmain.sh b/deskutils/planner/files/patch-ltmain.sh new file mode 100644 index 00000000000..1d5a5c7b87e --- /dev/null +++ b/deskutils/planner/files/patch-ltmain.sh @@ -0,0 +1,51 @@ +--- ltmain.sh.orig Fri Sep 12 14:51:51 2003 ++++ ltmain.sh Sun Sep 21 17:49:07 2003 +@@ -1280,7 +1280,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd4*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1290,8 +1290,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -3000,6 +3008,9 @@ + # problems, so we reset it completely + verstring= + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + verstring="0.0" + ;; +@@ -5428,10 +5439,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" diff --git a/deskutils/planner/pkg-plist b/deskutils/planner/pkg-plist index 50e4c285bde..82c82689417 100644 --- a/deskutils/planner/pkg-plist +++ b/deskutils/planner/pkg-plist @@ -9,12 +9,14 @@ lib/mrproject/libsidebar.so lib/mrproject/libtaskdialog.so lib/mrproject/libtaskinput.so lib/mrproject/libutil.so +lib/mrproject/plugins/libproject-html-output-plugin.so lib/mrproject/views/libgantt-view.so lib/mrproject/views/libresources-view.so lib/mrproject/views/libtask-view.so share/gnome/application-registry/mrproject.applications share/gnome/applications/mrproject.desktop share/gnome/gnome-2.0/ui/GNOME_MrProject_GanttView.ui +share/gnome/gnome-2.0/ui/GNOME_MrProject_HtmlOutputPlugin.ui share/gnome/gnome-2.0/ui/GNOME_MrProject_MainWindow.ui share/gnome/gnome-2.0/ui/GNOME_MrProject_ResourcesView.ui share/gnome/gnome-2.0/ui/GNOME_MrProject_TaskView.ui @@ -68,6 +70,7 @@ share/gnome/mime-info/mrproject.mime share/gnome/mrproject/glade/mg-add-predecessor.glade share/gnome/mrproject/glade/mg-calendar-dialog.glade share/gnome/mrproject/glade/mg-group-dialog.glade +share/gnome/mrproject/glade/mg-html-output.glade share/gnome/mrproject/glade/mg-new-property.glade share/gnome/mrproject/glade/mg-project-properties.glade share/gnome/mrproject/glade/mg-property-dialog.glade @@ -95,23 +98,37 @@ share/gnome/pixmaps/mrproject/gantt.png share/gnome/pixmaps/mrproject/resources.png share/gnome/pixmaps/mrproject/tasks.png share/locale/am/LC_MESSAGES/mrproject.mo +share/locale/az/LC_MESSAGES/mrproject.mo +share/locale/be/LC_MESSAGES/mrproject.mo share/locale/ca/LC_MESSAGES/mrproject.mo share/locale/cs/LC_MESSAGES/mrproject.mo share/locale/da/LC_MESSAGES/mrproject.mo share/locale/de/LC_MESSAGES/mrproject.mo share/locale/es/LC_MESSAGES/mrproject.mo +share/locale/et/LC_MESSAGES/mrproject.mo +share/locale/fa/LC_MESSAGES/mrproject.mo share/locale/fr/LC_MESSAGES/mrproject.mo share/locale/hu/LC_MESSAGES/mrproject.mo +share/locale/is/LC_MESSAGES/mrproject.mo share/locale/it/LC_MESSAGES/mrproject.mo share/locale/ja/LC_MESSAGES/mrproject.mo share/locale/ko/LC_MESSAGES/mrproject.mo share/locale/lv/LC_MESSAGES/mrproject.mo +share/locale/ml/LC_MESSAGES/mrproject.mo +share/locale/ms/LC_MESSAGES/mrproject.mo +share/locale/nl/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/pt_BR/LC_MESSAGES/mrproject.mo share/locale/ru/LC_MESSAGES/mrproject.mo +share/locale/sk/LC_MESSAGES/mrproject.mo +share/locale/sr/LC_MESSAGES/mrproject.mo +share/locale/sr@Latn/LC_MESSAGES/mrproject.mo share/locale/sv/LC_MESSAGES/mrproject.mo +share/locale/uk/LC_MESSAGES/mrproject.mo +share/locale/zh_CN/LC_MESSAGES/mrproject.mo @dirrm share/gnome/pixmaps/mrproject @dirrm share/gnome/omf/mrproject @dirrm share/gnome/mrproject/glade |