Bug 44179

Summary: dnews doesnt check architecture [patch incl.]
Product: Ports & Packages Reporter: Chris J. Mutter <cjm>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris J. Mutter 2002-10-17 22:00:05 UTC
the dnews port doesnt check the architecture. dnews only runs on
i386, pa-risc (hpux) and ultrasparc platforms:

# make

Fix: 

MAINTAINER=    ports@FreeBSD.org

+ONLY_FOR_ARCHS= i386
+
 WRKSRC=                ${WRKDIR}/dtemp
 NO_CDROM=      "no answer yet, if we are allowed to put it onto CDROM"
 RESTRICTED=    "only free for non-profit organisations"--QpOfaiyVTfHXHsVkSO5M73h1KF99i0S3jkorWjGbdbImN7KO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Thu Oct 17 22:46:47 2002
+++ Makefile    Thu Oct 17 22:47:54 2002
@@ -15,6 +15,8 @@
How-To-Repeat: 
# cd /usr/ports/news/dnews/ && make install
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-20 15:03:10 UTC
Responsible Changed
From-To: freebsd-ports->arved

I'll handle this
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-25 11:10:56 UTC
State Changed
From-To: open->closed

Committed, thanks