mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake. - Remove 7.x cruft. Submitted by: pointyhat via miwi
This commit is contained in:
parent
5e9abf64b7
commit
9b7a8fe71c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322722
@ -29,14 +29,8 @@ MAN1= markad.1
|
||||
|
||||
RESTRICTED= installs station logos
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
IGNORE= needs getline(3)
|
||||
.endif
|
||||
|
||||
# for libexecinfo: (so that __builtin_frame_address() finds the top
|
||||
# of the stack)
|
||||
.if ${ARCH} == "amd64"
|
||||
@ -53,4 +47,4 @@ post-install: post-install-pluginlocales
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -29,10 +29,10 @@ PORTEXAMPLES= xine
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WRKSRC= ${WRKDIR}/vdr-${PLUGIN}
|
||||
|
||||
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
||||
|
||||
OPTIONS_DEFINE= LIBBLURAY LIBEXTRACTOR
|
||||
|
||||
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBEXTRACTOR}
|
||||
|
@ -22,10 +22,9 @@ DVBPATCH_DESC= DVB audio patch for some countries
|
||||
STB0899_SIGNAL_DESC= STB0899 signal strength patch
|
||||
OPTIONS_DEFAULT= IPTVPATCH TTXPATCH
|
||||
|
||||
USES= pkgconfig gettext iconv
|
||||
USES= pkgconfig gettext iconv gmake
|
||||
DIST_SUBDIR= vdr
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
PORTDOCS= COPYING INSTALL MANUAL README HISTORY
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAN1= vdr.1
|
||||
|
@ -10,8 +10,7 @@ RUN_DEPENDS+= vdr:${PORTSDIR}/multimedia/vdr
|
||||
APIVERSION= 1.7.29
|
||||
DIST_SUBDIR= vdr
|
||||
PATCH_SUBDIR= vdr
|
||||
USE_GMAKE= yes
|
||||
USES+= gettext
|
||||
USES+= gettext gmake
|
||||
VDRDIR= ${LOCALBASE}/include/vdr
|
||||
VDRINCDIR= ${LOCALBASE}/include
|
||||
USE_CSTD?= gnu89
|
||||
|
Loading…
Reference in New Issue
Block a user