aboutsummaryrefslogtreecommitdiff
path: root/devel/hypersrc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-05 19:22:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-05 19:22:15 +0000
commit8c11597bf4893bc61e3ab6225b32d74055feef13 (patch)
tree940b13a6c5cdcff9151d4d2afa49fda02bf2f5fd /devel/hypersrc
parente6b1c02003554324fc53c358049cfda53713fc1d (diff)
downloadports-8c11597bf4893bc61e3ab6225b32d74055feef13.tar.gz
ports-8c11597bf4893bc61e3ab6225b32d74055feef13.zip
Notes
Diffstat (limited to 'devel/hypersrc')
-rw-r--r--devel/hypersrc/Makefile2
-rw-r--r--devel/hypersrc/distinfo2
-rw-r--r--devel/hypersrc/files/patch-Makefile9
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/hypersrc/Makefile b/devel/hypersrc/Makefile
index 7104a7be407a..a4f76fcf9047 100644
--- a/devel/hypersrc/Makefile
+++ b/devel/hypersrc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hypersrc
-PORTVERSION= 5.3.10
+PORTVERSION= 5.3.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.jimbrooks.org/hypersrc/%SUBDIR%/ \
http://www.home.earthlink.net/~jebrooks1/ftp/hypersrc/%SUBDIR%/
diff --git a/devel/hypersrc/distinfo b/devel/hypersrc/distinfo
index 66f01b17737e..5dd84e0c60d2 100644
--- a/devel/hypersrc/distinfo
+++ b/devel/hypersrc/distinfo
@@ -1 +1 @@
-MD5 (hypersrc-5.3.10.tar.gz) = cc9098f5c951b48d7260f4c0f94d23c4
+MD5 (hypersrc-5.3.12.tar.gz) = 1ae9a71dc06008525c29ded0a9615119
diff --git a/devel/hypersrc/files/patch-Makefile b/devel/hypersrc/files/patch-Makefile
index 38f879b7713b..430126147703 100644
--- a/devel/hypersrc/files/patch-Makefile
+++ b/devel/hypersrc/files/patch-Makefile
@@ -1,5 +1,5 @@
---- GNUmakefile.orig Tue Jul 8 09:09:30 2003
-+++ GNUmakefile Wed Jul 9 02:04:50 2003
+--- GNUmakefile.orig Wed Aug 6 10:54:35 2003
++++ GNUmakefile Sat Oct 4 22:20:22 2003
@@ -8,11 +8,7 @@
# Where to install.
@@ -28,10 +28,11 @@
-CC = gcc -c
-CC_FLAGS = -I$(INC_DIR) $(PROF_OPTS) $(C_DEBUG) $(C_OPTIMIZE) $(C_OPTS) $(C_WARNINGS) -pipe `$(GTK_CONFIG) --cflags` `gnome-config --cflags gnomeui`
+-LD = gcc
+-LD_FLAGS += $(PROF_OPTS) -pipe `$(GTK_CONFIG) --libs` `gnome-config --libs gnomeui`
+#CC = gcc -c
+CC_FLAGS = -I$(INC_DIR) $(PROF_OPTS) $(C_DEBUG) $(C_OPTIMIZE) $(C_OPTS) $(C_WARNINGS) `gnome-config --cflags gnomeui`
- LD = gcc
--LD_FLAGS += $(PROF_OPTS) -pipe `$(GTK_CONFIG) --libs` `gnome-config --libs gnomeui`
++LD = $(CC)
+LD_FLAGS += $(PROF_OPTS) `gnome-config --libs gnomeui`
C_SRCS = $(addprefix $(SRC)/,$(C_SRCS_))
C_OBJS_ = $(C_SRCS_:.c=.o)