- add libexecinfo to lib_depends (no configure switch to disable it)
- while here: regen WANTLIB+PLIST and specify license marker
This commit is contained in:
parent
43a5d8b0d3
commit
8c490afa3d
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.23 2008/10/28 14:09:16 jasper Exp $
|
# $OpenBSD: Makefile,v 1.24 2008/11/19 14:12:41 ajacoutot Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
COMMENT= extremely lightweight and simple web browser for GNOME
|
COMMENT= extremely lightweight and simple web browser for GNOME
|
||||||
@ -6,12 +6,12 @@ COMMENT= extremely lightweight and simple web browser for GNOME
|
|||||||
M= 2.18
|
M= 2.18
|
||||||
V= 2.18.2
|
V= 2.18.2
|
||||||
DISTNAME= epiphany-${V}
|
DISTNAME= epiphany-${V}
|
||||||
PKGNAME= ${DISTNAME}p5
|
PKGNAME= ${DISTNAME}p6
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
HOMEPAGE= http://www.gnome.org/projects/epiphany/
|
HOMEPAGE= http://www.gnome.org/projects/epiphany/
|
||||||
|
|
||||||
# GPL
|
# GPLv2
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
@ -32,7 +32,8 @@ LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
|||||||
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
||||||
xulrunner/gtkembedmoz,xulrunner/mozjs,xulrunner/xpcom,xulrunner/xul:xulrunner->=1.8.1:devel/xulrunner \
|
xulrunner/gtkembedmoz,xulrunner/mozjs,xulrunner/xpcom,xulrunner/xul:xulrunner->=1.8.1:devel/xulrunner \
|
||||||
xml2.>=6.12::textproc/libxml \
|
xml2.>=6.12::textproc/libxml \
|
||||||
xslt.>=1::textproc/libxslt
|
xslt.>=1::textproc/libxslt \
|
||||||
|
execinfo::devel/libexecinfo
|
||||||
|
|
||||||
MODULES= devel/gettext
|
MODULES= devel/gettext
|
||||||
|
|
||||||
@ -42,11 +43,11 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
|
|||||||
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
|
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
|
||||||
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
||||||
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||||
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
|
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||||
m nspr4 pango-1.0 pangocairo-1.0 pangoft2-1.0 plc4 \
|
m nspr4 pango-1.0 pangocairo-1.0 pangoft2-1.0 plc4 \
|
||||||
plds4 png popt pthread ssl startup-notification-1 util z \
|
plds4 png popt pthread ssl startup-notification-1 util z \
|
||||||
freebl3 nss3 nssckbi smime3 softokn3 ssl3 \
|
freebl3 nss3 nssckbi smime3 softokn3 ssl3 \
|
||||||
Xcomposite Xdamage gailutil pcre
|
Xcomposite Xdamage gailutil pcre gio-2.0 pixman-1
|
||||||
|
|
||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--with-gecko=xulrunner \
|
|||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss -I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-Wl,-rpath-link,${LOCALBASE}/lib/ -Wl,-rpath-link,${X11BASE}/lib/ -L${LOCALBASE}/lib -lfreebl3 -lnss3 -lnssckbi -lsmime3 -lsoftokn3 -lssl3 -pthread -L${LOCALBASE}/xulrunner" \
|
LDFLAGS="-Wl,-rpath-link,${LOCALBASE}/lib/ -Wl,-rpath-link,${X11BASE}/lib/ -L${LOCALBASE}/lib -lfreebl3 -lnss3 -lnssckbi -lsmime3 -lsoftokn3 -lssl3 -pthread -lexecinfo -L${LOCALBASE}/xulrunner" \
|
||||||
HOME=/tmp
|
HOME=/tmp
|
||||||
|
|
||||||
SUBST_VARS+= M
|
SUBST_VARS+= M
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.8 2007/12/19 07:31:15 ajacoutot Exp $
|
@comment $OpenBSD: PLIST,v 1.9 2008/11/19 14:12:41 ajacoutot Exp $
|
||||||
bin/epiphany
|
@bin bin/epiphany
|
||||||
include/epiphany/
|
include/epiphany/
|
||||||
include/epiphany/${M}/
|
include/epiphany/${M}/
|
||||||
include/epiphany/${M}/epiphany/
|
include/epiphany/${M}/epiphany/
|
||||||
|
Loading…
Reference in New Issue
Block a user