Index: head/chinese/dictd/Makefile =================================================================== --- head/chinese/dictd/Makefile (revision 86461) +++ head/chinese/dictd/Makefile (revision 86462) @@ -1,28 +1,30 @@ # New ports collection makefile for: dictd # Date created: 19 July 2002 # Whom: Kuang-che Wu # # $FreeBSD$ # CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org +BROKEN= Does not compile + MASTERDIR= ${.CURDIR}/../../net/dictd EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ ${.CURDIR}/files/patch-libmaa::arg.c \ ${.CURDIR}/files/patch-dictfmt.c \ ${.CURDIR}/files/patch-Makefile.in pre-install: ${ECHO} "bin/dictfmt" > ${PLIST} ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} .include "${MASTERDIR}/Makefile" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- ALL_TARGET+= dictfmt INSTALL_TARGET+=install.dictfmt PLIST= ${WRKDIR}/PLIST MAN1+= dictfmt.1 Property changes on: head/chinese/dictd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/rascal/Makefile =================================================================== --- head/math/rascal/Makefile (revision 86461) +++ head/math/rascal/Makefile (revision 86462) @@ -1,51 +1,53 @@ # ex:ts=8 # New ports collection makefile for: rascal # Date created: Apr 9, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= rascal PORTVERSION= 0.3.2 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Rascal, the Advanced Scientific CALculator +BROKEN= Does not compile + USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_BISON= yes #USE_GNOME= yes WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} USE_GMAKE= yes #ALL_TARGET= rascal grascal MAN1= rascal.1 post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ s,g\+\+,${CXX},g ; \ s,doc/,share/doc/,g ; \ s,gnome-config,${GNOME_CONFIG},g ; \ s,CC,CXX,g" ${WRKSRC}/Makefile .for file in hoc.y rascal.1 @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rascal ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/rascal.rc ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/rascal.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html .for file in rascal.ps rascal.pdf CHANGES TEST TOOLBOXTEST ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/rascal_html/* ${DOCSDIR}/html .endif .include Property changes on: head/math/rascal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property