summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2012-03-07 15:07:23 +0000
committerhe <he@pkgsrc.org>2012-03-07 15:07:23 +0000
commit8d1a7892c8d25f36b410ed4dbf9da879bb581433 (patch)
tree3d11e7beda1cdc4bddf06394cca89aae1ef6a5d3
parent14a5e58e07af93840ced5348a5fc1558cb22e444 (diff)
downloadpkgsrc-8d1a7892c8d25f36b410ed4dbf9da879bb581433.tar.gz
Remove patch-bo, which is indirectly responsible for placing
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/, creating another instance of "the pixman problem" when trying to build this package on NetBSD 5.1. It appears that some other part of the makefile setup for OpenOffice3 is now responsible for inserting the appropriate -Wl,-R/usr/X11R7/lib into the linker line. The resulting package has been verify to build and start up, and fixes PR#46131. Bump pkgrevision.
-rw-r--r--misc/openoffice3/Makefile4
-rw-r--r--misc/openoffice3/patches/patch-bo13
2 files changed, 2 insertions, 15 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile
index 6e7de4a1126..183977fecc5 100644
--- a/misc/openoffice3/Makefile
+++ b/misc/openoffice3/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.64 2012/03/06 17:38:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.65 2012/03/07 15:07:23 he Exp $
OO_VER= 3.1.1
OO_TAG= OOO310_m19
DISTNAME= openoffice-${OO_VER}
PKGNAME= openoffice3-${OO_VER}
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/}
DIST_SUBDIR= ${DISTNAME}
diff --git a/misc/openoffice3/patches/patch-bo b/misc/openoffice3/patches/patch-bo
deleted file mode 100644
index 48f30eb2653..00000000000
--- a/misc/openoffice3/patches/patch-bo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bo,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
-
---- extensions/source/plugin/unx/makefile.mk.orig 2006-12-01 23:19:00.000000000 +0900
-+++ extensions/source/plugin/unx/makefile.mk 2007-04-01 22:05:33.000000000 +0900
-@@ -81,7 +81,7 @@
- APP1STDLIBS+=-lXaw
- .ENDIF
- .IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
--APP1STDLIBS+= -lXt -lXext -lX11
-+APP1STDLIBS+=$(X11_LDFLAGS) -lXt -lXext -lX11
- .ELSE
- APP1STDLIBS+= -lXt -lXext -lX11 -ldl
- .ENDIF