Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 1999 10:38:55 +0200
From:      Gianmarco Giovannelli <gmarco@giovannelli.it>
To:        ports@freebsd.org
Subject:   testing need on abs 0.6a
Message-ID:  <4.1.19990411102922.00a619a0@194.184.65.4>

next in thread | raw e-mail | index | archive | help
--=====================_96309811==_
Content-Type: text/plain; charset="us-ascii"


I have submitted some times ago a port for abs 0.5, a free spreadsheet with
intersting features.

Now version 0.6a is out and I have prepared a diff for the port 0.5 to
upgrade to this version.

On my box, 4.0-current, it compile and run fine.
The only strange things is it required gmake. With BSD make it exit with an
error:
cc -c  -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include   -c
wkb.c -o wkb.o
cc -c  -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include   -c
wkb_vb.c -o wkb_vb.o
cc -c  -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include   -c
wks.c -o wks.o
cc -c  -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include   -c
wks_vb.c -o wks_vb.o
cc -c  -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include   -c
xedit.c -o xedit.o
cd Xpm; make; cd ../TextField-1.0; make; cd ..
-p  > .y~.y
-p: not found
*** Error code 127

with gmake it receives the same error, but then continues and everything works.


The author has wrong something in the README file (he said I did a port for
NetBSD os).
I told him to correct it if possible but this can invalidate the md5
checksum. So I wait before send the pr.
Btw if there is some good guys that like to see if it compile and run on
his system here is the port (diffing from previous version in the ports
tree...)

 Please let me known...


--=====================_96309811==_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="abs06a.txt"

