Index: head/cad/chipmunk/Makefile =================================================================== --- head/cad/chipmunk/Makefile (revision 257099) +++ head/cad/chipmunk/Makefile (revision 257100) @@ -1,40 +1,40 @@ # New ports collection makefile for: chipmunk # Date created: 29 July 1995 # Whom: janek@gaja.ipan.lublin.pl # # $FreeBSD$ # PORTNAME= chipmunk PORTVERSION= 5.64 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/chipmunk/pickup/sources/ DISTFILES= psys-1.59.tar.gz log-5.64.tar.gz netcmp-1.13.tar.gz \ mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \ until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz \ Makefile DIST_SUBDIR= chipmunk EXTRACT_ONLY= psys-1.59.tar.gz log-5.64.tar.gz netcmp-1.13.tar.gz \ mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \ until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= An electronic CAD system NO_WRKSUBDIR= yes USE_XORG= x11 USE_GMAKE= yes .include .if ${ARCH} == "alpha" BROKEN= Broken pkg-plist on alpha .elif ${ARCH} == "sparc64" && ${OSVERSION} >= 700042 BROKEN= Fails to install .endif post-extract: @${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile .include Property changes on: head/cad/chipmunk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/cad/chipmunk/files/patch-netcmp-main.c =================================================================== --- head/cad/chipmunk/files/patch-netcmp-main.c (nonexistent) +++ head/cad/chipmunk/files/patch-netcmp-main.c (revision 257100) @@ -0,0 +1,19 @@ +--- netcmp/main.c ++++ netcmp/main.c +@@ -122,16 +122,6 @@ + + outfyle = NULL; + while (outfyle == NULL) { +- char username[100]; +- char *tmp; +- +-#if defined(freebsd) +- getpwuid(getuid(), username); +-#else +- getpw(getuid(), username); +-#endif +- tmp = strchr(username,':'); +- if (tmp != NULL) *tmp = '\0'; + printf(" Enter output file name [info]: "); + fgets(command, 81, stdin); + TEMP = strchr(command, '\n'); Property changes on: head/cad/chipmunk/files/patch-netcmp-main.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property