Fixes due libxml++ update.
This commit is contained in:
parent
79a2c887bc
commit
e6c255b45b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93789
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= passepartout
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/
|
||||
|
||||
@ -40,7 +40,8 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC}/src/pptout -name *.cc \
|
||||
| grep -v -E 'pagesel|undodialog' \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|add_attribute|set_attribute|'
|
||||
| ${XARGS} ${REINPLACE_CMD} \
|
||||
-e 's|add_attribute|set_attribute|' \
|
||||
-e 's|add_content|add_child_text|'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user