Index: head/french/mozilla-flp/Makefile =================================================================== --- head/french/mozilla-flp/Makefile (revision 113361) +++ head/french/mozilla-flp/Makefile (revision 113362) @@ -1,44 +1,46 @@ # Ports collection Makefile for: mozilla-flp # Date created: Sat Nov 01, 2003 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= mozilla-flp PORTVERSION= 1.7 CATEGORIES= french www MASTER_SITES= http://frenchmozilla.sourceforge.net/FTP/${PORTVERSION}/ DISTNAME= mozilla-l10n-fr-FR-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Mozilla French Language Pack (FLP) +BROKEN= "Size mismatch" + USE_X_PREFIX= yes # Cannot be included after . WRKSRC= ${WRKDIR}/bin .include .include "${PORTSDIR}/www/mozex/Makefile.xpi" REPS= defaults/profile/FR/chrome defaults/messenger/FR defaults/isp/FR FICHIERS= chrome/FR.jar chrome/fr-FR.jar chrome/fr-unix.jar \ components/myspell/fr-FR.aff components/myspell/fr-FR.dic \ defaults/isp/FR/movemail.rdf defaults/messenger/FR/mailViews.dat \ defaults/profile/FR/bookmarks.html \ defaults/profile/FR/chrome/userChrome-example.css \ defaults/profile/FR/chrome/userContent-example.css \ defaults/profile/FR/localstore.rdf defaults/profile/FR/mimeTypes.rdf \ defaults/profile/FR/panels.rdf defaults/profile/FR/search.rdf \ searchplugins/jeeves.gif searchplugins/jeeves.src searchplugins/dmoz.gif\ searchplugins/dmoz.src searchplugins/google.gif searchplugins/google.src\ searchplugins/googlefr.gif searchplugins/googlefr.src do-install: .for rep in ${REPS} @${MKDIR} ${MOZDIR}/${rep} .endfor .for fichier in ${FICHIERS} @${INSTALL_DATA} ${WRKSRC}/${fichier} ${MOZDIR}/`dirname ${fichier}` .endfor .include Property changes on: head/french/mozilla-flp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/kwappen/Makefile =================================================================== --- head/games/kwappen/Makefile (revision 113361) +++ head/games/kwappen/Makefile (revision 113362) @@ -1,19 +1,21 @@ # New ports collection makefile for: kwappen # Date created: 2003-07-03 # Whom: arved # # $FreeBSD$ PORTNAME= kwappen PORTVERSION= 1.1.5 CATEGORIES= games kde MASTER_SITES= http://www.lcs-chemie.de/ MAINTAINER= ports@FreeBSD.org COMMENT= KDE board game +BROKEN= "Size mismatch" + USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes USE_GMAKE= yes .include Property changes on: head/games/kwappen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/multimedia/goggles/Makefile =================================================================== --- head/multimedia/goggles/Makefile (revision 113361) +++ head/multimedia/goggles/Makefile (revision 113362) @@ -1,70 +1,72 @@ # New ports collection makefile for: Ogle FOX GUI # Date created: Tue Jul 9 20:24:02 UTC 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= goggles PORTVERSION= 0.7.4 CATEGORIES= multimedia MASTER_SITES= http://www.fifthplanet.net/files/ MAINTAINER= lioux@FreeBSD.org COMMENT= A FOX frontend to the Ogle DVD player BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle LIB_DEPENDS= FOX-1.2.6:${PORTSDIR}/x11-toolkits/fox-devel RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle +BROKEN= Size mismatch + USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes pre-everything:: .ifndef(WITH_DVD_DEVICE) @${ECHO_MSG} '===> The default DVD device is ${DEFAULT_DVD_DEVICE}' @${ECHO_MSG} "===> You can choose any DVD device at Ogle's command line" @${ECHO_MSG} '===> Define WITH_DVD_DEVICE if you want to change the default' @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" .endif .include .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 BROKEN= "Does not compile on alpha 5.x" .endif .ifdef(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else .if ${OSVERSION} < 500000 DEFAULT_DVD_DEVICE=/dev/acd0c .else DEFAULT_DVD_DEVICE=/dev/acd0 .endif .endif post-extract: @cd ${WRKSRC} && ./gb clean post-patch: @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' ${WRKSRC}/gb do-configure: @${REINPLACE_CMD} -e 's|%%DVDDEVICE%%|${DEFAULT_DVD_DEVICE}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%X11BASE%%|${X11BASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%PTHREADLIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/build/config.linux do-build: @cd ${WRKSRC} && ./gb do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ogle_gui_goggles ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/goggles ${PREFIX}/bin ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/desktop/goggles_manual.pdf ${DOCSDIR} .include Property changes on: head/multimedia/goggles/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property