adapt from mozilla-firefox: use system libm

This commit is contained in:
martynas 2008-08-23 22:07:03 +00:00
parent 8d5462d323
commit 77b98f37ae
5 changed files with 28 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2008/07/21 19:19:06 martynas Exp $
# $OpenBSD: Makefile,v 1.26 2008/08/23 22:07:03 martynas Exp $
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
@ -8,8 +8,8 @@ COMMENT-devel= devel files for Gecko
VER= 1.8.1.16
DISTNAME= mozilla
PKGNAME= xulrunner-${VER}
PKGNAME-main= xulrunner-${VER}p0
PKGNAME-devel= xulrunner-devel-${VER}p0
PKGNAME-main= xulrunner-${VER}p1
PKGNAME-devel= xulrunner-devel-${VER}p1
SO_VERSION= 2.0
# NOTE: Must bump minor version if any shlib's are removed from the
# components dir to avoid pkg_add -r issues.

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/23 22:07:03 martynas Exp $
--- js/Makefile.in.orig Thu Aug 21 21:23:03 2008
+++ js/Makefile.in Thu Aug 21 21:24:19 2008
@@ -61,6 +61,6 @@ include $(DEPTH)/config/autoconf.mk
# See top-level makefile for details
#
-DIRS = src/fdlibm src
+DIRS = src
include $(topsrcdir)/config/rules.mk

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-devel,v 1.6 2008/07/05 16:00:29 martynas Exp $
@comment $OpenBSD: PLIST-devel,v 1.7 2008/08/23 22:07:03 martynas Exp $
@conflict xulrunner-<1.8.0.4p0
lib/pkgconfig/
lib/pkgconfig/xulrunner-gtkmozembed.pc
@ -1878,7 +1878,6 @@ xulrunner/include/java/typedefs.h
xulrunner/include/java/typedefs_md.h
xulrunner/include/java/zip.h
xulrunner/include/js/
xulrunner/include/js/fdlibm.h
xulrunner/include/js/js.msg
xulrunner/include/js/jsapi.h
xulrunner/include/js/jsarena.h

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2008/07/25 17:41:06 martynas Exp $
# $OpenBSD: Makefile,v 1.73 2008/08/23 22:07:03 martynas Exp $
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's mail component
VER= 2.0.0.16
DISTNAME= mozilla
PKGNAME= mozilla-thunderbird-${VER}p0
PKGNAME= mozilla-thunderbird-${VER}p1
SO_VERSION= 13.0
# NOTE: Must bump minor version if any shlib's are removed from the
# components dir to avoid pkg_add -r issues. Whenever PKGNAME gets

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/23 22:07:03 martynas Exp $
--- js/Makefile.in.orig Thu Aug 21 19:09:03 2008
+++ js/Makefile.in Thu Aug 21 21:20:54 2008
@@ -61,6 +61,6 @@ include $(DEPTH)/config/autoconf.mk
# See top-level makefile for details
#
-DIRS = src/fdlibm src
+DIRS = src
include $(topsrcdir)/config/rules.mk