diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-13 10:01:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-13 10:01:40 +0000 |
commit | 03588f082e2e032fa13959e5ac8e28b3d1cdb1e8 (patch) | |
tree | 2a0a01c68524506886f54d58b973abfc0470d005 /math | |
parent | f93e60ab7f490bb793402bb02c3893c92d6f9684 (diff) | |
download | ports-03588f082e2e032fa13959e5ac8e28b3d1cdb1e8.tar.gz ports-03588f082e2e032fa13959e5ac8e28b3d1cdb1e8.zip |
upgrade to 0.95
respect to CXXFLAGS
PR: 28117
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=43935
Diffstat (limited to 'math')
-rw-r--r-- | math/rpc/Makefile | 2 | ||||
-rw-r--r-- | math/rpc/distinfo | 2 | ||||
-rw-r--r-- | math/rpc/files/patch-Makefile | 7 | ||||
-rw-r--r-- | math/rpc/files/patch-src::Makefile | 7 |
4 files changed, 10 insertions, 8 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile index 787c48cf7c23..53310a93c863 100644 --- a/math/rpc/Makefile +++ b/math/rpc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rpc -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ diff --git a/math/rpc/distinfo b/math/rpc/distinfo index 6a28643f8cee..f091991dd074 100644 --- a/math/rpc/distinfo +++ b/math/rpc/distinfo @@ -1 +1 @@ -MD5 (rpc-0.94.tar.gz) = 74afedee574402c4460e581600056863 +MD5 (rpc-0.95.tar.gz) = 48791b27627b25744f7febd58987b67e diff --git a/math/rpc/files/patch-Makefile b/math/rpc/files/patch-Makefile index ffe3fd5752da..ec6a46677017 100644 --- a/math/rpc/files/patch-Makefile +++ b/math/rpc/files/patch-Makefile @@ -1,8 +1,9 @@ ---- Makefile.orig Wed Mar 21 21:02:32 2001 -+++ Makefile Wed Mar 21 21:03:58 2001 +--- Makefile.orig Mon Jun 11 07:59:05 2001 ++++ Makefile Wed Jun 13 17:57:18 2001 @@ -1,5 +1,5 @@ - CXXFLAGS = -c -O2 -Wall +-CXXFLAGS = -c -O2 -Wall -LDFLAGS = -lm -lccm -lcurses ++CXXFLAGS += -c +LDFLAGS = -lm -lccm -lcurses -L${LOCALBASE}/lib all: rpc diff --git a/math/rpc/files/patch-src::Makefile b/math/rpc/files/patch-src::Makefile index f2db0617b941..40923f8b2870 100644 --- a/math/rpc/files/patch-src::Makefile +++ b/math/rpc/files/patch-src::Makefile @@ -1,9 +1,10 @@ ---- src/Makefile.orig Sun Feb 25 15:54:19 2001 -+++ src/Makefile Wed Mar 21 21:09:40 2001 +--- src/Makefile.orig Mon Jun 11 10:14:48 2001 ++++ src/Makefile Wed Jun 13 17:59:04 2001 @@ -1,6 +1,6 @@ - CXXFLAGS = -c -O2 -Wall +-CXXFLAGS = -c -O2 -Wall -CFLAGS = -c -O2 -Wall -LDFLAGS = -lm -lccm -lcurses ++CXXFLAGS += -c +CFLAGS += -c -I${LOCALBASE}/include +LDFLAGS = -lm -lccm -lcurses -L${LOCALBASE}/lib |