ports/135339: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Jun 8 00:20:03 UTC 2009


>Number:         135339
>Category:       ports
>Synopsis:       [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 08 00:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
linux-f10-sdl_image only depends on sdl12, while the library actually depends on png, jpeg and tiff:

% objdump -x usr/lib/libSDL_image-1.2.so.0 | grep NEEDED
  NEEDED      libpng12.so.0
  NEEDED      libjpeg.so.62
  NEEDED      libtiff.so.3
  NEEDED      libz.so.1
  NEEDED      libSDL-1.2.so.0
  NEEDED      libpthread.so.0
  NEEDED      libc.so.6

Port maintainer (emulation at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- linux-f10-sdl_image-1.2.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/linux-f10-sdl_image/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	1 Jun 2009 17:26:17 -0000	1.15
+++ Makefile	7 Jun 2009 23:50:47 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	sdl_image
 PORTVERSION=	1.2.6
+PORTREVISION=	1
 CATEGORIES=	graphics linux
 PKGNAMEPREFIX=	linux-f10-
 DISTNAME=	${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
@@ -18,7 +19,7 @@
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX_RPM=	yes
-USE_LINUX_APPS=	sdl12
+USE_LINUX_APPS=	sdl12 png tiff jpeg
 LINUX_NAME=	SDL_image
 LINUX_DIST_VER=	10
 RPMVERSION=	6.fc9
--- linux-f10-sdl_image-1.2.6_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list