[53739] trunk/dports/www/mongoose

toby at macports.org toby at macports.org
Sun Jul 12 21:31:58 PDT 2009


Revision: 53739
          http://trac.macports.org/changeset/53739
Author:   toby at macports.org
Date:     2009-07-12 21:31:58 -0700 (Sun, 12 Jul 2009)
Log Message:
-----------
mongoose 2.8

Modified Paths:
--------------
    trunk/dports/www/mongoose/Portfile
    trunk/dports/www/mongoose/files/patch-Makefile

Modified: trunk/dports/www/mongoose/Portfile
===================================================================
--- trunk/dports/www/mongoose/Portfile	2009-07-13 04:22:33 UTC (rev 53738)
+++ trunk/dports/www/mongoose/Portfile	2009-07-13 04:31:58 UTC (rev 53739)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            mongoose
-version         2.6
+version         2.8
 categories      www
 maintainers     toby
 description     easy to use web server
@@ -18,9 +18,9 @@
 master_sites    googlecode
 extract.suffix  .tgz
 
-checksums       md5 56afae4cfb86e836024df31224db8104 \
-                sha1 6aae2ffbd6f758b33f20c836bf4af0ed77499d34 \
-                rmd160 bd682626c5b08ce09920179a3d38dd5272cacc04
+checksums       md5 b72e937a356d3f3cd80cfe6653f0168d \
+                sha1 328375ca133f6c53be6ce7c7ca85bb54549b4849 \
+                rmd160 b9972c1c61cf002e07af235ac18b934c66fb5e88
 
 worksrcdir      ${name}
 

Modified: trunk/dports/www/mongoose/files/patch-Makefile
===================================================================
--- trunk/dports/www/mongoose/files/patch-Makefile	2009-07-13 04:22:33 UTC (rev 53738)
+++ trunk/dports/www/mongoose/files/patch-Makefile	2009-07-13 04:31:58 UTC (rev 53739)
@@ -1,24 +1,13 @@
---- Makefile.orig	2009-05-05 10:14:16.000000000 -0700
-+++ Makefile	2009-05-05 10:15:45.000000000 -0700
-@@ -22,8 +22,8 @@
+--- Makefile.orig	2009-07-05 14:48:19.000000000 -0700
++++ Makefile	2009-07-12 21:30:04.000000000 -0700
+@@ -21,8 +21,8 @@
  ###                 UNIX build: linux, bsd, mac, rtems
  ##########################################################################
  
--CFLAGS=		-W -Wall -std=c99 -pedantic -Os $(COPT)
+-CFLAGS=		-W -Wall -std=c99 -pedantic -Os -fomit-frame-pointer $(COPT)
 -MAC_SHARED=	-flat_namespace -bundle -undefined suppress
-+CFLAGS=		-W -Wall -std=c99 -pedantic __CFLAGS__ $(COPT)
++CFLAGS=		-W -Wall -std=c99 -pedantic __CFLAGS__ -fomit-frame-pointer $(COPT)
 +MAC_SHARED=	-bundle
- LINFLAGS=	$(CFLAGS) -D_POSIX_SOURCE -D_BSD_SOURCE -ldl -lpthread
+ LINFLAGS=	-D_POSIX_SOURCE -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 \
+ 		-D_LARGEFILE_SOURCE -ldl -lpthread $(CFLAGS)
  LIB=		_$(PROG).so
- 
-@@ -35,8 +35,8 @@
- 	$(CC) $(CFLAGS) mongoose.c main.c -lpthread -s -o $(PROG)
- 
- mac:
--	$(CC) $(CFLAGS) $(MAC_SHARED) mongoose.c -lpthread -o $(LIB)
--	$(CC) $(CFLAGS) mongoose.c main.c -lpthread -o $(PROG)
-+	$(CC) $(CFLAGS) $(MAC_SHARED) mongoose.c -o $(LIB)
-+	$(CC) $(CFLAGS) mongoose.c main.c -o $(PROG)
- 
- solaris:
- 	gcc $(CFLAGS) mongoose.c -lpthread -lnsl \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090712/007d6599/attachment.html>


More information about the macports-changes mailing list