Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2004 15:06:16 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67425: [MAINTAINER] devel/premake: update to 1.9
Message-ID:  <20040531190616.9DF7E6A08@ahze.ahze.net>
Resent-Message-ID: <200405311910.i4VJAQvt047623@freefall.freebsd.org>

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

>Number:         67425
>Category:       ports
>Synopsis:       [MAINTAINER] devel/premake: update to 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 12:10:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- Update to 1.9

please remove both patches in files/ 

>How-To-Repeat:
>Fix:

--- premake-1.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/premake/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	25 May 2004 19:16:09 -0000	1.3
+++ Makefile	31 May 2004 18:48:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	premake
-PORTVERSION=	1.7
+PORTVERSION=	1.9
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	premake
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/premake/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	30 Mar 2004 00:50:27 -0000	1.2
+++ distinfo	31 May 2004 18:48:19 -0000
@@ -1,2 +1,2 @@
-MD5 (premake-src-1.7.zip) = e018d8a3a42145530060b0043b530a3e
-SIZE (premake-src-1.7.zip) = 178976
+MD5 (premake-src-1.9.zip) = 6da1807dfeba1daa8e7edfa1e5d0b613
+SIZE (premake-src-1.9.zip) = 143061
Index: files/patch-Premake.make
===================================================================
RCS file: /home/ncvs/ports/devel/premake/files/patch-Premake.make,v
retrieving revision 1.2
diff -u -r1.2 patch-Premake.make
--- files/patch-Premake.make	30 Mar 2004 00:50:27 -0000	1.2
+++ files/patch-Premake.make	31 May 2004 18:49:26 -0000
@@ -1,40 +1 @@
---- Premake.make.orig	Mon Mar 29 18:33:15 2004
-+++ Premake.make	Mon Mar 29 18:33:35 2004
-@@ -23,37 +23,21 @@
- 	-@if [ ! -d obj ]; then mkdir obj; fi
- 	@echo $(notdir $<)
- 	@$(CXX) $(CXXFLAGS) -MD -o $@ -c $<
--	@cp obj/$*.d obj/$*.P; \
--	 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
--	 -e '/^$$/ d' -e 's/$$/ :/' < obj/$*.d >> obj/$*.P; \
--	rm -f obj/$*.d
- 
- obj/%.o : %.cpp
- 	-@if [ ! -d obj ]; then mkdir obj; fi
- 	@echo $(notdir $<)
- 	@$(CXX) $(CXXFLAGS) -MD -o $@ -c $<
--	@cp obj/$*.d obj/$*.P; \
--	 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
--	 -e '/^$$/ d' -e 's/$$/ :/' < obj/$*.d >> obj/$*.P; \
--	rm -f obj/$*.d
- 
- obj/%.o : %.cxx
- 	-@if [ ! -d obj ]; then mkdir obj; fi
- 	@echo $(notdir $<)
- 	@$(CXX) $(CXXFLAGS) -MD -o $@ -c $<
--	@cp obj/$*.d obj/$*.P; \
--	 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
--	 -e '/^$$/ d' -e 's/$$/ :/' < obj/$*.d >> obj/$*.P; \
--	rm -f obj/$*.d
- 
- obj/%.o : %.c
- 	-@if [ ! -d obj ]; then mkdir obj; fi
- 	@echo $(notdir $<)
- 	@$(CC) $(CFLAGS) -MD -o $@ -c $<
--	@cp obj/$*.d obj/$*.P; \
--	 sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
--	 -e '/^$$/ d' -e 's/$$/ :/' < obj/$*.d >> obj/$*.P; \
--	rm -f obj/$*.d
- 
- OBJECTS = \
- 	obj/premake.o \
+
Index: files/patch-Src-posix.c
===================================================================
RCS file: /home/ncvs/ports/devel/premake/files/patch-Src-posix.c,v
retrieving revision 1.1
diff -u -r1.1 patch-Src-posix.c
--- files/patch-Src-posix.c	30 Mar 2004 00:50:27 -0000	1.1
+++ files/patch-Src-posix.c	31 May 2004 18:49:16 -0000
@@ -1,19 +1 @@
---- Src/posix.c.orig	Sat Mar 27 05:00:55 2004
-+++ Src/posix.c	Tue Mar 30 02:47:55 2004
-@@ -89,13 +89,15 @@
- 
- int plat_findLib(const char* lib, char* buffer, int size)
- {
-+	FILE* file;
-+
- 	if (findLib(lib, "/usr/lib"))
- 	{
- 		strcpy(buffer, "/usr/lib");
- 		return 1;
- 	}
- 
--	FILE* file = fopen("/etc/ld.so.conf", "rt");
-+	file = fopen("/etc/ld.so.conf", "rt");
- 	if (file == NULL) return 0;
- 
- 	while (!feof(file))
+
--- premake-1.9.patch ends here ---

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



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