From nobody@FreeBSD.org  Tue Apr 18 23:28:03 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2C6DD37B539
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Apr 2000 23:28:03 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id XAA75135;
	Tue, 18 Apr 2000 23:28:02 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004190628.XAA75135@freefall.freebsd.org>
Date: Tue, 18 Apr 2000 23:28:02 -0700 (PDT)
From: gmarco@giovannelli.it
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/lang/yabasic fails to compile
X-Send-Pr-Version: www-1.0

>Number:         18084
>Category:       ports
>Synopsis:       ports/lang/yabasic fails to compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 23:30:00 PDT 2000
>Closed-Date:    Sun Apr 23 09:17:58 PDT 2000
>Last-Modified:  Fri Jul 26 23:30:00 UTC 2013
>Originator:     Gianmarco Giovannelli
>Release:        
>Organization:
Ablia srl
>Environment:
gmarco:/tmp# uname -a
FreeBSD gmarco.ablia.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Apr 19 07:31:47
 CEST 2000     gmarco@gmarco.ablia.org:/usr/src/sys/compile/GMARCO  i386
>Description:
The port of yabasic /usr/ports/lang/yabasic is basically broken. The problem is the authors of the program use the same name for every versions of the distfiles. Our ports is for v.2.62 while now in the distfiles requested there is 2.63

On a 5.0-CURRENT system the simple patch I submit (change md5 and version of the package) solve the problem, but in the 3.4 it is not enough. I have to manually hack the file "graphics.c" to include ncurses instead of curses otherwise it doesn't want to compile..
(but perhaps there was a better way to do ?)
>How-To-Repeat:
try to install yabasic port
>Fix:
diff -ruN /usr/ports/lang/yabasic/Makefile /tmp/yabasic/Makefile
--- /usr/ports/lang/yabasic/Makefile    Thu Apr 13 08:30:20 2000
+++ /tmp/yabasic/Makefile       Thu Apr 20 01:43:23 2000
@@ -6,7 +6,7 @@
 #

 PORTNAME=      yabasic
-PORTVERSION=   2.62
+PORTVERSION=   2.63
 CATEGORIES=    lang
 MASTER_SITES=  http://www.yabasic.de/download/
 DISTNAME=      yab
diff -ruN /usr/ports/lang/yabasic/files/md5 /tmp/yabasic/files/md5
--- /usr/ports/lang/yabasic/files/md5   Sun Feb 27 09:24:19 2000
+++ /tmp/yabasic/files/md5      Thu Apr 20 01:43:38 2000
@@ -1 +1 @@
-MD5 (yab.tar.Z) = 9339235771ba359206d1858cf9b538ac
+MD5 (yab.tar.Z) = 6dc7c66c9abb42c8b267a686e63899ff

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sun Apr 23 09:17:58 PDT 2000 
State-Changed-Why:  
Committed, thanks. 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/18084: commit references a PR
Date: Fri, 26 Jul 2013 23:29:11 +0000 (UTC)

 Author: wg
 Date: Fri Jul 26 23:28:58 2013
 New Revision: 323763
 URL: http://svnweb.freebsd.org/changeset/ports/323763
 
 Log:
   net/jicmp: update to 1.4.1
   
   - Update to 1.4.1 [1]
   - Trim Makefile header [1]
   - Remove leading article from COMMENT
   
   PR:		ports/18084
   Submitted by:	Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
 
 Modified:
   head/net/jicmp/Makefile
   head/net/jicmp/distinfo
 
 Modified: head/net/jicmp/Makefile
 ==============================================================================
 --- head/net/jicmp/Makefile	Fri Jul 26 23:25:40 2013	(r323762)
 +++ head/net/jicmp/Makefile	Fri Jul 26 23:28:58 2013	(r323763)
 @@ -1,18 +1,13 @@
 -# New ports collection makefile for:	net/jicmp
 -# Date created:		24 June 2008
 -# Whom:			Ryan T. Dean <rtdean@cytherianage.net>
 -#
 +# Created by: Ryan T. Dean <rtdean@cytherianage.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	jicmp
 -PORTVERSION=	1.2.0
 +PORTVERSION=	1.4.1
  CATEGORIES=	net java
 -MASTER_SITES=	SF/opennms/JICMP/stable-1.0/
 -DISTNAME=	jicmp-${PORTVERSION}-2
 +MASTER_SITES=	SF/opennms/JICMP/stable-1.4/
  
  MAINTAINER=	venture37@geeklan.co.uk
 -COMMENT=	A Java native interface (JNI) to ICMP (ping)
 +COMMENT=	Java native interface (JNI) to ICMP (ping)
  
  WRKSRC=		${WRKDIR}/jicmp-${PORTVERSION}
  
 
 Modified: head/net/jicmp/distinfo
 ==============================================================================
 --- head/net/jicmp/distinfo	Fri Jul 26 23:25:40 2013	(r323762)
 +++ head/net/jicmp/distinfo	Fri Jul 26 23:28:58 2013	(r323763)
 @@ -1,2 +1,2 @@
 -SHA256 (jicmp-1.2.0-2.tar.gz) = ae3256c08e03e3a637dd4b3463fb45195f36d0eb663e9ea1e26b33d2213f8c76
 -SIZE (jicmp-1.2.0-2.tar.gz) = 363185
 +SHA256 (jicmp-1.4.1.tar.gz) = 1c32228e19e16c123e53ab4bbac8178228b57b9605fe35d968add968ed444a50
 +SIZE (jicmp-1.4.1.tar.gz) = 342495
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
