1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Unbreak fetch by updating to 1.0.2.5

PR:		ports/58889
Submitted by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by:	adamw (mentor)
This commit is contained in:
Pav Lucistnik 2003-11-20 09:46:18 +00:00
parent 35151389d4
commit c6e34f10f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94447
6 changed files with 605 additions and 326 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= texmacs
PORTVERSION= 1.0.1.21
PORTVERSION= 1.0.2.5
CATEGORIES= editors print
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ \
ftp://ftp.texmacs.org/pub/TeXmacs/old-targz/
DISTNAME= TeXmacs-${PORTVERSION}-src
MAINTAINER= mainland@apeiron.net
COMMENT= "A free WYSIWYG scientific text editor."
BROKEN= "Does not fetch, will be removed after Feb 2"
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \
tex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX

View File

@ -1 +1 @@
MD5 (TeXmacs-1.0.1.21-src.tar.gz) = 9748d96ea941a4905e7ef99bc0661000
MD5 (TeXmacs-1.0.2.5-src.tar.gz) = 2ad5a0f7ea38934395e00e7bd65ff7cb

View File

@ -0,0 +1,11 @@
--- src/Guile/Scheme/object.hpp.orig Mon Nov 3 01:07:27 2003
+++ src/Guile/Scheme/object.hpp Mon Nov 3 01:06:19 2003
@@ -16,7 +16,7 @@
#include "path.hpp"
#include "command.hpp"
#include "url.hpp"
-#include <libguile.h>
+#include "libguile.h"
class object_rep: concrete_struct {
SCM handle;

View File

@ -0,0 +1,11 @@
--- src/Plugins/Freetype/tt_font.cpp.orig Tue Oct 28 11:00:51 2003
+++ src/Plugins/Freetype/tt_font.cpp Thu Nov 20 01:06:15 2003
@@ -167,7 +167,7 @@
E->y3= dy - hh;
E->x4= dx + ww;
E->y4= dy;
- T[i]= E;
+ memcpy(T[i], E, sizeof(E));
}
bmm= new bitmap_metric_rep (res_name, T, 0, 255);
bmf= new bitmap_font_rep (res_name, B, 0, 255);

View File

@ -0,0 +1,11 @@
--- src/common.makefile.in.orig Mon Nov 3 00:47:20 2003
+++ src/common.makefile.in Mon Nov 3 00:47:37 2003
@@ -224,7 +224,7 @@
cxx_flags = $(strip $(CXX) $(1) -c $< -o $@)
cxx_incl = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
- $(CPPFLAGS) $(CXXFLAGS))
+ $(CPPFLAGS) $(CXXFLAGS)$(CXXXWINDOW))
cxx_incl_sys = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
$(CPPFLAGS) $(DASH_I_DASH) $(2) $(CXXFLAGS))

File diff suppressed because it is too large Load Diff