Index: head/lang/see-devel/Makefile =================================================================== --- head/lang/see-devel/Makefile (revision 172527) +++ head/lang/see-devel/Makefile (revision 172528) @@ -1,64 +1,65 @@ # New ports collection makefile for: see-devel # Date created: 29 Oct 2005 # Whom: Simun Mikecin # # $FreeBSD$ # PORTNAME= see PORTVERSION= 2.0.1131 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/ \ http://freshmeat.net/redir/see/45974/url_tgz/ PKGNAMESUFFIX= -devel MAINTAINER= numisemis@yahoo.com COMMENT= Simple ECMAScript Engine (SEE) OPTIONS= GC "Use Boehm-Weiser garbage collection package" on \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off CONFLICTS= see-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} USE_LDCONFIG= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include .if ${OSVERSION} < 500000 BROKEN= does not build on 4.x .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -fomit-frame-pointer .endif .if defined(WITH_GC) LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc .else CONFIGURE_ARGS+= --without-boehm-gc PTHREAD_CFLAGS= PTHREAD_LIBS= .endif post-patch: @${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='leonard@users|PACKAGE_BUGREPORT='leonard\\\@users|" \ ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} .for f in doc/USAGE.html AUTHORS NEWS README TODO COPYING ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/lang/see-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/lang/see-devel/files/patch-libsee_obj__Date.c =================================================================== --- head/lang/see-devel/files/patch-libsee_obj__Date.c (nonexistent) +++ head/lang/see-devel/files/patch-libsee_obj__Date.c (revision 172528) @@ -0,0 +1,11 @@ +--- libsee/obj_Date.c.orig Sun May 7 06:43:55 2006 ++++ libsee/obj_Date.c Tue Sep 5 09:11:09 2006 +@@ -335,7 +335,7 @@ + struct SEE_interpreter *interp; + SEE_number_t t; + { +- return t + LocalTZA(interp) + DaylightSavingTA(interp, t); ++ return t + LocalTZA(interp) - DaylightSavingTA(interp, t); + } + + /* Property changes on: head/lang/see-devel/files/patch-libsee_obj__Date.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property