Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2001 08:14:47 -0800 (PST)
From:      cmf@iabears.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25343: Updated dgen-sdl port has several problems
Message-ID:  <200102241614.f1OGElA32694@freefall.freebsd.org>

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

>Number:         25343
>Category:       ports
>Synopsis:       Updated dgen-sdl port has several problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 24 08:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Carl Fongheiser
>Release:        4.2-RELEASE
>Organization:
>Environment:
FreeBSD kf0yn.ampr.org 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Tue Feb 20 08:06:00 CST 2001     cmf@kf0yn.ampr.org:/usr/src/sys/compile/OSITOS  i386
>Description:
The dgen-sdl port has two problems:

1. The MD5 checksum doesn't match (I think the author did a silent upgrade)

2. The port Makefile looks for the wrong version of the SDL library (the current library version for sdl-devel is 1.1.3, not 1.1.2)
>How-To-Repeat:
For (1), simply attempt to build the port without dgen-sdl-1.22.tar.gz in /usr/ports/distfiles.

For (2), build the port on a system without sdl-devel installed, or the current version of sdl-devel.
>Fix:
*** /usr/ports/emulators/dgen-sdl/Makefile      Fri Feb 23 11:54:28 2001
--- Makefile    Sat Feb 24 09:53:24 2001
***************
*** 13,19 ****
  MAINTAINER=   sobomax@FreeBSD.org
  
  BUILD_DEPENDS=        nasm:${PORTSDIR}/devel/nasm
! LIB_DEPENDS=  SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
  
  SDL_CONFIG?=  ${LOCALBASE}/bin/sdl11-config
  
--- 13,19 ----
  MAINTAINER=   sobomax@FreeBSD.org
  
  BUILD_DEPENDS=        nasm:${PORTSDIR}/devel/nasm
! LIB_DEPENDS=  SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
  
  SDL_CONFIG?=  ${LOCALBASE}/bin/sdl11-config
  
*** /usr/ports/emulators/dgen-sdl/distinfo      Sat Feb 24 09:02:49 2001
--- distinfo    Sat Feb 24 09:54:27 2001
***************
*** 1 ****
! MD5 (dgen-sdl-1.22.tar.gz) = 2f6ef8ce77f6ac4912d81ff53bfb085a
--- 1 ----
! MD5 (dgen-sdl-1.22.tar.gz) = f8b5aced36afbbb2a2799f3c317d9301

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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