[Midnightbsd-cvs] mports: www/tidy-devel: update to 080621 cvs
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 28 12:18:44 EST 2009
Log Message:
-----------
update to 080621 cvs
Modified Files:
--------------
mports/www/tidy-devel:
Makefile (r1.2 -> r1.3)
distinfo (r1.2 -> r1.3)
mports/www/tidy-devel/files:
patch-build_gmake_Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/tidy-devel/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/tidy-devel/Makefile -L www/tidy-devel/Makefile -u -r1.2 -r1.3
--- www/tidy-devel/Makefile
+++ www/tidy-devel/Makefile
@@ -1,15 +1,9 @@
-# New ports collection makefile for: tidy
-# Date created: 27 Oct 1998
-# Whom: Abel Chow <achow at transoft.net>
-#
-# $MidinghtBSD$
-# $FreeBSD: ports/www/tidy-devel/Makefile,v 1.159 2007/09/30 04:47:34 linimon Exp $
-#
+# $MidnightBSD$
PORTNAME?= tidy
-DISTVERSION= 070813-cvs
+DISTVERSION= 080621-cvs
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL}
#MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
# http://tidy.sourceforge.net/docs/:docs
#MASTER_SITE_SUBDIR= . old
@@ -31,9 +25,9 @@
PLIST_SUB= SHLIB="@comment " NSHLIB=""
CONFLICTS= tidy-20000804* tidy-lib-[0-9]*
.else
-USE_AUTOTOOLS= automake:15 autoconf:261 libtool:15
+USE_AUTOTOOLS= automake:15 autoconf:262 libtool:15
AUTOMAKE_ARGS+= -a -c --foreign
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd6.1
USE_LDCONFIG= yes
PLIST_SUB= SHLIB="" NSHLIB="@comment "
CONFLICTS= tidy-20000804* tidy-devel-[0-9]*
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/tidy-devel/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/tidy-devel/distinfo -L www/tidy-devel/distinfo -u -r1.2 -r1.3
--- www/tidy-devel/distinfo
+++ www/tidy-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tidy-070813-cvs.tar.bz2) = 9210a261b36a44f8027d1b935d2e6263
-SHA256 (tidy-070813-cvs.tar.bz2) = 056c817577310f26e9dc180b7f49605747fc082a76bf24d1e8a9836d020f70b5
-SIZE (tidy-070813-cvs.tar.bz2) = 373430
+MD5 (tidy-080621-cvs.tar.bz2) = 2c3b3cb95aeecaafafb7af3288593b66
+SHA256 (tidy-080621-cvs.tar.bz2) = e3615ec9e5f3d15c0cc08a21e5bdb233d07a7371f6bfe14c6b7d01108ff66530
+SIZE (tidy-080621-cvs.tar.bz2) = 374466
Index: patch-build_gmake_Makefile
===================================================================
RCS file: /home/cvs/mports/www/tidy-devel/files/patch-build_gmake_Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/tidy-devel/files/patch-build_gmake_Makefile -L www/tidy-devel/files/patch-build_gmake_Makefile -u -r1.2 -r1.3
--- www/tidy-devel/files/patch-build_gmake_Makefile
+++ www/tidy-devel/files/patch-build_gmake_Makefile
@@ -1,5 +1,5 @@
---- build/gmake/Makefile.orig Sun Jan 21 21:20:58 2007
-+++ build/gmake/Makefile Sat Feb 3 17:35:37 2007
+--- build/gmake/Makefile.orig 2008-03-22 22:13:38.000000000 +0100
++++ build/gmake/Makefile 2008-06-21 15:52:41.000000000 +0200
@@ -58,8 +58,8 @@
PROJECT=tidy
@@ -25,9 +25,9 @@
# For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
# disabled.
-CC= gcc
--CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
+-CFLAGS= -g -pedantic -Wall -I $(INCDIR)
+#CC= gcc
-+CFLAGS+= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) -fPIC
++CFLAGS+= -pedantic -Wall -I $(INCDIR) -fPIC
# flags only supported with gcc 3.x
CFLAGS += -Wunused-parameter
More information about the Midnightbsd-cvs
mailing list