Date: Mon, 10 Oct 2005 18:47:09 +0200 (CEST) From: Gabor Kovesdan <gabor.kovesda@t-hosting.hu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Subject: ports/87219: [port update] lang/logo Message-ID: <20051010164709.C96A39975AD@server.t-hosting.hu> Resent-Message-ID: <200510101650.j9AGo5Wd004648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87219 >Category: ports >Synopsis: [port update] lang/logo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 10 16:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: - Unbreak - Update to 5.5 - Update patches to the new naming convention >How-To-Repeat: >Fix: --- logo.diff begins here --- diff -urP /usr/ports/lang/logo/Makefile ../logo/Makefile --- /usr/ports/lang/logo/Makefile Mon Oct 10 17:32:22 2005 +++ ../logo/Makefile Mon Oct 10 18:25:02 2005 @@ -6,17 +6,14 @@ # PORTNAME= ucblogo -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= lang -MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/ucblogo/ +MASTER_SITES= http://www.cs.berkeley.edu/~bh/downloads/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Brian Harvey's logo language interpreter -BROKEN= "5.4 fails to fetch, latest version is 5.5" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-09 - .if defined(EMACS_LOGO_MODE) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs .endif @@ -27,6 +24,7 @@ ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT} .endif +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes MAKEFILE= makefile HAS_CONFIGURE= yes diff -urP /usr/ports/lang/logo/distinfo ../logo/distinfo --- /usr/ports/lang/logo/distinfo Sat Feb 26 03:30:37 2005 +++ ../logo/distinfo Mon Oct 10 18:08:10 2005 @@ -1,2 +1,2 @@ -MD5 (ucblogo-5.4.tar.gz) = d0617473e165ad19d3157d9e867e2f8d -SIZE (ucblogo-5.4.tar.gz) = 1262512 +MD5 (ucblogo.tar.gz) = caf68577630645718492fd7d10fd4927 +SIZE (ucblogo.tar.gz) = 1290273 Only in /usr/ports/lang/logo/files: patch-ac diff -urP /usr/ports/lang/logo/files/patch-docs-makefile ../logo/files/patch-docs-makefile --- /usr/ports/lang/logo/files/patch-docs-makefile Thu Jan 1 01:00:00 1970 +++ ../logo/files/patch-docs-makefile Mon Oct 10 18:12:58 2005 @@ -0,0 +1,9 @@ +--- docs/makefile.orig Tue Nov 30 16:57:46 2004 ++++ docs/makefile Mon Oct 10 18:12:01 2005 +@@ -1,6 +1,4 @@ + BUILDIR = `pwd` +-INFODIR = $(prefix)/info +-DOCSDIR = $(LIBLOC)/docs + HTMLDIR = $(DOCSDIR)/html + + all: usermanual.ps usermanual.pdf html/usermanual_1.html ucblogo.info Only in /usr/ports/lang/logo/files: patch-docs::makefile diff -urP /usr/ports/lang/logo/files/patch-emacs-makefile ../logo/files/patch-emacs-makefile --- /usr/ports/lang/logo/files/patch-emacs-makefile Thu Jan 1 01:00:00 1970 +++ ../logo/files/patch-emacs-makefile Mon Oct 10 18:16:16 2005 @@ -0,0 +1,19 @@ +--- emacs/makefile.orig Sun Nov 28 22:09:22 2004 ++++ emacs/makefile Mon Oct 10 18:15:03 2005 +@@ -1,6 +1,6 @@ + BUILDIR = `pwd` + EMACSDIR = $(LIBLOC)/emacs +-INFODIR = $(prefix)/info ++INFODIR = $(PREFIX)/info + LOADPATH = $(subst X,$(EMACSDIR),(setq load-path (cons "\"X\"" load-path))) + LOGOBIN = $(subst X,$(BINDIR),(setq logo-binary-name \"X/logo\")) + INFOPATH = $(subst X,$(INFODIR),(setq logo-info-file \"X/ucblogo.info\")) +@@ -39,7 +39,7 @@ + -rm -f e.* + -rm -f add.user install-logo-mode dot.emacs dot.loops *.elc + +-install: all ++install-emacs: all + for d in $(EMACSDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done + cp -f logo.* $(EMACSDIR)/. + cp -f letrec.* $(EMACSDIR)/. Only in /usr/ports/lang/logo/files: patch-emacs::makefile diff -urP /usr/ports/lang/logo/files/patch-makefile.in ../logo/files/patch-makefile.in --- /usr/ports/lang/logo/files/patch-makefile.in Thu Jan 1 01:00:00 1970 +++ ../logo/files/patch-makefile.in Mon Oct 10 18:23:39 2005 @@ -0,0 +1,24 @@ +--- makefile.in.orig Tue Nov 30 17:11:07 2004 ++++ makefile.in Mon Oct 10 18:20:37 2005 +@@ -2,9 +2,9 @@ + CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@ -O0 + LDFLAGS = @LDFLAGS@ + LIBS = @X_PRE_LIBS@ @X_LIBS@ @LIBS@ @X_EXTRA_LIBS@ +-prefix = @prefix@ +-BINDIR = $(prefix)/bin +-LIBLOC = $(prefix)/lib/logo ++BINDIR = $(PREFIX)/bin ++LIBLOC = $(PREFIX)/lib/logo ++XMPDIR = $(PREFIX)/share/examples/logo + MAKE = @MAKE@ + + # LIBLOC = `pwd` +@@ -19,7 +19,7 @@ + + HDRS = globals.h logo.h xgraphics.h + +-all: logo logolib/Messages helpfiles helpfiles/HELPCONTENTS logo-mode make-docs ++all: logo logolib/Messages helpfiles helpfiles/HELPCONTENTS + + mem.o: mem.c + $(CC) $(CFLAGS) -O0 -c mem.c diff -urP /usr/ports/lang/logo/pkg-plist ../logo/pkg-plist --- /usr/ports/lang/logo/pkg-plist Sat Feb 26 03:30:39 2005 +++ ../logo/pkg-plist Mon Oct 10 18:31:24 2005 @@ -36,6 +36,8 @@ lib/logo/helpfiles/butfirst lib/logo/helpfiles/butfirsts lib/logo/helpfiles/butlast +lib/logo/helpfiles/button +lib/logo/helpfiles/buttonp lib/logo/helpfiles/bye lib/logo/helpfiles/cascade lib/logo/helpfiles/case @@ -158,6 +160,8 @@ lib/logo/helpfiles/local lib/logo/helpfiles/localmake lib/logo/helpfiles/log10 +lib/logo/helpfiles/logoplatform +lib/logo/helpfiles/logoversion lib/logo/helpfiles/lowercase lib/logo/helpfiles/lput lib/logo/helpfiles/lshift @@ -174,6 +178,7 @@ lib/logo/helpfiles/memberp lib/logo/helpfiles/minus lib/logo/helpfiles/modulo +lib/logo/helpfiles/mousepos lib/logo/helpfiles/name lib/logo/helpfiles/namelist lib/logo/helpfiles/namep @@ -233,6 +238,7 @@ lib/logo/helpfiles/primitives lib/logo/helpfiles/print lib/logo/helpfiles/printdepthlimit +lib/logo/helpfiles/printout lib/logo/helpfiles/printwidthlimit lib/logo/helpfiles/procedurep lib/logo/helpfiles/procedures @@ -405,6 +411,7 @@ lib/logo/logolib/invoke lib/logo/logolib/iseq lib/logo/logolib/localmake +lib/logo/logolib/logo-logo lib/logo/logolib/macroexpand lib/logo/logolib/map lib/logo/logolib/map.se @@ -443,14 +450,18 @@ lib/logo/logolib/ycor %%EXAMPLESDIR%%/csls/algs %%EXAMPLESDIR%%/csls/basic +%%EXAMPLESDIR%%/csls/buttons %%EXAMPLESDIR%%/csls/cards %%EXAMPLESDIR%%/csls/crypto %%EXAMPLESDIR%%/csls/diff %%EXAMPLESDIR%%/csls/doctor +%%EXAMPLESDIR%%/csls/dotgame %%EXAMPLESDIR%%/csls/format %%EXAMPLESDIR%%/csls/fsm +%%EXAMPLESDIR%%/csls/master %%EXAMPLESDIR%%/csls/match %%EXAMPLESDIR%%/csls/math +%%EXAMPLESDIR%%/csls/mines %%EXAMPLESDIR%%/csls/multi %%EXAMPLESDIR%%/csls/pascal %%EXAMPLESDIR%%/csls/playfair @@ -459,6 +470,7 @@ %%EXAMPLESDIR%%/csls/pour %%EXAMPLESDIR%%/csls/psort %%EXAMPLESDIR%%/csls/solitaire +%%EXAMPLESDIR%%/csls/streams %%EXAMPLESDIR%%/csls/student %%EXAMPLESDIR%%/csls/tower %%EXAMPLESDIR%%/csls/ttt --- logo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051010164709.C96A39975AD>