Index: head/lang/tclX/Makefile =================================================================== --- head/lang/tclX/Makefile (revision 230281) +++ head/lang/tclX/Makefile (revision 230282) @@ -1,74 +1,76 @@ # New ports collection makefile for: tclX # Date created: 6 February 1996 # Whom: jkh # # $FreeBSD$ # PORTNAME= tclX PORTVERSION= 8.4 PORTREVISION= 1 CATEGORIES= lang tcl devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tclx DISTNAME= tclx${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Extended TCL +BROKEN= does not compile + USE_BZIP2= yes USE_TCL_BUILD= 84 USE_TCL= 84 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${TCL_INCLUDEDIR}/unix\ -I${TCL_INCLUDEDIR}/generic" CONFIGURE_ARGS= --enable-shared \ --with-help=Help \ --with-tcl="${TCL_LIBDIR}" PLIST_SUB= TCLX_VER=${PORTVERSION} ALL_TARGET= binaries libraries # test INSTALL_TARGET= install-binaries install-libraries .ifndef(NOPORTDOCS) ALL_TARGET+= doc INSTALL_TARGET+=install-help .endif MAN3= CmdWrite.3 Handles.3 Keylist.3 ObjCmdWrite.3 TclXInit.3 MANN= TclX.n MLINKS= CmdWrite.3 TclCommandWriting.3 \ Keylist.3 TclX_NewKeyedListObj.3 .for l in Delete Get GetKeys Set TclX_Main TclX_NewKeyedListObj MLINKS+= Keylist.3 TclX_KeyedList$l.3 .endfor .for l in Alloc Free TblInit TblRelease TblUseCount Walk Xlate MLINKS+= Handles.3 TclX_Handle$l.3 .endfor .for l in Tclxcmd_Init TclX_Main Tkx_Init TkX_Main MLINKS+= TclXInit.3 $l.3 .endfor .include pre-configure: .if exists(${TCL_LIBDIR}/tclConfig-threads.sh) ${REINPLACE_CMD} -e 's|tclConfig.sh|tclConfig-threads.sh|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .endif ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-configure: ${REINPLACE_CMD} -e \ 's,^TCLSH_PROG.*,TCLSH_PROG=${TCLSH},' \ -e 's,TCL_LIBRARY=.*,\\,' ${WRKSRC}/Makefile # Disabling the failing help.test ${MV} ${WRKSRC}/tests/help.test ${WRKSRC}/tests/help.test.dis pre-su-install: cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MANN} ${PREFIX}/man/mann .include Property changes on: head/lang/tclX/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property Index: head/x11-drivers/xf86-video-nouveau/Makefile =================================================================== --- head/x11-drivers/xf86-video-nouveau/Makefile (revision 230281) +++ head/x11-drivers/xf86-video-nouveau/Makefile (revision 230282) @@ -1,20 +1,22 @@ # New ports collection makefile for: xf86-video-nouveau # Date Created: 29 Jan 2009 # Whom: Anonymous # # $FreeBSD$ # PORTNAME= xf86-video-nouveau PORTVERSION= 0.0.10.20090129 CATEGORIES= x11-drivers MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/ MAINTAINER= x11@FreeBSD.org COMMENT= Free nouveau display driver for nvidia-based cards XORG_CAT= driver USE_XORG= videoproto xextproto xf86driproto glproto MAN4= nouveau.4x +BROKEN= does not compile + .include Property changes on: head/x11-drivers/xf86-video-nouveau/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/x11-drivers/xf86-video-radeonhd-devel/Makefile =================================================================== --- head/x11-drivers/xf86-video-radeonhd-devel/Makefile (revision 230281) +++ head/x11-drivers/xf86-video-radeonhd-devel/Makefile (revision 230282) @@ -1,58 +1,60 @@ # New ports collection makefile for: xf86-video-radeonhd-devel # Date Created: 2008-09-07 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= xf86-video-radeonhd PORTVERSION= 1.2.4.20090301 PORTREVISION= 0 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork PKGNAMESUFFIX= -devel MAINTAINER= nork@FreeBSD.org COMMENT= X.Org ati RadeonHD display driver development version BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros \ ${LOCALBASE}/libdata/pkgconfig/gl.pc:${PORTSDIR}/graphics/libGL +BROKEN= does not compile + .if !exists(${LOCALBASE}/lib/libpci.so.2) OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off .else WITH_UTILS= yes .endif XORG_CAT= driver USE_XORG= damageproto videoproto xextproto xf86driproto USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:15 CONFLICTS= xf86-video-radeonhd-[0-9]* xf86-video-ati-[0-9]* MAN4= radeonhd.4x ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal pre-configure: cd ${WRKSRC} && ${AUTORECONF} -i .include .if defined(WITH_UTILS) LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci PLIST_SUB= UTILS="" CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include" \ PCIUTILS_LIBS="-L${LOCALBASE}/lib -lpci -lz" .else PLIST_SUB= UTILS="@comment " .endif .if defined(WITH_UTILS) post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin .endif .include Property changes on: head/x11-drivers/xf86-video-radeonhd-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property