diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-06-18 14:06:51 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-06-18 14:06:51 +0000 |
commit | 38003ba8b7c18dd518b9aaa8a6cf3a22eddd99b0 (patch) | |
tree | c7c17384c4370f5029fedb5306a79ced96136a99 /dev-lang/nqc/files | |
parent | Initial commit; thanks to all contributors in Bug #89257. (diff) | |
download | gentoo-2-38003ba8b7c18dd518b9aaa8a6cf3a22eddd99b0.tar.gz gentoo-2-38003ba8b7c18dd518b9aaa8a6cf3a22eddd99b0.tar.bz2 gentoo-2-38003ba8b7c18dd518b9aaa8a6cf3a22eddd99b0.zip |
Version bump; thanks to all contributors in bug #89257.
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'dev-lang/nqc/files')
-rw-r--r-- | dev-lang/nqc/files/digest-nqc-3.1_p4 | 3 | ||||
-rw-r--r-- | dev-lang/nqc/files/nqc-3.1_p4-amd64.patch | 12 | ||||
-rw-r--r-- | dev-lang/nqc/files/nqc-3.1_p4-usb.patch | 31 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-lang/nqc/files/digest-nqc-3.1_p4 b/dev-lang/nqc/files/digest-nqc-3.1_p4 new file mode 100644 index 000000000000..3883e13011fd --- /dev/null +++ b/dev-lang/nqc/files/digest-nqc-3.1_p4 @@ -0,0 +1,3 @@ +MD5 f7868445a25615ad82e6e63bf16aef3c nqc-3.1.r4.tgz 334211 +RMD160 b251210efc52022f1d4d97d9c02c06d4251b3666 nqc-3.1.r4.tgz 334211 +SHA256 e40d179783ef1fa492e6804b99f202c7d61c6bda476ddbe2936c8956eaafd629 nqc-3.1.r4.tgz 334211 diff --git a/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch b/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch new file mode 100644 index 000000000000..cca6b7fa0df7 --- /dev/null +++ b/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch @@ -0,0 +1,12 @@ +diff -Naur nqc-3.1.r4.orig/compiler/Error.h nqc-3.1.r4/compiler/Error.h +--- nqc-3.1.r4.orig/compiler/Error.h 2005-03-16 17:52:44.000000000 +0000 ++++ nqc-3.1.r4/compiler/Error.h 2006-05-08 06:25:30.000000000 +0000 +@@ -118,7 +118,7 @@ + }; + + Error(ErrorCode code, int data=0) : fCode(code), fData(data) {} +- Error(ErrorCode code, const char *s) : fCode(code), fData((int)s) {} ++ Error(ErrorCode code, const char *s) : fCode(code), fData((long)s) {} + + // raising errors + void Raise(const LexLocation *loc) const; // raise error at specified location diff --git a/dev-lang/nqc/files/nqc-3.1_p4-usb.patch b/dev-lang/nqc/files/nqc-3.1_p4-usb.patch new file mode 100644 index 000000000000..d69df483195e --- /dev/null +++ b/dev-lang/nqc/files/nqc-3.1_p4-usb.patch @@ -0,0 +1,31 @@ +--- Makefile.old 2005-08-24 17:46:58.000000000 -0500 ++++ Makefile 2005-08-24 17:48:16.000000000 -0500 +@@ -53,7 +53,7 @@ + + + # installation information +-PREFIX?=/usr/local ++PREFIX?=/usr/ + BINDIR?=${PREFIX}/bin + MANDIR?=${PREFIX}/man/man1 + MANEXT?=1 +@@ -69,7 +69,7 @@ + #CFLAGS = -pipe -Iplatform -Ircxlib -Inqc -Icompiler -Wall -Wstrict-prototypes -Wmissing-prototypes + CFLAGS += -Iplatform -Ircxlib -Inqc -Icompiler -Wall + +-USBOBJ = rcxlib/RCX_USBTowerPipe_none.o ++#USBOBJ = rcxlib/RCX_USBTowerPipe_none.o + + + # +@@ -86,8 +86,8 @@ + ifneq (,$(strip $(findstring $(OSTYPE), Linux))) + # Linux + # uncomment this next line if you have the USB tower library installed +-# USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o +- CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated ++ USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o ++ CFLAGS += -I/usr/include/LegoUSB -Wno-deprecated + else + ifneq (,$(findstring $(OSTYPE), SunOS)) + # Solaris |