Index: head/devel/cgdb/Makefile =================================================================== --- head/devel/cgdb/Makefile (revision 155880) +++ head/devel/cgdb/Makefile (revision 155881) @@ -1,35 +1,37 @@ # New ports collection makefile for: cgdb # Date created: 2005-12-18 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= cgdb PORTVERSION= 0.5.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gslin@gslin.org COMMENT= A curses-based interface to the GNU Debugger +BROKEN= Does not compile + GNU_CONFIGURE= yes USE_REINPLACE= yes PLIST_FILES= bin/cgdb .include .if ${OSVERSION} < 500018 # This port requires readline 4.2 or newer, which is only available # in the base system in FreeBSD 5.x or later. BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline CONFIGURE_ARGS+= --with-readline=${LOCALBASE} .endif post-patch: ${REINPLACE_CMD} -e 's,libutil\.h,,g' ${WRKSRC}/configure .include Property changes on: head/devel/cgdb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/japanese/expect/Makefile =================================================================== --- head/japanese/expect/Makefile (revision 155880) +++ head/japanese/expect/Makefile (revision 155881) @@ -1,42 +1,44 @@ # New ports collection makefile for: expect # Date created: 17 Oct 1997 # Whom: taguchi # # $FreeBSD$ # PORTNAME= expect PORTVERSION= 5.30 CATEGORIES= japanese lang tk80 MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/ MAINTAINER= taguchi@tohoku.iij.ad.jp COMMENT= A sophisticated scripter based on Japanized tcl/tk LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 +BROKEN= Does not compile + USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ --with-tkconfig=${PREFIX}/lib/tk8.0jp \ --with-tclinclude=${PREFIX}/include/tcl8.0jp \ --with-tkinclude=${PREFIX}/include/tk8.0jp NO_MAN_INSTALL= yes INSTALLS_SHLIB= yes .include .if ${ARCH} == "amd64" BROKEN= "Incomplete pkg-plist" .endif post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so .endif test: cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test .include Property changes on: head/japanese/expect/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property