Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Jan 2004 17:59:04 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60826: [non maintainer update] sysutils/installwatch: update to 0.6.3
Message-ID:  <20040102165904.124BB1C75@sativa.0x45.org>
Resent-Message-ID: <200401021700.i02H0YFw061604@freefall.freebsd.org>

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

>Number:         60826
>Category:       ports
>Synopsis:       [non maintainer update] sysutils/installwatch: update to 0.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 02 09:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 0.6.3
>How-To-Repeat:
	
>Fix:

	

--- installwatch.diff begins here ---
diff -ruN installwatch.bak/Makefile installwatch/Makefile
--- installwatch.bak/Makefile	Fri Jan  2 17:55:44 2004
+++ installwatch/Makefile	Fri Jan  2 17:43:37 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=       installwatch
-PORTVERSION=	0.5.6
+PORTVERSION=	0.6.3
 CATEGORIES=     sysutils
 MASTER_SITES=	http://asic-linux.com.mx/~izto/checkinstall/files/source/
 EXTRACT_SUFX=	.tgz
diff -ruN installwatch.bak/distinfo installwatch/distinfo
--- installwatch.bak/distinfo	Fri Jan  2 17:55:44 2004
+++ installwatch/distinfo	Fri Jan  2 17:44:22 2004
@@ -1 +1 @@
-MD5 (installwatch-0.5.6.tgz) = 678077bad78ff57d9b63141fb73be84e
+MD5 (installwatch-0.6.3.tgz) = 5dd4c411432e8e88bfd64fb688a5fd6a
diff -ruN installwatch.bak/files/patch-Makefile installwatch/files/patch-Makefile
--- installwatch.bak/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ installwatch/files/patch-Makefile	Fri Jan  2 17:54:29 2004
@@ -0,0 +1,32 @@
+--- Makefile.bak	Fri Jan  2 17:45:26 2004
++++ Makefile	Fri Jan  2 17:48:33 2004
+@@ -4,7 +4,6 @@
+ # Well, the only configurable part is the following variable.
+ # Make sure the directory you specify exists.
+ 
+-PREFIX=/usr/local
+ 
+ # End of configurable part
+ 
+@@ -16,10 +15,10 @@
+ all: installwatch.so
+ 
+ installwatch.so: installwatch.o
+-	ld -shared -o installwatch.so installwatch.o -ldl -lc
++	ld -shared -o installwatch.so installwatch.o -lc
+ 
+ installwatch.o: installwatch.c localdecls.h
+-	gcc -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\"$(VERSION)\" installwatch.c
++	$(CC) -Wall -c $(CFLAGS) -DPIC -fPIC -D_REENTRANT -DVERSION=\"$(VERSION)\" installwatch.c
+ 
+ localdecls.h:
+ 	./create-localdecls
+@@ -41,7 +40,7 @@
+ 	tar -czvC .. -f ../installwatch-$(VERSION).tar.gz installwatch-$(VERSION)
+ 
+ test: install
+-	gcc -Wall -DVERSION=\"$(VERSION)\" -o test-installwatch test-installwatch.c -ldl
++	$(CC) -Wall -DVERSION=\"$(VERSION)\" -o test-installwatch test-installwatch.c
+ 	$(PREFIX)/bin/installwatch ./test-installwatch
+ 
+ 
diff -ruN installwatch.bak/files/patch-aa installwatch/files/patch-aa
--- installwatch.bak/files/patch-aa	Fri Jan  2 17:55:44 2004
+++ installwatch/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,40 +0,0 @@
---- Makefile.orig	Fri Mar  2 02:45:41 2001
-+++ Makefile	Sat Mar  3 02:17:12 2001
-@@ -3,7 +3,7 @@
- # Well, the only configurable part is the following variable.
- # Make sure the directory you specify exists.
- 
--PREFIX=/usr/local
-+#PREFIX=/usr/local
- 
- # End of configurable part
- 
-@@ -15,10 +15,10 @@
- all: installwatch.so
- 
- installwatch.so: installwatch.o
--	ld -shared -o installwatch.so installwatch.o -ldl
-+	ld -shared -o installwatch.so installwatch.o
- 
- installwatch.o: installwatch.c localdecls.h
--	gcc -Wall -c -DPIC -fPIC -D_REENTRANT -DVERSION=\"$(VERSION)\" installwatch.c
-+	$(CC) -Wall -c $(CFLAGS) -DPIC -fPIC -D_REENTRANT -DVERSION=\"$(VERSION)\" installwatch.c
- 
- localdecls.h:
- 	./create-localdecls
-@@ -28,8 +28,6 @@
- 	
- 	sed -e "s|#PREFIX#|$(PREFIX)|" < installwatch > $(BINDIR)/installwatch
- 	chmod 755 $(BINDIR)/installwatch
--	cp contrib/inst2rpm $(BINDIR)/inst2rpm
--	chmod 755 $(BINDIR)/inst2rpm
- 
- uninstall:
- 	rm $(LIBDIR)/installwatch.so
-@@ -43,7 +41,7 @@
- 	tar -czvC .. -f ../installwatch-$(VERSION).tar.gz installwatch-$(VERSION)
- 
- test: install
--	gcc -Wall -DVERSION=\"$(VERSION)\" -o test-installwatch test-installwatch.c -ldl
-+	gcc -Wall -DVERSION=\"$(VERSION)\" -o test-installwatch test-installwatch.c
- 	$(PREFIX)/bin/installwatch ./test-installwatch
diff -ruN installwatch.bak/pkg-plist installwatch/pkg-plist
--- installwatch.bak/pkg-plist	Fri Jan  2 17:55:44 2004
+++ installwatch/pkg-plist	Fri Jan  2 17:52:42 2004
@@ -1,3 +1,2 @@
 bin/installwatch
 lib/installwatch.so
-
--- installwatch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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