diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
commit | d1c2f0dddd4a74a79847b017915f3482671e055c (patch) | |
tree | 31ccd02a7c0d295ec66bf2eefa0f980fbb92cb91 /deskutils | |
parent | 98cff2373c59f930df3569d05871d0343d443fd8 (diff) | |
download | ports-d1c2f0dddd4a74a79847b017915f3482671e055c.tar.gz ports-d1c2f0dddd4a74a79847b017915f3482671e055c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kcharselect/Makefile | 38 | ||||
-rw-r--r-- | deskutils/kcharselect/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kcharselect/files/patch-portable.cpp | 20 | ||||
-rw-r--r-- | deskutils/kcharselect/pkg-plist | 316 | ||||
-rw-r--r-- | deskutils/kdepim3/Makefile | 50 | ||||
-rw-r--r-- | deskutils/kdepim3/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kdepim4/Makefile | 50 | ||||
-rw-r--r-- | deskutils/kdepim4/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kdepim44/Makefile | 50 | ||||
-rw-r--r-- | deskutils/kdepim44/distinfo | 2 |
11 files changed, 56 insertions, 477 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c988b3b8fa18..bcc116f9faef 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -21,6 +21,7 @@ SUBDIR += ithought SUBDIR += jlj SUBDIR += kdepim + SUBDIR += kdepim3 SUBDIR += kmymoney2 SUBDIR += kronolith SUBDIR += krss diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index fd18c7ac3fb0..3163616cd341 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -1,46 +1,26 @@ # New ports collection makefile for: kdeutils2 -# Date created: Sun 14 May 2000 02:52:20 -# Whom: Will Andrews <will@FreeBSD.org> +# Date created: 3 November 2001 +# Whom: will@cvs.kde.org # # $FreeBSD$ # PORTNAME= kdeutils -PORTVERSION= 2.2.2 +PORTVERSION= 3.0 CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITES= http://www.csociety.org/~will/kde/${PORTVERSION}/ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 - -USE_KDELIBS_VER=2 +#WRKSRC= ${WRKDIR}/kdeutils +USE_KDELIBS_VER=3 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= efax.1 efix.1 fax.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500029 -_NO_KDE_OBJPRELINK=yes -.endif - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index 2a396fa164aa..37fe27951179 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1 +1 @@ -MD5 (KDE/kdeutils-2.2.2.tar.bz2) = 68c3c86d97c3a95079f81b2c7f4bf35a +MD5 (KDE/kdeutils-3.0.tar.bz2) = 25df70632935464d9c4ca011ab9d22c2 diff --git a/deskutils/kcharselect/files/patch-portable.cpp b/deskutils/kcharselect/files/patch-portable.cpp deleted file mode 100644 index d6746dc1c282..000000000000 --- a/deskutils/kcharselect/files/patch-portable.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- klaptopdaemon/portable.cpp- Thu Jun 28 00:08:02 2001 -+++ klaptopdaemon/portable.cpp Thu Jun 28 00:08:22 2001 -@@ -453,7 +453,7 @@ - if (ret == -1) - return 0; - -- return (info.ai_batt_time != 0xffff); -+ return (info.ai_batt_time != -1); - } - - // -@@ -638,7 +638,7 @@ - - p.powered = info.ai_acline; - p.percentage = (info.ai_batt_life==255 ? 100 : info.ai_batt_life); -- p.time = (info.ai_batt_time != 0xffff ? info.ai_batt_time/60 : -1); -+ p.time = (info.ai_batt_time != -1 ? info.ai_batt_time/60 : -1); - return(p); - - bad: diff --git a/deskutils/kcharselect/pkg-plist b/deskutils/kcharselect/pkg-plist index a26fa72c3a97..e69de29bb2d1 100644 --- a/deskutils/kcharselect/pkg-plist +++ b/deskutils/kcharselect/pkg-plist @@ -1,316 +0,0 @@ -bin/ark -bin/efax -bin/efix -bin/fax -bin/kab -bin/karm -bin/kcalc -bin/kcharselect -bin/kdepasswd -bin/kdessh -bin/kdf -bin/kedit -bin/kfind -bin/kfloppy -bin/khexedit -bin/kjots -bin/klaptopdaemon -bin/kljettool -bin/klpq -bin/klprfax -bin/klprfax_filter -bin/klprfax_lpd -bin/knotes -bin/ktimer -bin/kwikdisk -include/KNotesIface.h -lib/kcalc.la -lib/kcalc.so -lib/kde2/kedit.la -lib/kde2/kedit.so -lib/kfind.la -lib/kfind.so -lib/libark.la -lib/libark.so -lib/libark.so.1 -lib/libkcharselectapplet.la -lib/libkcharselectapplet.so -lib/libkcharselectapplet.so.1 -lib/libkcm_kdf.la -lib/libkcm_kdf.so -lib/libkcm_laptop.la -lib/libkcm_laptop.so -share/applnk/Editors/KEdit.desktop -share/applnk/Kfind.desktop -share/applnk/Settings/Information/kcmdf.desktop -share/applnk/Settings/Information/pcmcia.desktop -share/applnk/Settings/PowerControl/battery.desktop -share/applnk/Settings/PowerControl/bwarning.desktop -share/applnk/Settings/PowerControl/cwarning.desktop -share/applnk/Settings/PowerControl/power.desktop -share/applnk/System/kdf.desktop -share/applnk/System/kwikdisk.desktop -share/applnk/Utilities/KCharSelect.desktop -share/applnk/Utilities/KFloppy.desktop -share/applnk/Utilities/KLJetTool.desktop -share/applnk/Utilities/KLpq.desktop -share/applnk/Utilities/Kjots.desktop -share/applnk/Utilities/ark.desktop -share/applnk/Utilities/kab.desktop -share/applnk/Utilities/karm.desktop -share/applnk/Utilities/kcalc.desktop -share/applnk/Utilities/kdepasswd.desktop -share/applnk/Utilities/khexedit.desktop -share/applnk/Utilities/klprfax.desktop -share/applnk/Utilities/knotes.desktop -share/applnk/Utilities/ktimer.desktop -share/apps/ark/ark_part.rc -share/apps/ark/arkui.rc -share/apps/ark/icons/hicolor/22x22/actions/ark_adddir.png -share/apps/ark/icons/hicolor/22x22/actions/ark_addfile.png -share/apps/ark/icons/hicolor/22x22/actions/ark_delete.png -share/apps/ark/icons/hicolor/22x22/actions/ark_extract.png -share/apps/ark/icons/hicolor/22x22/actions/ark_help.png -share/apps/ark/icons/hicolor/22x22/actions/ark_new.png -share/apps/ark/icons/hicolor/22x22/actions/ark_open.png -share/apps/ark/icons/hicolor/22x22/actions/ark_options.png -share/apps/ark/icons/hicolor/22x22/actions/ark_selectall.png -share/apps/ark/icons/hicolor/22x22/actions/ark_view.png -share/apps/kab/htmlexport/templates/index.html -share/apps/kab/htmlexport/templates/kab_address.html -share/apps/kab/htmlexport/templates/kab_background.gif -share/apps/kab/htmlexport/templates/kab_entrylist.html -share/apps/kab/htmlexport/templates/kab_person.html -share/apps/kab/pics/addressbook_logo.png -share/apps/karm/karmui.rc -share/apps/karm/pics/clock.xpm -share/apps/karm/pics/clockedit.xpm -share/apps/karm/pics/empty-watch.xpm -share/apps/karm/pics/filedel.xpm -share/apps/karm/pics/watch-0.xpm -share/apps/karm/pics/watch-1.xpm -share/apps/karm/pics/watch-2.xpm -share/apps/karm/pics/watch-3.xpm -share/apps/karm/pics/watch-4.xpm -share/apps/karm/pics/watch-5.xpm -share/apps/karm/pics/watch-6.xpm -share/apps/karm/pics/watch-7.xpm -share/apps/kcalc/pics/kcalclogo.png -share/apps/kdf/pics/delete.png -share/apps/kdf/pics/tick.png -share/apps/kedit/keditui.rc -share/apps/kfind/icons/locolor/22x22/actions/archive.png -share/apps/kfind/icons/locolor/22x22/actions/delete.png -share/apps/kfind/icons/locolor/22x22/actions/idea.png -share/apps/kfind/icons/locolor/22x22/actions/info.png -share/apps/kfind/icons/locolor/22x22/actions/openfile.png -share/apps/kfind/icons/locolor/22x22/actions/save.png -share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/kfloppy/pics/kfloppylogo.png -share/apps/khexedit/toolbar/hexdrag.png -share/apps/khexedit/toolbar/hexmask.png -share/apps/khexedit/toolbar/hexwrite.png -share/apps/kicker/applets/kcharselectapplet.desktop -share/apps/kjots/pics/filedel.png -share/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_charge.png -share/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_nobattery.png -share/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_nocharge.png -share/apps/klaptopdaemon/icons/hicolor/16x16/actions/power.png -share/apps/klaptopdaemon/icons/hicolor/32x32/actions/power.png -share/apps/kljettool/pics/kljetlogo.png -share/apps/knotes/knotesui.rc -share/apps/knotes/pics/knotesclose.png -share/apps/knotes/pics/knotesdelete.png -share/apps/knotes/pics/knoteslogo.png -share/apps/konqueror/servicemenus/arkservicemenu.desktop -share/config/knotesrc -share/doc/HTML/en/ark/common -share/doc/HTML/en/ark/index.cache.bz2 -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/kab/common -share/doc/HTML/en/kab/index.cache.bz2 -share/doc/HTML/en/kab/index.docbook -share/doc/HTML/en/kab/kab-edit.png -share/doc/HTML/en/kab/kab-using.png -share/doc/HTML/en/karm/common -share/doc/HTML/en/karm/index.cache.bz2 -share/doc/HTML/en/karm/index.docbook -share/doc/HTML/en/karm/karm.png -share/doc/HTML/en/kcalc/common -share/doc/HTML/en/kcalc/index.cache.bz2 -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kdf/common -share/doc/HTML/en/kdf/index.cache.bz2 -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/kdf.png -share/doc/HTML/en/kdf/kdf_config.png -share/doc/HTML/en/kedit/common -share/doc/HTML/en/kedit/index.cache.bz2 -share/doc/HTML/en/kedit/index.docbook -share/doc/HTML/en/kfind/common -share/doc/HTML/en/kfind/index.cache.bz2 -share/doc/HTML/en/kfind/index.docbook -share/doc/HTML/en/kfloppy/common -share/doc/HTML/en/kfloppy/index.cache.bz2 -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/khexedit/common -share/doc/HTML/en/khexedit/index.cache.bz2 -share/doc/HTML/en/khexedit/index.docbook -share/doc/HTML/en/khexedit/khexedit1.png -share/doc/HTML/en/kjots/common -share/doc/HTML/en/kjots/index.cache.bz2 -share/doc/HTML/en/kjots/index.docbook -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/common -share/doc/HTML/en/kljettool/djcdoscommands.txt -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/hp690c.zip -share/doc/HTML/en/kljettool/index.cache.bz2 -share/doc/HTML/en/kljettool/index.docbook -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/kljettool/screenshot.png -share/doc/HTML/en/klpq/common -share/doc/HTML/en/klpq/index.cache.bz2 -share/doc/HTML/en/klpq/index.docbook -share/doc/HTML/en/klprfax/common -share/doc/HTML/en/klprfax/index.cache.bz2 -share/doc/HTML/en/klprfax/index.docbook -share/doc/HTML/en/knotes/common -share/doc/HTML/en/knotes/index.cache.bz2 -share/doc/HTML/en/knotes/index.docbook -share/doc/HTML/en/kpm/common -share/doc/HTML/en/kpm/index.cache.bz2 -share/doc/HTML/en/kpm/index.docbook -share/doc/HTML/en/kpm/kpmjobs.png -share/doc/HTML/en/kpm/kpmmemory.png -share/doc/HTML/en/kpm/kpmstart.png -share/doc/HTML/en/kpm/kpmtext.png -share/doc/HTML/en/kpm/qps.1 -share/icons/hicolor/16x16/apps/ark.png -share/icons/hicolor/16x16/apps/kab.png -share/icons/hicolor/16x16/apps/karm.png -share/icons/hicolor/16x16/apps/kcalc.png -share/icons/hicolor/16x16/apps/kcharselect.png -share/icons/hicolor/16x16/apps/kcmdf.png -share/icons/hicolor/16x16/apps/kdf.png -share/icons/hicolor/16x16/apps/kedit.png -share/icons/hicolor/16x16/apps/kfind.png -share/icons/hicolor/16x16/apps/kfloppy.png -share/icons/hicolor/16x16/apps/khexedit.png -share/icons/hicolor/16x16/apps/kjots.png -share/icons/hicolor/16x16/apps/klaptopdaemon.png -share/icons/hicolor/16x16/apps/kljettool.png -share/icons/hicolor/16x16/apps/klpq.png -share/icons/hicolor/16x16/apps/klprfax.png -share/icons/hicolor/16x16/apps/knotes.png -share/icons/hicolor/16x16/apps/kwikdisk.png -share/icons/hicolor/16x16/apps/laptop_battery.png -share/icons/hicolor/16x16/apps/laptop_pcmcia.png -share/icons/hicolor/32x32/apps/ark.png -share/icons/hicolor/32x32/apps/kab.png -share/icons/hicolor/32x32/apps/karm.png -share/icons/hicolor/32x32/apps/kcalc.png -share/icons/hicolor/32x32/apps/kcmdf.png -share/icons/hicolor/32x32/apps/kdf.png -share/icons/hicolor/32x32/apps/kedit.png -share/icons/hicolor/32x32/apps/kfind.png -share/icons/hicolor/32x32/apps/kfloppy.png -share/icons/hicolor/32x32/apps/khexedit.png -share/icons/hicolor/32x32/apps/kjots.png -share/icons/hicolor/32x32/apps/kljettool.png -share/icons/hicolor/32x32/apps/klpq.png -share/icons/hicolor/32x32/apps/klprfax.png -share/icons/hicolor/32x32/apps/knotes.png -share/icons/hicolor/32x32/apps/kwikdisk.png -share/icons/hicolor/32x32/apps/laptop_battery.png -share/icons/hicolor/32x32/apps/laptop_pcmcia.png -share/icons/hicolor/48x48/apps/ark.png -share/icons/hicolor/48x48/apps/kab.png -share/icons/hicolor/48x48/apps/karm.png -share/icons/hicolor/48x48/apps/kcalc.png -share/icons/hicolor/48x48/apps/kcharselect.png -share/icons/hicolor/48x48/apps/kedit.png -share/icons/hicolor/48x48/apps/kfind.png -share/icons/hicolor/48x48/apps/kfloppy.png -share/icons/hicolor/48x48/apps/khexedit.png -share/icons/hicolor/48x48/apps/kjots.png -share/icons/hicolor/48x48/apps/kljettool.png -share/icons/hicolor/48x48/apps/klpq.png -share/icons/hicolor/48x48/apps/knotes.png -share/icons/hicolor/48x48/apps/laptop_battery.png -share/icons/hicolor/48x48/apps/laptop_pcmcia.png -share/icons/locolor/16x16/apps/klprfax.png -share/icons/locolor/32x32/apps/klprfax.png -share/services/arkpart.desktop -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/doc/HTML/en/kpm -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klprfax -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexedit -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kfind -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/konqueror/servicemenus -@dirrm share/apps/konqueror -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kljettool/pics -@dirrm share/apps/kljettool -@dirrm share/apps/klaptopdaemon/icons/hicolor/32x32/actions -@dirrm share/apps/klaptopdaemon/icons/hicolor/32x32 -@dirrm share/apps/klaptopdaemon/icons/hicolor/16x16/actions -@dirrm share/apps/klaptopdaemon/icons/hicolor/16x16 -@dirrm share/apps/klaptopdaemon/icons/hicolor -@dirrm share/apps/klaptopdaemon/icons -@dirrm share/apps/klaptopdaemon -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/kicker/applets -@dirrm share/apps/kicker -@dirrm share/apps/khexedit/toolbar -@dirrm share/apps/khexedit -@dirrm share/apps/kfloppy/pics -@dirrm share/apps/kfloppy -@dirrm share/apps/kfind/icons/locolor/22x22/actions -@dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind -@dirrm share/apps/kedit -@dirrm share/apps/kdf/pics -@dirrm share/apps/kdf -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/karm/pics -@dirrm share/apps/karm -@dirrm share/apps/kab/pics -@dirrm share/apps/kab/htmlexport/templates -@dirrm share/apps/kab/htmlexport -@dirrm share/apps/ark/icons/hicolor/22x22/actions -@dirrm share/apps/ark/icons/hicolor/22x22 -@dirrm share/apps/ark/icons/hicolor -@dirrm share/apps/ark/icons -@dirrm share/apps/ark -@dirrm share/applnk/Utilities -@dirrm share/applnk/System -@dirrm share/applnk/Settings/PowerControl -@dirrm share/applnk/Settings/Information -@dirrm share/applnk/Settings -@dirrm share/applnk/Editors -@dirrm share/applnk diff --git a/deskutils/kdepim3/Makefile b/deskutils/kdepim3/Makefile index a7b6f723a07a..fa9ca79b7d24 100644 --- a/deskutils/kdepim3/Makefile +++ b/deskutils/kdepim3/Makefile @@ -6,7 +6,8 @@ # PORTNAME= kdepim -PORTVERSION= 2.2.2 +PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,47 +15,24 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BISON= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500029 -_NO_KDE_OBJPRELINK=yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) +CONFIGURE_ARGS+=--enable-final +.endif +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) +CONFIGURE_ARGS+=--disable-debug .endif - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -QTLDFLAGS= ${QTCPPFLAGS} -CONFIGURE_ENV+= LIBS="${QTLDFLAGS}" -MAKE_ENV= ${CONFIGURE_ENV} USE_GMAKE= yes -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s,#include.*<malloc.h>,#include <stdlib.h>,g" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - find ${WRKSRC}/kpilot \( -name Makefile.in -o -name Makefile.am \) | \ - xargs ${PERL} -pi -e \ - "s@LDFLAGS =@LDFLAGS=-L${LOCALBASE}/pilot/lib@g" - find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ - "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" +# Remove kpilot by author's request. +CONFIGURE_ENV+=DO_NOT_COMPILE="kpilot" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/kdepim3/distinfo b/deskutils/kdepim3/distinfo index 37134e643f7d..6a8ef85b266f 100644 --- a/deskutils/kdepim3/distinfo +++ b/deskutils/kdepim3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdepim-2.2.2.tar.bz2) = 55daf69b90108509895814b96fc8b671 +MD5 (KDE/kdepim-3.0.tar.bz2) = b5d9cd56e7c43ee0f20d938cc0166dfb diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index a7b6f723a07a..fa9ca79b7d24 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -6,7 +6,8 @@ # PORTNAME= kdepim -PORTVERSION= 2.2.2 +PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,47 +15,24 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BISON= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500029 -_NO_KDE_OBJPRELINK=yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) +CONFIGURE_ARGS+=--enable-final +.endif +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) +CONFIGURE_ARGS+=--disable-debug .endif - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -QTLDFLAGS= ${QTCPPFLAGS} -CONFIGURE_ENV+= LIBS="${QTLDFLAGS}" -MAKE_ENV= ${CONFIGURE_ENV} USE_GMAKE= yes -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s,#include.*<malloc.h>,#include <stdlib.h>,g" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - find ${WRKSRC}/kpilot \( -name Makefile.in -o -name Makefile.am \) | \ - xargs ${PERL} -pi -e \ - "s@LDFLAGS =@LDFLAGS=-L${LOCALBASE}/pilot/lib@g" - find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ - "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" +# Remove kpilot by author's request. +CONFIGURE_ENV+=DO_NOT_COMPILE="kpilot" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/kdepim4/distinfo b/deskutils/kdepim4/distinfo index 37134e643f7d..6a8ef85b266f 100644 --- a/deskutils/kdepim4/distinfo +++ b/deskutils/kdepim4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdepim-2.2.2.tar.bz2) = 55daf69b90108509895814b96fc8b671 +MD5 (KDE/kdepim-3.0.tar.bz2) = b5d9cd56e7c43ee0f20d938cc0166dfb diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index a7b6f723a07a..fa9ca79b7d24 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -6,7 +6,8 @@ # PORTNAME= kdepim -PORTVERSION= 2.2.2 +PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,47 +15,24 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BISON= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500029 -_NO_KDE_OBJPRELINK=yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) +CONFIGURE_ARGS+=--enable-final +.endif +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) +CONFIGURE_ARGS+=--disable-debug .endif - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -QTCPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -QTLDFLAGS= ${QTCPPFLAGS} -CONFIGURE_ENV+= LIBS="${QTLDFLAGS}" -MAKE_ENV= ${CONFIGURE_ENV} USE_GMAKE= yes -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \ - "s,#include.*<malloc.h>,#include <stdlib.h>,g" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - find ${WRKSRC}/kpilot \( -name Makefile.in -o -name Makefile.am \) | \ - xargs ${PERL} -pi -e \ - "s@LDFLAGS =@LDFLAGS=-L${LOCALBASE}/pilot/lib@g" - find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ - "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" +# Remove kpilot by author's request. +CONFIGURE_ENV+=DO_NOT_COMPILE="kpilot" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/kdepim44/distinfo b/deskutils/kdepim44/distinfo index 37134e643f7d..6a8ef85b266f 100644 --- a/deskutils/kdepim44/distinfo +++ b/deskutils/kdepim44/distinfo @@ -1 +1 @@ -MD5 (KDE/kdepim-2.2.2.tar.bz2) = 55daf69b90108509895814b96fc8b671 +MD5 (KDE/kdepim-3.0.tar.bz2) = b5d9cd56e7c43ee0f20d938cc0166dfb |