Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 18:48:14 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180211: graphics/kipi-plugins : remove CALENDAR option (depends on KDE3)
Message-ID:  <201307021848.r62ImEiU055341@oldred.freebsd.org>
Resent-Message-ID: <201307021850.r62Io0lT087519@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180211
>Category:       ports
>Synopsis:       graphics/kipi-plugins : remove CALENDAR option (depends on KDE3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.1-amd64
>Organization:
>Environment:
FreeBSD 9.1-amd64
Ports Tree at r322190
>Description:
The CALENDAR option of graphics/kipi-plugins needs kdepim3, which expired on 2013-07-01. Remove this option to fix the port after QT3 / KDE3 is removed.

(Yes, I noticed a graphics/kipi-plugins-kde4, should that port be used in favor
of this port and this port be removed?)
>How-To-Repeat:
Run 'make index' after locally removing QT3/KDE3 ports.
>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322190)
+++ Makefile	(working copy)
@@ -16,13 +16,12 @@
 		png15:${PORTSDIR}/graphics/png \
 		kdcraw.4:${PORTSDIR}/graphics/libkdcraw
 
-OPTIONS_DEFINE=	ACQUIREIMAGES BATCHPROCESSIMAGES CALENDAR CDARCHIVING FINDIMAGES \
+OPTIONS_DEFINE=	ACQUIREIMAGES BATCHPROCESSIMAGES CDARCHIVING FINDIMAGES \
 		FLICKREXPORT GALLERYEXPORT GPSSYNC HTMLEXPORT IMAGEVIEWER JPEGLOSSLESS \
 		KAMERAKLIENT METADATAEDIT MPEGENCODER PICASAWEBEXPORT PRINTWIZARD RAWCONVERTER \
 		SENDIMAGES SIMPLEVIEWEREXPORT SLIDESHOW TIMEADJUST WALLPAPER
 ACQUIREIMAGES_DESC=	scanner/screenshot plugin
 BATCHPROCESSIMAGES_DESC=	batch processing on images
-CALENDAR_DESC=	create calendars
 CDARCHIVING_DESC=	create album CDs
 FINDIMAGES_DESC=	find duplicate images in albums
 FLICKREXPORT_DESC=	export images to flickr account
@@ -43,7 +42,7 @@
 TIMEADJUST_DESC=	adjust image file time and date
 WALLPAPER_DESC=	set your image as wallpaper
 
-OPTIONS_DEFAULT=	ACQUIREIMAGES BATCHPROCESSIMAGES CALENDAR CDARCHIVING FINDIMAGES \
+OPTIONS_DEFAULT=	ACQUIREIMAGES BATCHPROCESSIMAGES CDARCHIVING FINDIMAGES \
 		FLICKREXPORT GALLERYEXPORT GPSSYNC HTMLEXPORT IMAGEVIEWER JPEGLOSSLESS \
 		KAMERAKLIENT METADATAEDIT MPEGENCODER PICASAWEBEXPORT PRINTWIZARD RAWCONVERTER \
 		SENDIMAGES SIMPLEVIEWEREXPORT SLIDESHOW TIMEADJUST WALLPAPER
@@ -76,13 +75,8 @@
 CONFIGURE_ARGS+=--disable-batchprocessimages
 .endif
 
-.if ${PORT_OPTIONS:MCALENDAR}
-PLIST_SUB+=	CALENDAR:=""
-LIB_DEPENDS+=	kcal.2:${PORTSDIR}/deskutils/kdepim3
-.else
 PLIST_SUB+=	CALENDAR:="@comment "
 CONFIGURE_ARGS+=--disable-calendar
-.endif
 
 .if ${PORT_OPTIONS:MCDARCHIVING}
 PLIST_SUB+=	CDARCHIVING:=""


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021848.r62ImEiU055341>