- patch icon paths in the html docs (it won't help unless you have latex2html
installed, which I won't add as a dependency just for this, but for people who already have it, it makes the docs look nicer). - install the sample features.conf which was @comment'ed.
This commit is contained in:
parent
03f62136bd
commit
8bb9d1d01a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.81 2010/04/14 08:23:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.82 2010/05/03 21:00:34 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
@ -6,7 +6,7 @@ COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
VER= 1.6.2.6
|
||||
# you can set PATCHVER=p0, p1 etc to bump everything,
|
||||
# this takes care of the subpackage/flavor maze
|
||||
PATCHVER= p2
|
||||
PATCHVER= p3
|
||||
CORESOUNDS= 1.4.17
|
||||
DISTNAME= asterisk-${VER:S/rc/-rc/}
|
||||
PKGNAME-main= asterisk-${VER}${PATCHVER}
|
||||
@ -216,6 +216,13 @@ EXAMPLEDIR= ${PREFIX}/share/examples/asterisk
|
||||
EXAMPLEFILES= extensions.ael extensions.conf logger.conf \
|
||||
modules.conf musiconhold.conf sip.conf voicemail.conf
|
||||
|
||||
# we don't really want to drag in TeX as a dependency, but at least
|
||||
# allow the icons in the HTML docs to work if you already have latex2html
|
||||
# installed.
|
||||
pre-configure:
|
||||
perl -pi -e 's,/usr/share/latex2html',${LOCALBASE}/share/latex2html,g' \
|
||||
${WRKSRC}/doc/tex/asterisk/*
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.27 2010/04/08 16:18:00 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.28 2010/05/03 21:00:34 sthen Exp $
|
||||
@conflict asterisk-sounds-<=1.2.1p2
|
||||
@conflict asterisk-ogg-*
|
||||
@conflict chan_unistim-*
|
||||
@ -1531,7 +1531,7 @@ share/examples/asterisk/default/extensions.ael
|
||||
share/examples/asterisk/default/extensions.conf
|
||||
share/examples/asterisk/default/extensions.lua
|
||||
share/examples/asterisk/default/extensions_minivm.conf
|
||||
@comment share/examples/asterisk/default/features.conf
|
||||
share/examples/asterisk/default/features.conf
|
||||
share/examples/asterisk/default/festival.conf
|
||||
share/examples/asterisk/default/followme.conf
|
||||
share/examples/asterisk/default/http.conf
|
||||
|
Loading…
Reference in New Issue
Block a user