Bug 245615 - net/kdenetwork: Makefile option missing but disabled as default
Summary: net/kdenetwork: Makefile option missing but disabled as default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-14 06:47 UTC by tigersharke
Modified: 2020-04-14 15:27 UTC (History)
2 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tigersharke 2020-04-14 06:47:50 UTC
net-im/kopete is mentioned as default disabled but is not listed as an option to enable.

OPTIONS_DEFINE= FILESHARING KRDC KRFB
OPTIONS_DEFAULT=        ${OPTIONS_DEFINE:NKOPETE}

FILESHARING_DESC=       Network file sharing via Samba
FILESHARING_RUN_DEPENDS=        kdenetwork-filesharing>=${KDE_APPLICATIONS_VERSION}:net/kdenetwork-filesharing

KRDC_DESC=              RDP and VNC client
KRDC_RUN_DEPENDS=       krdc>=${KDE_APPLICATIONS_VERSION}:net/krdc

KRFB_DESC=              Desktop Sharing (VNC server)
KRFB_RUN_DEPENDS=       krfb>=${KDE_APPLICATIONS_VERSION}:net/krfb

.include <bsd.port.mk>
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-04-14 15:01:21 UTC
Moin moin 

Good catch, I'll add the option and make it on by default :) 
 

mfg Tobias
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-14 15:26:57 UTC
A commit references this bug:

Author: tcberner
Date: Tue Apr 14 15:26:52 UTC 2020
New revision: 531697
URL: https://svnweb.freebsd.org/changeset/ports/531697

Log:
  net/kdenetwork: readd kopete as an option

  PR:		245615
  Reported by:	tigersharke@gmail.com

Changes:
  head/net/kdenetwork/Makefile
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-04-14 15:27:17 UTC
Committed.