mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Fix package build on systems not having Mozilla.
- Update to 0.4.7c, the latest bugfix release. Spotted by: kris Analyzed by: steve@stevenwills.com Approved by: marcus (portmgr)
This commit is contained in:
parent
04380ca07d
commit
28f87dfdc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107784
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= liferea
|
||||
PORTVERSION= 0.4.7b
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.7c
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= liferea
|
||||
@ -15,6 +14,11 @@ MASTER_SITE_SUBDIR= liferea
|
||||
MAINTAINER= perky@FreeBSD.org
|
||||
COMMENT= Simple RSS/RDF feed reader
|
||||
|
||||
.ifdef WITH_MOZILLA
|
||||
BUILD_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
|
||||
RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \
|
||||
gnomevfs2
|
||||
@ -23,9 +27,19 @@ USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
.ifdef WITH_MOZILLA
|
||||
PLIST_SUB= MOZ=""
|
||||
.else
|
||||
PLIST_SUB= MOZ="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.ifdef WITH_MOZILLA
|
||||
${REINPLACE_CMD} -e 's,/usr/lib/moz,${X11BASE}/lib/moz,g' \
|
||||
${WRKSRC}/src/liferea
|
||||
.else
|
||||
${REINPLACE_CMD} -e 's,gtkmozembed,donttrythis,g' \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (liferea-0.4.7b.tar.gz) = 254acfd0a469a532a264d5e2d181b219
|
||||
SIZE (liferea-0.4.7b.tar.gz) = 648421
|
||||
MD5 (liferea-0.4.7c.tar.gz) = 0d55ff698e7bebc82d48fb2434bc10a0
|
||||
SIZE (liferea-0.4.7c.tar.gz) = 640191
|
||||
|
@ -3,9 +3,9 @@ bin/liferea-bin
|
||||
lib/liferea/liblihtmlg.la
|
||||
lib/liferea/liblihtmlg.so
|
||||
lib/liferea/liblihtmlg.so.0
|
||||
lib/liferea/liblihtmlm.la
|
||||
lib/liferea/liblihtmlm.so
|
||||
lib/liferea/liblihtmlm.so.0
|
||||
%%MOZ%%lib/liferea/liblihtmlm.la
|
||||
%%MOZ%%lib/liferea/liblihtmlm.so
|
||||
%%MOZ%%lib/liferea/liblihtmlm.so.0
|
||||
lib/liferea/liblihtmlt.la
|
||||
lib/liferea/liblihtmlt.so
|
||||
lib/liferea/liblihtmlt.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user