Index: head/cad/gplcver/Makefile =================================================================== --- head/cad/gplcver/Makefile (revision 504532) +++ head/cad/gplcver/Makefile (revision 504533) @@ -1,26 +1,35 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gplcver PORTVERSION= 2.12.a CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}.src MAINTAINER= ports@FreeBSD.org COMMENT= Verilog HDL simulator -DEPRECATED= Abandonware using sys/dir.h -EXPIRATION_DATE= 2019-07-12 +LICENSE= GPLv2 USES= tar:bzip2 gmake BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= makefile.freebsd PLIST_FILES= bin/cver +PORTDOCS= * +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/cver ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Changelog \ + ${WRKSRC}/NEW.CVER.2001.RELEASE.NOTES \ + ${WRKSRC}/OUR_PHILOSOPHY ${STAGEDIR}${DOCSDIR} .include Index: head/cad/gplcver/files/patch-src-v_src3.c =================================================================== --- head/cad/gplcver/files/patch-src-v_src3.c (revision 504532) +++ head/cad/gplcver/files/patch-src-v_src3.c (revision 504533) @@ -1,11 +1,20 @@ ---- src/v_src3.c.orig Fri Jan 20 09:40:09 2006 -+++ src/v_src3.c Fri Jan 20 09:41:23 2006 -@@ -49,7 +49,7 @@ +--- src/v_src3.c.orig 2007-05-30 15:25:49 UTC ++++ src/v_src3.c +@@ -40,7 +40,7 @@ + #include + #endif + +-#if defined(__CYGWIN32__) || defined(__SVR4) || defined(__hpux) ++#if defined(__CYGWIN32__) || defined(__SVR4) || defined(__hpux) || defined(__FreeBSD__) + #include + #else + #include +@@ -51,7 +51,7 @@ #endif /* REMOVEME - no longer supporting SunOS - maybe needed for hpux? */ -#if defined(__sparc) && !defined(__SVR4) +#if defined(__sparc) && !defined(__SVR4) && !defined(__FreeBSD__) extern int32 tolower(int32); #endif Index: head/cad/gplcver/files/patch-src_v__fx.c =================================================================== --- head/cad/gplcver/files/patch-src_v__fx.c (nonexistent) +++ head/cad/gplcver/files/patch-src_v__fx.c (revision 504533) @@ -0,0 +1,20 @@ +--- src/v_fx.c.orig 2007-05-30 15:24:38 UTC ++++ src/v_fx.c +@@ -37,7 +37,7 @@ + + #include + +-#if defined(__SVR4) || defined(__hpux) || defined(__CYGWIN32__) ++#if defined(__SVR4) || defined(__hpux) || defined(__CYGWIN32__) || defined(__FreeBSD__) + #include + #else + #include +@@ -798,7 +798,7 @@ static void bld_ylb_dirfiles(struct vylib_t *vyp) + register int32 last_fi; + register int32 numdfils, siz_mydir, bytlen, obytlen; + DIR *dirp; +-#if defined(__SVR4) || defined(__hpux) || defined(__CYGWIN32__) ++#if defined(__SVR4) || defined(__hpux) || defined(__CYGWIN32__) || defined(__FreeBSD__) + struct dirent *dp; + #else + /* all BSD cases and special case interface for non unices */ Property changes on: head/cad/gplcver/files/patch-src_v__fx.c ___________________________________________________________________ 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