Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2006 03:00:06 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100558: Update port: devel/cweb to 3.64aa
Message-ID:  <20060720030006.f1136490.tkato432@yahoo.com>
Resent-Message-ID: <200607191810.k6JIAGsN083699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100558
>Category:       ports
>Synopsis:       Update port: devel/cweb to 3.64aa
>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:   Wed Jul 19 18:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p19 i386
>Organization:
>Environment:
>Description:
- Update to version 3.64aa

Remove file:
files/patch-aa

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/cweb/Makefile devel/cweb/Makefile
--- /usr/ports/devel/cweb/Makefile	Fri May  5 11:07:08 2006
+++ devel/cweb/Makefile	Mon Jul 17 18:19:22 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cweb
-PORTVERSION=	3.64
+PORTVERSION=	3.64aa
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
 MASTER_SITE_SUBDIR=	web/c_cpp/cweb
@@ -15,6 +15,11 @@
 COMMENT=	Literate programming tools for the C language
 
 NO_WRKSUBDIR=	yes
+
+MAKE_ARGS=	CWEBINPUTS="${DATADIR}" \
+		CFLAGS="${CFLAGS}" \
+		LINKFLAGS="" \
+		CC="${CC}"
 
 MAN1=		cweb.1
 
diff -urN /usr/ports/devel/cweb/distinfo devel/cweb/distinfo
--- /usr/ports/devel/cweb/distinfo	Fri Nov 25 13:31:53 2005
+++ devel/cweb/distinfo	Mon Jul 17 18:07:41 2006
@@ -1,3 +1,3 @@
-MD5 (cweb-3.64.tar.gz) = 49e2abe401ebf1ab008193063b88af2b
-SHA256 (cweb-3.64.tar.gz) = b68fa4cc8a3ada0b4be130c62306a66ff8e74a132afb354a2a0d1581796bcfce
-SIZE (cweb-3.64.tar.gz) = 212010
+MD5 (cweb-3.64aa.tar.gz) = 6391ce4aa8b4083fe24ba1d66a9a673f
+SHA256 (cweb-3.64aa.tar.gz) = 0cde41fd86643aefa80cd1704acfafcb2b485e71fa8dc6277bfd87971004900c
+SIZE (cweb-3.64aa.tar.gz) = 223945
diff -urN /usr/ports/devel/cweb/files/patch-aa devel/cweb/files/patch-aa
--- /usr/ports/devel/cweb/files/patch-aa	Thu Dec 16 14:04:51 2004
+++ devel/cweb/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,50 +0,0 @@
---- Makefile.orig	Sat Jul 13 07:33:16 2002
-+++ Makefile	Tue Dec 14 23:47:23 2004
-@@ -18,23 +18,23 @@
- #
- 
- # directory for TeX inputs (cwebmac.tex goes here)
--MACROSDIR= /usr/local/texmf/tex/generic
-+MACROSDIR= ${PREFIX}/share/texmf/tex/generic/misc
- 
- # directory for CWEB inputs in @i files
--CWEBINPUTS= /usr/local/lib/cweb
-+CWEBINPUTS= ${PREFIX}/share/cweb
- 
- # extension for manual pages ("l" distinguishes local from system stuff)
--MANEXT= l
--#MANEXT= 1
-+#MANEXT= l
-+MANEXT= 1
- 
- # directory for manual pages (cweb.1 goes here)
--MANDIR= /usr/man/man$(MANEXT)
-+MANDIR= ${PREFIX}/man/man$(MANEXT)
- 
- # destination directory for executables; must end in /
--DESTDIR= /usr/local/bin/
-+DESTDIR= ${PREFIX}/bin/
- 
- # directory for GNU EMACS Lisp code (cweb.el goes here)
--EMACSDIR= /usr/local/emacs/lisp
-+EMACSDIR= ${PREFIX}/share/emacs/site-lisp
- 
- # Set DESTPREF to null if you want to call the executables "tangle" and "weave"
- # (probably NOT a good idea; we recommend leaving DESTPREF=c)
-@@ -50,13 +50,13 @@
- WCHANGES=
- 
- # We keep debugging info around, for fun, but most users don't need it
--CFLAGS = -g
-+#CFLAGS = -g
- #CFLAGS = -O
--LINKFLAGS = -g
-+#LINKFLAGS = -g
- #LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems
- 
- # What C compiler are you using?
--CC = cc
-+#CC = cc
- 
- # RM and CP are used below in case rm and cp are aliased
- RM= /bin/rm
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060720030006.f1136490.tkato432>