Index: head/lang/seed7/Makefile =================================================================== --- head/lang/seed7/Makefile (revision 292359) +++ head/lang/seed7/Makefile (revision 292360) @@ -1,69 +1,69 @@ # New ports collection Makefile for: seed7 # Date created: 16 July 2008 # Whom: gahr # # $FreeBSD$ # PORTNAME= seed7 -DISTVERSION= 05_20120205 +DISTVERSION= 05_20120219 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gahr@FreeBSD.org COMMENT= A high-level, extensible programming language USE_GMAKE= yes USE_XORG= x11 ONLY_FOR_ARCHS= i386 amd64 sparc64 WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile ALL_TARGET= hi .include .if ${OSVERSION} < 800000 BROKEN= does not compile .endif post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;\ s|`pwd`|${PREFIX}/lib/${PORTNAME}|g;\ s|-lX11|$${LFLAGS} -lX11|g' \ ${WRKSRC}/makefile ${REINPLACE_CMD} -i '' -e 's|./hi|${PREFIX}/bin/hi|g' \ ${WRKSRC}/../prg/chk_all.sd7 do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} depend) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin/hi ${PREFIX}/bin ${INSTALL} -d ${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/../lib && ${COPYTREE_SHARE} \* ${PREFIX}/lib/${PORTNAME}) ${INSTALL_DATA} ${WRKSRC}/../bin/s7_comp.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/s7_con.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/s7_draw.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/s7_data.a ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/../bin/seed7_05.a ${PREFIX}/lib/${PORTNAME} post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} (cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .if !defined(NOPORTEXAMPLES) ${INSTALL} -d ${EXAMPLESDIR} (cd ${WRKSRC}/../prg && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif test: install @echo "" @echo "Testing the ${PORTNAME} installation" @(cd ${WRKSRC}/../prg && ${PREFIX}/bin/hi chk_all) .include Property changes on: head/lang/seed7/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/lang/seed7/distinfo =================================================================== --- head/lang/seed7/distinfo (revision 292359) +++ head/lang/seed7/distinfo (revision 292360) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20120205.tgz) = 03303d039d60e0d42570d460ac96b537535639cdca342743f882073c16bb812f -SIZE (seed7_05_20120205.tgz) = 1645560 +SHA256 (seed7_05_20120219.tgz) = 1f878561b87069cf6f966300b8d79abb792b0f96cb89e0f38fc76f7d64e9ab97 +SIZE (seed7_05_20120219.tgz) = 1647591 Property changes on: head/lang/seed7/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/lang/seed7/files/patch-makefile =================================================================== --- head/lang/seed7/files/patch-makefile (revision 292359) +++ head/lang/seed7/files/patch-makefile (revision 292360) @@ -1,47 +1,36 @@ --- makefile.orig 2012-01-01 16:17:58.000000000 +0100 +++ makefile 2012-02-03 11:22:53.000000000 +0100 @@ -12,14 +12,14 @@ # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar # CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv # CFLAGS = -O2 -g -x c++ -Wall -Winline -Wconversion -Wshadow -Wpointer-arith -CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith +CFLAGS += -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include # CFLAGS = -O2 -g -std=c99 -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall # CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall # CFLAGS = -O2 -funroll-loops -Wall -pg -LDFLAGS = +LDFLAGS = -L%%LOCALBASE%%/lib # LDFLAGS = -pg # LDFLAGS = -pg -lc_p SYSTEM_LIBS = -lm @@ -38,7 +38,7 @@ COMPILER_LIB = s7_comp.a ALL_S7_LIBS = ../bin/$(COMPILER_LIB) ../bin/$(COMP_DATA_LIB) ../bin/$(DRAW_LIB) ../bin/$(CONSOLE_LIB) ../bin/$(SEED7_LIB) # CC = g++ -CC = gcc +CC ?= gcc GET_CC_VERSION_INFO = $(CC) --version > BIGINT_LIB_DEFINE = USE_BIG_RTL_LIBRARY -@@ -47,8 +47,8 @@ - # BIGINT_LIB = big_gmp - - TERMINFO_OR_TERMCAP = USE_TERMINFO --CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_inf.o trm_inf.o --CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_inf.c trm_inf.c -+CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_poll.o trm_inf.o -+CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_poll.c trm_inf.c - # TERMINFO_OR_TERMCAP = USE_TERMCAP - # CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_inf.o trm_cap.o - # CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_inf.c trm_cap.c @@ -112,6 +112,7 @@ COMP_DATA_LIB_SRC = typ_data.c rfl_data.c ref_data.c listutl.c flistutl.c typeutl.c datautl.c COMPILER_LIB_SRC = $(PSRC1) $(LSRC1) $(LSRC2) $(LSRC3) $(ESRC1) $(ASRC1) $(ASRC2) $(ASRC3) $(GSRC1) $(GSRC2) +.PHONY: hi hi: ../bin/hi ../prg/hi ../bin/hi level Property changes on: head/lang/seed7/files/patch-makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property