diff -ruN abs.old/#Makefile# abs/#Makefile#=0A--- abs.old/#Makefile#	Sun Apr=
 11 09:13:28 1999=0A+++ abs/#Makefile#	Thu Jan  1 01:00:00 1970=0A@@ -1,21=
 +0,0 @@=0A-# New ports collection makefile for:   abs=0A-# Version=
 required:    0.5=0A-# Date created:        20 January 1999=0A-# Whom:      =
          gmarco=0A-#=0A-# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve=
 Exp=
 $=0A-#=0A-=0A-DISTNAME=3D=
	abs-src-0.5=0A-PKGNAME=3D=
	abs-0.5=0A-CATEGORIES=3D=
	math=0A-MASTER_SITES=3D=
	http://www.ping.be/bertin/=0A-=0A-MAINTAINER=3D=
	freebsd@scotty.masternet.it=0A-=0A-USE_XLIB=3D=
	yes=0A-=0A-do-install:=0A-	${INSTALL_PROGRAM} ${WRKSRC}/abs=
 ${PREFIX}/bin=0A-=0A-.include <bsd.port.mk>=0Adiff -ruN abs.old/Makefile=
 abs/Makefile=0A--- abs.old/Makefile	Sun Apr 11 09:13:28 1999=0A+++=
 abs/Makefile	Sun Apr 11 10:06:23 1999=0A@@ -6,18 +6,29 @@=0A # $Id:=
 Makefile,v 1.2 1999/03/24 17:43:06 steve Exp $=0A #=0A=
 =0A-DISTNAME=3D=
	abs-src-0.5=0A-PKGNAME=3D=
	abs-0.5=0A+DISTNAME=3D	abs-src-0.6a=0A+PKGNAME=3D	abs-0.6=0A=
 CATEGORIES=3D=
	math=0A-MASTER_SITES=3D=
	http://www.ping.be/bertin/=0A+MASTER_SITES=3D	http://www.ping.be/bertin/=
 \=0A+		http://www.giovannelli.it/~gmarco/files/=0A =0A=
 MAINTAINER=3D	freebsd@scotty.masternet.it=0A =0A=
 LIB_DEPENDS=3D	Xpm.4:${PORTSDIR}/graphics/xpm=0A =0A USE_XLIB=3D=
	yes=0A+WRKSRC=3D         ${WRKDIR}/abs-src-0.6a/src=0A+USE_GMAKE=3D	yes=0A=
 =0A do-install:=0A 	${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin=0A=
 =0A+post-install:=0A+	@${ECHO} "For the changes from previous version=
 0.5"=0A+	@${ECHO} "you can read the NEWS file in=
 ${WRKDIR}/abs-src-0.6a"=0A+	@${ECHO} ""=0A+	@${ECHO} "There are also some=
 examples (not installed) in :"=0A+	@${ECHO}=
 "${WRKDIR}/abs-src-0.6a/Examples"=0A+	@${ECHO} ""=0A+	@${ECHO} ""=0A=
 .include <bsd.port.mk>=0Adiff -ruN abs.old/files/md5 abs/files/md5=0A---=
 abs.old/files/md5	Sun Apr 11 09:13:28 1999=0A+++ abs/files/md5	Sun Apr 11=
 09:14:06 1999=0A@@ -1 +1 @@=0A-MD5 (abs-src-0.5.tar.gz) =3D=
 ee3f6312009d76bac8fdb73c978511e8=0A+MD5 (abs-src-0.6a.tar.gz) =3D=
 9a7b6cb90c26385b749cbe16dedfb63e=0Adiff -ruN abs.old/patches/patch-aa=
 abs/patches/patch-aa=0A--- abs.old/patches/patch-aa	Sun Apr 11 09:13:28=
 1999=0A+++ abs/patches/patch-aa	Sun Apr 11 09:47:22 1999=0A@@ -1,25 +1,20=
 @@=0A---- Makefile.orig	Sun Dec 20 11:56:29 1998=0A-+++ Makefile	Mon Mar 22=
 20:05:40 1999=0A-@@ -1,10 +1,11 @@=0A- CURRENT_DIR =3D 	.=0A+---=
 Makefile.orig	Sun Apr 11 09:16:58 1999=0A++++ Makefile	Sun Apr 11 09:26:28=
 1999=0A+@@ -5,7 +5,7 @@=0A+ ### C Compiler=0A+ CC		=3D cc -c =0A+ /*CC		=3D=
 cc -c -Aa -D_HPUX_SOURCE*/=0A+-CFLAGS		=3D -I./pixmaps -I./Xpm=
 -I./TextField-1.0 -I/usr/contrib/X11R6/include=0A++CFLAGS		=3D -I./pixmaps=
 -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include=0A  =0A--SUBDIRS =3D	Xpm=
 TextField-1.0=0A-+SUBDIRS =3D	TextField-1.0=0A+ ### Fortran Compiler=0A+=
 FC		=3D xlf =0A+@@ -199,7 +199,7 @@=0A+ ### Program Libraries #=0A+=
 #######################=0A  =0A- MAKE =3D	make=0A+-LIBS		=3D -L /usr/lib =
 -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm=
 -lxpm ./TextField-1.0/*.o=0A++LIBS		=3D -L /usr/lib -L /usr/X11R6/lib -lXaw=
 -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lXpm ./TextField-1.0/*.o=0A  =0A--LIBS=
 =3D -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext=
 =0A-+CFLAGS+=3D-I$(X11BASE)/include=0A-+LIBS =3D -L /lib/X11 -L=
 /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm=0A  =0A- SRCS 	=3D=
	\=0A- 	applic.c \=0A-@@ -105,7 +106,7 @@=0A- 	$(MAKE) all); \=0A- 	fi \=0A-=
 	done=0A--	cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)=
 =0A-+	$(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) =0A- =0A-=
 clean::=0A- 	rm -f *.o */*.o */*.a=0A+ SUBDIRS		=3D 	cd Xpm; make; cd=
 ../TextField-1.0; make; cd ..=0Adiff -ruN abs.old/patches/patch-ab=
 abs/patches/patch-ab=0A--- abs.old/patches/patch-ab	Sun Apr 11 09:13:28=
 1999=0A+++ abs/patches/patch-ab	Sun Apr 11 09:47:30 1999=0A@@ -1,11 +1,11=
 @@=0A---- Xpm/Makefile.orig	Mon Jan 25 00:38:13 1999=0A-+++=
 Xpm/Makefile	Mon Jan 25 00:38:43 1999=0A-@@ -16,7 +16,7 @@=0A-=
 #################################=0A- ### C Compiler=0A- CC		=3D cc=
 =0A--CFLAGS		=3D  -O=0A-+CFLAGS		+=3D  -O -I$(X11BASE)/include=0A+---=
 TextField-1.0/Makefile.orig	Sun Apr 11 09:23:53 1999=0A++++=
 TextField-1.0/Makefile	Sun Apr 11 09:24:09 1999=0A+@@ -1,7 +1,7 @@=0A+ #=
 Makefile for widget demo programs=0A  =0A- ### C++ Compiler=0A- CCC		=3D=
 xlC =0A+ ATHENALIBS =3D -lXaw -lXmu -lXt -lX11 -lm=0A+-CFLAGS =3D=
 $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include =0A++CFLAGS =3D=
 $(DEFINES) $(CDEBUGFLAGS) -I/usr/X11R6/include =0A+ CDEBUGFLAGS =3D=0A+=
 DEFINES =3D=0A+ RM =3D rm -f=0Adiff -ruN abs.old/patches/patch-ac=
 abs/patches/patch-ac=0A--- abs.old/patches/patch-ac	Sun Apr 11 09:13:28=
 1999=0A+++ abs/patches/patch-ac	Thu Jan  1 01:00:00 1970=0A@@ -1,14 +0,0=
 @@=0A---- TextField-1.0/Makefile.orig	Mon Jan 25 00:39:18 1999=0A-+++=
 TextField-1.0/Makefile	Mon Jan 25 00:40:01 1999=0A-@@ -1,9 +1,9 @@=0A- #=
 Makefile for widget demo programs=0A- =0A- ATHENALIBS =3D -lXaw -lXmu -lXt=
 -lX11 -lm=0A--CFLAGS =3D $(DEFINES) $(CDEBUGFLAGS)=0A-+CFLAGS +=3D=
 $(DEFINES) $(CDEBUGFLAGS)=0A- CDEBUGFLAGS =3D=0A--DEFINES =3D=0A-+DEFINES =
=3D -I$(X11BASE)/include=0A- RM =3D rm -f=0A- =0A- WIDGET =3D TextField=0Adi=
ff -ruN abs.old/pkg/DESCR abs/pkg/DESCR=0A--- abs.old/pkg/DESCR	Sun Apr 11=
 09:13:28 1999=0A+++ abs/pkg/DESCR	Sun Apr 11 10:04:02 1999=0A@@ -2,7 +2,10=
 @@=0A It has a programming language with the same =0A syntax as Microsoft=
 Visual Basic. =0A =0A-http://www.ping.be/bertin/abs.shtml=0A =0A--=
 Gianmarco=0A-gmarco@giovannelli.it=0A+Author : Andre.Bertin@ping.be=0A+Home=
 Page: http://www.ping.be/bertin/abs.shtml=0A+Distfile:  abs-src-0.6a.tar.gz=
 (270 kb)	=0A+=0A+Ported to FreeBSD by:=0A+- Gianmarco Giovannelli (gmarco@g=
iovannelli.it)=0A
--=====================_96309811==_
Content-Type: text/plain; charset="us-ascii"


Best Regards,
Gianmarco Giovannelli ,  "Unix expert since yesterday"
http://www.giovannelli.it/~gmarco  
http://www2.masternet.it 



--=====================_96309811==_--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.1.19990411102922.00a619a0>