ports/53140: [Patch] port: audio/ksm3play fix missing header

Serge Gagnon gagnon__s at videotron.ca
Tue Jun 10 10:10:12 UTC 2003


>Number:         53140
>Category:       ports
>Synopsis:       [Patch] port: audio/ksm3play fix missing header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 03:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge at quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386


>Description:

	o Fix missing header by adding a dependency to libgnugetopt

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/i386-4-full/ksmp3play-0.5.1.log

>Fix:


--- patch-ksm3play-header begins here ---
diff -u /usr/ports/audio/ksmp3play/Makefile ./Makefile
--- /usr/ports/audio/ksmp3play/Makefile	Fri Apr  4 00:34:47 2003
+++ ./Makefile	Tue Jun 10 06:28:20 2003
@@ -14,7 +14,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An curses-based MP3 player
 
-LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
+LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg \
+		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 
--- patch-ksm3play-header ends here ---


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



More information about the freebsd-ports-bugs mailing list