Bug 39136 - Enable arts in SDL
Summary: Enable arts in SDL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 03:10 UTC by Marc Recht
Modified: 2002-08-30 13:40 UTC (History)
1 user (show)

See Also:


Attachments
sdl12.diff (617 bytes, patch)
2002-06-11 03:10 UTC, Marc Recht
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Recht 2002-06-11 03:07:29 UTC
>Number:         39136
>Category:       ports
>Synopsis:       Enable arts in SDL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 19:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD leeloo.intern.geht.de 4.6-RC FreeBSD 4.6-RC #0: Sun Jun 9 23:03:22 CEST 2002 marc@leeloo.intern.geht.de:/usr/src/sys/compile/LEELOO i386


	
>Description:
The diff enables arts in SDL with it's allready installed on the box. Without this option sound isn't working with KDE and SDL applications.
	
>How-To-Repeat:
	
>Fix:

	

--- sdl12.diff begins here ---
diff -Nur sdl12.old/Makefile sdl12/Makefile
--- sdl12.old/Makefile	Fri May 17 10:32:45 2002
+++ sdl12/Makefile	Tue Jun 11 04:01:52 2002
@@ -24,7 +24,6 @@
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS=	--enable-video-aalib \
-		--disable-arts \
 		--disable-nas
 
 CFLAGS+=	${PTHREAD_CFLAGS}
@@ -36,6 +35,12 @@
 CONFIGURE_ARGS+=--disable-video-vgl
 PKGMESSAGE=	/I/hate/ports/Mk/bsd.port.mk
 DISPLAY_MSG=	${DO_NADA}
+.endif
+
+.if exists(${LOCALBASE}/bin/artsc-config)
+CONFIGURE_ARGS+=--enable-arts
+.else
+CONFIGURE_ARGS+=--disable-arts
 .endif
 
 .if !defined(WITHOUT_X11)
--- sdl12.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message
Comment 1 Marc Recht 2002-06-11 03:10:01 UTC
The diff enables arts in SDL with it's allready installed on the box. Without this option sound isn't working with KDE and SDL applications.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 19:53:39 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

Over to maintainer
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2002-08-30 13:39:42 UTC
State Changed
From-To: open->closed

Change committed, thank you for submission!