dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]pnetlib and netbsd


From: pancake
Subject: [DotGNU]pnetlib and netbsd
Date: Wed, 29 Oct 2003 20:18:53 +0100

I sent two patches that was not applied on the pnetlib src :/ (two months 
before)...

Now I released the entire dotgnu in pkgsrc. but i have to write 3 patches and 
one "tip" to get it working on NetBSD. Take a look and hope that I dont' have 
to repeat more times this tip.

$NetBSD$

--- csunit/Makefile.in.orig     2003-07-18 18:35:03.000000000 +0000
+++ csunit/Makefile.in  2003-07-18 18:35:31.000000000 +0000
@@ -216,7 +216,7 @@
        $(INSTALL_DATA) cstest.dll $(DESTDIR)$(libdir)/cscc/lib/cstest.dll
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        $(INSTALL_PROGRAM) csunit.exe $(DESTDIR)$(bindir)/csunit.exe
-       $(INSTALL_PROGRAM) $(srcdir)/csunit-run.sh $(DESTDIR)$(bindir)/csunit
+       $(INSTALL_SCRIPT) $(srcdir)/csunit-run.sh $(DESTDIR)$(bindir)/csunit
 
 uninstall-local:
        @$(NORMALL_UNINSTALL)


When we install a script we must use "INSTALL_SCRIPT" instead of 
INSTALL_PROGRAM.

the tip is in Makefile...I cannot uncompress the pnetlib tarball using "pax" I 
have to use tar instead...I think that tarball was generated with any 
non-portable GNU extension of tar.

Nothing more.. :) dotgnu0.1 works on netbsd.

I could test in m68k...when I have free time :P

pop

-- 
Software is like violence. Is better if it's free.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]