ports/80299: multimedia/beep-media-player unbreak build with WITHOUT_3DNOW
Miguel Mendez
flynn at energyhq.es.eu.org
Sun Apr 24 11:30:20 UTC 2005
>Number: 80299
>Category: ports
>Synopsis: multimedia/beep-media-player unbreak build with WITHOUT_3DNOW
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 24 11:30:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Miguel Mendez
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD 5.4-STABLE #0: Mon Apr 4 18:33:00 CEST 2005
root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE.SMP
>Description:
As reported by Sam Lawrance, beep doesn't build
if 3DNOW is disabled. Seems the old sed magic is no longer
needed. Tested in 4.11-STABLE and 5.4-STABLE.
>How-To-Repeat:
>Fix:
--- beep-media-player.diff begins here ---
diff -ruN beep-media-player.old/Makefile beep-media-player/Makefile
--- beep-media-player.old/Makefile Sat Mar 12 11:53:26 2005
+++ beep-media-player/Makefile Sun Apr 24 12:42:54 2005
@@ -84,15 +84,6 @@
CONFIGURE_ARGS+= --enable-3dnow
.endif
-.if defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021
-post-extract:
- (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \
- cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S);
- ${REINPLACE_CMD} -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in
- ${REINPLACE_CMD} -e 's:blur_8.s:blur_8.S:g' \
- ${WRKSRC}/Visualization/blur_scope/Makefile.in
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
--- beep-media-player.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list