Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2004 10:50:33 +0400 (MSD)
From:      Sergey Akifyev <asa@gascom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org
Subject:   ports/71228: [maintainer] fix math/qalculate plist and reinstall
Message-ID:  <200409010650.i816oXVH022362@asa.gascom.net.ru>
Resent-Message-ID: <200409010700.i8170i9s004915@freefall.freebsd.org>

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

>Number:         71228
>Category:       ports
>Synopsis:       [maintainer] fix math/qalculate plist and reinstall
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 01 07:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Akifyev
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD asa.gascom.net.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Mon Apr 12 11:41:25 MSD 2004 asa@boulder-current.gascom.ru:/usr/src/sys/i386/compile/ASA i386

>Description:
1) fix plist: test builds show, that 0.6.3 configure fails to detect
gettext on 5x too :( So we need to temporarily disable translations for now...
2) reinstall didn't ever work, because of use of 'ln -s' instead
ln -sf for symlinking qalculate-gtk binary. That's what
'patch-src::Makefile.in' for
>How-To-Repeat:
>Fix:

--- qalculate.diff begins here ---
diff -ruN qalculate.orig/Makefile qalculate/Makefile
--- qalculate.orig/Makefile	Wed Sep  1 10:07:51 2004
+++ qalculate/Makefile	Wed Sep  1 10:12:12 2004
@@ -34,7 +34,7 @@
 # XXX configure script fails to detect gettext on FreeBSD 4.x with gcc 3.3
 PLIST_SUB+=	5X="@comment "
 .else
-PLIST_SUB+=	5X=""
+PLIST_SUB+=	5X="@comment "
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN qalculate.orig/files/patch-src::Makefile.in qalculate/files/patch-src::Makefile.in
--- qalculate.orig/files/patch-src::Makefile.in	Thu Jan  1 03:00:00 1970
+++ qalculate/files/patch-src::Makefile.in	Wed Sep  1 10:42:22 2004
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Wed Sep  1 10:41:43 2004
++++ src/Makefile.in	Wed Sep  1 10:41:50 2004
+@@ -110,7 +110,7 @@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
+-LN_S = @LN_S@
++LN_S = @LN_S@ -f
+ LTLIBOBJS = @LTLIBOBJS@
+ MAINT = @MAINT@
+ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
--- qalculate.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?200409010650.i816oXVH022362>