Index: head/misc/iselect/Makefile =================================================================== --- head/misc/iselect/Makefile (revision 550619) +++ head/misc/iselect/Makefile (revision 550620) @@ -1,46 +1,46 @@ # Created by: Ralf S. Engelschall # $FreeBSD$ PORTNAME= iselect PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= OSSP/tool/iselect MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Selection Tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses shebangfix SHEBANG_FILES= example/gotourl/gotourl \ example/ilogin/ilogin \ example/melm/melm \ example/mtin/mtin \ example/scvs/scvs perl_OLD_CMD= /sw/bin/perl GNU_CONFIGURE= yes MAKE_ARGS= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/iselect man/man1/iselect.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= SLANG EXAMPLES SLANG_DESC= Link with slang SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 SLANG_CONFIGURE_ON= --with-incdir=${LOCALBASE}/include \ --with-libdir=${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' \ -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iselect ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iselect.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/example && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/misc/iselect/files/patch-iselect__browse.h =================================================================== --- head/misc/iselect/files/patch-iselect__browse.h (nonexistent) +++ head/misc/iselect/files/patch-iselect__browse.h (revision 550620) @@ -0,0 +1,11 @@ +--- iselect_browse.h.orig 2007-07-08 09:27:18 UTC ++++ iselect_browse.h +@@ -31,7 +31,7 @@ + /* + * The Structure of our screen lines + */ +-struct Line { ++extern struct Line { + char *cpLine; /* the input line */ + int fSelectable; /* whether selectable or not */ + int fSelected; /* whether already selected or not */ Property changes on: head/misc/iselect/files/patch-iselect__browse.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property