Index: head/multimedia/kmplayer/Makefile =================================================================== --- head/multimedia/kmplayer/Makefile (revision 88409) +++ head/multimedia/kmplayer/Makefile (revision 88410) @@ -1,39 +1,40 @@ # New ports collection makefile for: KMplayer # Date created: Jan 31, 2003 # Whom: will # # $FreeBSD$ # PORTNAME= kmplayer PORTVERSION= 0.7.4.a CATEGORIES= multimedia audio kde MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(.)$/\1/} MAINTAINER= will@FreeBSD.org COMMENT= KDE frontend to mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer USE_BZIP2= yes WRKSRC= ${WRKDIR}/kmplayer USE_KDEBASE_VER=3 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= CONFIGURE_ARGS+=--with-x=${X11BASE} --disable-debug post-patch: +# remove -pedantic where possible to fix build errors on -CURRENT # remove optimizations @${REINPLACE_CMD} -e \ - 's|-O2||' \ + 's|-O2||; s|-pedantic ||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # do not try to roll our own mimetypes @${REINPLACE_CMD} -E -e \ 's|^(SUBDIRS.*)mimetypes|\1|' \ ${WRKSRC}/Makefile.in .include Property changes on: head/multimedia/kmplayer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/multimedia/kmplayer-kde4/Makefile =================================================================== --- head/multimedia/kmplayer-kde4/Makefile (revision 88409) +++ head/multimedia/kmplayer-kde4/Makefile (revision 88410) @@ -1,39 +1,40 @@ # New ports collection makefile for: KMplayer # Date created: Jan 31, 2003 # Whom: will # # $FreeBSD$ # PORTNAME= kmplayer PORTVERSION= 0.7.4.a CATEGORIES= multimedia audio kde MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(.)$/\1/} MAINTAINER= will@FreeBSD.org COMMENT= KDE frontend to mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer USE_BZIP2= yes WRKSRC= ${WRKDIR}/kmplayer USE_KDEBASE_VER=3 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= CONFIGURE_ARGS+=--with-x=${X11BASE} --disable-debug post-patch: +# remove -pedantic where possible to fix build errors on -CURRENT # remove optimizations @${REINPLACE_CMD} -e \ - 's|-O2||' \ + 's|-O2||; s|-pedantic ||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # do not try to roll our own mimetypes @${REINPLACE_CMD} -E -e \ 's|^(SUBDIRS.*)mimetypes|\1|' \ ${WRKSRC}/Makefile.in .include Property changes on: head/multimedia/kmplayer-kde4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property