Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2009 15:11:52 +0200 (CEST)
From:      Kai Wang <kaiwang27@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mutoh@openedu.org
Subject:   ports/133598: [PATCH] lang/squeak: Fix build
Message-ID:  <200904111311.n3BDBqx2058788@localhost.my.domain>
Resent-Message-ID: <200904111320.n3BDK2cw077907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133598
>Category:       ports
>Synopsis:       [PATCH] lang/squeak: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 11 13:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kai Wang
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD viskning 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Sat Apr  4 16:38:06 CEST
>Description:

- removed the patch for SqueakFFIPrims/Makefile.in: here ${LINK} is 'ar' not 'ld'.
- removed 'inline' in the declaration of mpeg3io_fgetc.


Added file(s):
- files/patch-platforms__Cross__plugins__Mpeg3Plugin__libmpeg__mpeg3io.h

Removed file(s):
- files/patch-platforms__unix__plugins__SqueakFFIPrims__Makefile.in

Port maintainer (mutoh@openedu.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- squeak-3.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/squeak/files/patch-platforms__Cross__plugins__Mpeg3Plugin__libmpeg__mpeg3io.h /usr/home/kaiw/squeak/files/patch-platforms__Cross__plugins__Mpeg3Plugin__libmpeg__mpeg3io.h
--- /usr/ports/lang/squeak/files/patch-platforms__Cross__plugins__Mpeg3Plugin__libmpeg__mpeg3io.h	1970-01-01 01:00:00.000000000 +0100
+++ /usr/home/kaiw/squeak/files/patch-platforms__Cross__plugins__Mpeg3Plugin__libmpeg__mpeg3io.h	2009-04-11 15:01:35.000000000 +0200
@@ -0,0 +1,11 @@
+--- platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h.orig	2006-04-15 01:17:20.000000000 +0200
++++ platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h	2009-04-11 14:54:38.000000000 +0200
+@@ -35,7 +35,7 @@
+ #endif
+ 
+ #define mpeg3io_total_bytes(fs) (((mpeg3_fs_t *)(fs))->total_bytes)
+-inline int mpeg3io_fgetc(mpeg3_fs_t *fs);
++int mpeg3io_fgetc(mpeg3_fs_t *fs);
+ 
+ static inline unsigned int mpeg3io_read_int32(mpeg3_fs_t *fs)
+ {
diff -ruN --exclude=CVS /usr/ports/lang/squeak/files/patch-platforms__unix__plugins__SqueakFFIPrims__Makefile.in /usr/home/kaiw/squeak/files/patch-platforms__unix__plugins__SqueakFFIPrims__Makefile.in
--- /usr/ports/lang/squeak/files/patch-platforms__unix__plugins__SqueakFFIPrims__Makefile.in	2008-08-25 23:04:41.000000000 +0200
+++ /usr/home/kaiw/squeak/files/patch-platforms__unix__plugins__SqueakFFIPrims__Makefile.in	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- platforms/unix/plugins/SqueakFFIPrims/Makefile.in.orig	Sun Mar 20 05:38:18 2005
-+++ platforms/unix/plugins/SqueakFFIPrims/Makefile.in	Sun Feb 26 00:08:03 2006
-@@ -14,7 +14,7 @@
- XINCLUDES	= [includes]
- 
- $(TARGET) : $(OBJS) Makefile
--	$(LINK) $(TARGET) $(OBJS)
-+	$(LINK) $(TARGET) $(OBJS) -lffi
- 	$(RANLIB) $(TARGET)
- 
- [make_targets]
--- squeak-3.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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