-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
drochner
committed
Apr 13, 2011
1 parent
883dcf7
commit a2b65a9
Showing
5 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2006/05/04 16:58:05 drochner Exp $ | ||
$NetBSD: distinfo,v 1.3 2011/04/13 16:14:10 drochner Exp $ | ||
|
||
SHA1 (myhdl-0.5.1.tar.gz) = 4c98248be79ebb1a2c5de78aefd6c55c0675e47d | ||
RMD160 (myhdl-0.5.1.tar.gz) = 9802663d82c86098694d34783b7352e6f5435b20 | ||
Size (myhdl-0.5.1.tar.gz) = 768479 bytes | ||
SHA1 (patch-aa) = e63d26084019989579a9bc799e35e16e9bd75b76 | ||
SHA1 (myhdl-0.7.tar.gz) = 4382444230297593f0a08ba8178c542b4ce1f19b | ||
RMD160 (myhdl-0.7.tar.gz) = c525b21a86c9204ec7cf659709bc0e8fb2c7450b | ||
Size (myhdl-0.7.tar.gz) = 241770 bytes | ||
SHA1 (patch-aa) = 7ed6848aa47394cf714cc9521b1a7e4e456c80a9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
$NetBSD: patch-aa,v 1.2 2006/05/04 16:58:05 drochner Exp $ | ||
$NetBSD: patch-aa,v 1.3 2011/04/13 16:14:10 drochner Exp $ | ||
|
||
--- cosimulation/cver/makefile.lnx.orig 2006-04-27 12:25:40.000000000 +0200 | ||
--- cosimulation/cver/makefile.lnx.orig 2010-10-14 17:58:48.000000000 +0000 | ||
+++ cosimulation/cver/makefile.lnx | ||
@@ -2,7 +2,7 @@ | ||
WARNS=-Wall | ||
|
||
# change this path to point to the pli include files directory for cver | ||
-INCS=-I$(HOME)/tools/gplcver-2.11a.src/pli_incs | ||
-INCS=-I$(HOME)/Tools/gplcver-2.12a.src/pli_incs | ||
+INCS=-I$(LOCALBASE)/lib/gplcver/pli_incs | ||
|
||
# maybe want -O<something> and/or -g | ||
CFLAGS= -fPIC -Wall -g $(INCS) | ||
LFLAGS= -G -shared -export-dynamic | ||
# -fno-stack-protector apparently needed with newer gcc's |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2006/05/04 16:58:05 drochner Exp $ | ||
$NetBSD: distinfo,v 1.3 2011/04/13 16:14:10 drochner Exp $ | ||
|
||
SHA1 (myhdl-0.5.1.tar.gz) = 4c98248be79ebb1a2c5de78aefd6c55c0675e47d | ||
RMD160 (myhdl-0.5.1.tar.gz) = 9802663d82c86098694d34783b7352e6f5435b20 | ||
Size (myhdl-0.5.1.tar.gz) = 768479 bytes | ||
SHA1 (myhdl-0.7.tar.gz) = 4382444230297593f0a08ba8178c542b4ce1f19b | ||
RMD160 (myhdl-0.7.tar.gz) = c525b21a86c9204ec7cf659709bc0e8fb2c7450b | ||
Size (myhdl-0.7.tar.gz) = 241770 bytes |