Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2012 17:25:13 GMT
From:      Stephen Dennis <brazilofmux@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167778: Update to .33 and remove BROKEN
Message-ID:  <201205101725.q4AHPDrO029946@red.freebsd.org>
Resent-Message-ID: <201205101730.q4AHU97T069229@freefall.freebsd.org>

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

>Number:         167778
>Category:       ports
>Synopsis:       Update to .33 and remove BROKEN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 17:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Dennis
>Release:        FreeBSD 9.0-RELEASE
>Organization:
TinyMUX Project
>Environment:
FreeBSD bane.svdltd.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
 - Remove reference to STRINGS in FAILURE help topic.
 - Fix connects/disconnects typo in @ADISCONNECT topic.
 - Fix 4.2.1 -Wall warnings.
 - Add buffer protections to convert_color() and ConverToLatin().  These functions are only used for down-converting flatfiles from 2.7 and later.
 - The 'Input already pending.' check in @program must occur before A_PROGCMD is set.
 - Update SGP minimal database with new places code.
 - Fix #1 password.
 - wizhelp @listcommands should reference @delcommand instead of @listcommands.
 - Fix overflow from 2.2250738585072011e-308.
 - Avoid operation outside the domain of modulus.
 - Create I/O Completion port just once.
 - Fix struct mail and MAILBODY leak in MailList::RemoveAll -- only affects @mail/nuke.

>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

diff -c tinymux/Makefile tinymux.33/Makefile
*** tinymux/Makefile	2011-09-23 16:22:56.000000000 -0600
--- tinymux.33/Makefile	2012-05-07 15:32:48.000000000 -0600
***************
*** 7,16 ****
  
  PORTNAME=	tinymux
  PORTVERSION=	2.6.5.${PATCHLEVEL}
! PORTREVISION=	2
  CATEGORIES=	games net
  MASTER_SITES=	GOOGLE_CODE \
! 		ftp://ftp.tinymux.org/TinyMUX/tinymux-2.6/${PATCHLEVEL}/
  DISTNAME=	mux-${PORTVERSION}.unix
  
  MAINTAINER=	ports@FreeBSD.org
--- 7,16 ----
  
  PORTNAME=	tinymux
  PORTVERSION=	2.6.5.${PATCHLEVEL}
! PORTREVISION=	3
  CATEGORIES=	games net
  MASTER_SITES=	GOOGLE_CODE \
! 		ftp://ftp.tinymux.org/TinyMUX/old/tinymux-2.6/
  DISTNAME=	mux-${PORTVERSION}.unix
  
  MAINTAINER=	ports@FreeBSD.org
***************
*** 28,41 ****
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
! PATCHLEVEL=	32
  
  .include <bsd.port.pre.mk>
  
- .if ${OSVERSION} >= 900000
- BROKEN=		does not build
- .endif
- 
  post-patch:
  	@${REINPLACE_CMD} -e \
  		'/^LIBS/s|= @LIBS@|= @LDFLAGS@ @LIBS@|g ; \
--- 28,37 ----
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
! PATCHLEVEL=	33
  
  .include <bsd.port.pre.mk>
  
  post-patch:
  	@${REINPLACE_CMD} -e \
  		'/^LIBS/s|= @LIBS@|= @LDFLAGS@ @LIBS@|g ; \
diff -c tinymux/distinfo tinymux.33/distinfo
*** tinymux/distinfo	2011-07-03 08:25:05.000000000 -0600
--- tinymux.33/distinfo	2012-05-07 15:14:22.000000000 -0600
***************
*** 1,2 ****
! SHA256 (mux-2.6.5.32.unix.tar.gz) = 31a0367308039a33fb48c846eab1164be562d118402bf1e4264de6b99fc97261
! SIZE (mux-2.6.5.32.unix.tar.gz) = 983934
--- 1,2 ----
! SHA256 (mux-2.6.5.33.unix.tar.gz) = 5f4d98be11a72ca5cd947308f69052c681bffecd32130d39fd1c58e577c5637e
! SIZE (mux-2.6.5.33.unix.tar.gz) = 984137


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



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