From owner-freebsd-ports-bugs Sat Jan 25 14:10:28 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E2637B401 for ; Sat, 25 Jan 2003 14:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4265F43F43 for ; Sat, 25 Jan 2003 14:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0PMA8NS020947 for ; Sat, 25 Jan 2003 14:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0PMA8Pf020946; Sat, 25 Jan 2003 14:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 436F137B401 for ; Sat, 25 Jan 2003 14:02:06 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83E143F1E for ; Sat, 25 Jan 2003 14:02:04 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 64B946C9 for ; Sun, 26 Jan 2003 07:02:03 +0900 (JST) Message-Id: <20030126070029.7954f594.tkato@prontomail.com> Date: Sun, 26 Jan 2003 07:00:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47477: Update port: devel/hypersrc to 5.3.6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47477 >Category: ports >Synopsis: Update port: devel/hypersrc to 5.3.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 25 14:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 5.3.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/hypersrc/Makefile devel/hypersrc/Makefile --- /usr/ports/devel/hypersrc/Makefile Mon Nov 25 22:18:32 2002 +++ devel/hypersrc/Makefile Sat Jan 25 05:42:31 2003 @@ -7,7 +7,7 @@ # PORTNAME= hypersrc -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.6 CATEGORIES= devel MASTER_SITES= ftp://ftp.jimbrooks.org/hypersrc/%SUBDIR%/ \ http://www.home.earthlink.net/~jebrooks1/ftp/hypersrc/%SUBDIR%/ diff -urN /usr/ports/devel/hypersrc/distinfo devel/hypersrc/distinfo --- /usr/ports/devel/hypersrc/distinfo Mon Nov 25 22:18:32 2002 +++ devel/hypersrc/distinfo Sat Jan 25 05:44:10 2003 @@ -1 +1 @@ -MD5 (hypersrc-5.3.3.tar.gz) = 37d5cb872417e2d25809224d5fcfcb69 +MD5 (hypersrc-5.3.6.tar.gz) = 74f40736c641aca50ebc7fa51c540acd diff -urN /usr/ports/devel/hypersrc/files/patch-Makefile devel/hypersrc/files/patch-Makefile --- /usr/ports/devel/hypersrc/files/patch-Makefile Tue Sep 10 20:08:20 2002 +++ devel/hypersrc/files/patch-Makefile Sat Jan 25 05:52:50 2003 @@ -1,5 +1,5 @@ ---- GNUmakefile.orig Wed Jan 30 14:07:54 2002 -+++ GNUmakefile Sat Jun 8 13:43:27 2002 +--- GNUmakefile.orig Fri Jan 17 21:33:25 2003 ++++ GNUmakefile Sat Jan 25 05:52:32 2003 @@ -8,11 +8,7 @@ # Where to install. @@ -11,9 +11,9 @@ -endif + INSTALL_DIR=${PREFIX}/bin - C_SRCS_ = main.c \ - widgets.c \ -@@ -71,7 +67,7 @@ + PROGNAME = hypersrc + OUT = out +@@ -70,7 +66,7 @@ else ifndef DEBUG @@ -22,31 +22,30 @@ else C_OPTIMIZE = -O endif -@@ -137,10 +133,10 @@ +@@ -136,10 +132,10 @@ # ----- editing the rest should usually be unnecessary ------------------------ -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 = $(CC) -+LD_FLAGS = $(PROF_OPTS) -pipe `gnome-config --libs gnomeui` - C_SRCS = $(addprefix src/,$(C_SRCS_)) + LD = gcc +-LD_FLAGS = $(PROF_OPTS) -pipe `$(GTK_CONFIG) --libs` `gnome-config --libs gnomeui` ++LD_FLAGS = $(PROF_OPTS) `gnome-config --libs gnomeui` + C_SRCS = $(addprefix $(SRC)/,$(C_SRCS_)) C_OBJS_ = $(C_SRCS_:.c=.o) C_OBJS = $(addprefix $(OUT)/,$(C_OBJS_)) -@@ -172,7 +168,7 @@ +@@ -171,7 +167,7 @@ $(LD) -o $(OUT)/hypersrc $(C_OBJS) $(LD_FLAGS) $(LIBS) $(OUT)/libparser.a - $(OUT)/%.o: src/%.c -- $(CC) -o $@ $(CC_FLAGS) $(subst $(OUT)/,src/,$<) -+ $(CC) -c -o $@ $(CC_FLAGS) $(subst $(OUT)/,src/,$<) + $(OUT)/%.o: $(SRC)/%.c +- $(CC) -o $@ $(CC_FLAGS) $(subst $(OUT)/,$(SRC)/,$<) ++ $(CC) -c -o $@ $(CC_FLAGS) $(subst $(OUT)/,$(SRC)/,$<) # ----------------------------------------------------------------------------- # parser (lex/yacc code that builds func graph/tree) -@@ -210,13 +206,13 @@ +@@ -209,13 +205,13 @@ mv y.tab.[cho] $(OUT) $(OUT)/y.tab.o: $(OUT)/y.tab.c @@ -57,14 +56,14 @@ - $(CC) -o $@ $(CC_FLAGS_PARSER) $(OUT)/lex.yy.c + $(CC) -c -o $@ $(CC_FLAGS_PARSER) $(OUT)/lex.yy.c - $(OUT)/str_heap.o: src/str_heap.c $(INC_DIR)/str_heap.h -- $(CC) -o $@ $(CC_FLAGS_PARSER) src/str_heap.c -+ $(CC) -c -o $@ $(CC_FLAGS_PARSER) src/str_heap.c + $(OUT)/str_heap.o: $(SRC)/str_heap.c $(INC_DIR)/str_heap.h +- $(CC) -o $@ $(CC_FLAGS_PARSER) $(SRC)/str_heap.c ++ $(CC) -c -o $@ $(CC_FLAGS_PARSER) $(SRC)/str_heap.c # ----------------------------------------------------------------------------- -@@ -235,10 +231,11 @@ - @ +@@ -233,10 +229,11 @@ + rm -f $(INSTALL_DIR)/ctags.pl cat Hypersrc.pl \ | sed 's|\$hypersrc = "hypersrc"|\$hypersrc = "${INSTALL_DIR}/hypersrc"|' \ - | sed 's|\$ctags_pl = "ctags.pl"|\$ctags_pl = "${INSTALL_DIR}/ctags.pl"|' > $(INSTALL_DIR)/Hypersrc.pl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message