Skip to content

Commit

Permalink
www/nginx-devel: simplify patching for the third-party gridfs module
Browse files Browse the repository at this point in the history
No functional changes.
  • Loading branch information
osokin committed Jun 19, 2022
1 parent 3bed76e commit 68c6f28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion www/nginx-devel/Makefile
Expand Up @@ -271,7 +271,7 @@ post-patch-FASTDFS-on:
${WRKSRC_fastdfs}/src/config

post-patch-GRIDFS-on:
@${REINPLACE_CMD} 's!%%LOCALBASE%%!${LOCALBASE}!g' \
@${REINPLACE_CMD} 's!\/usr!${LOCALBASE}!g' \
${WRKSRC_gridfs}/nginx-gridfs/config

post-patch-HTTP_AUTH_KRB5-on:
Expand Down
1 change: 0 additions & 1 deletion www/nginx-devel/Makefile.extmod
Expand Up @@ -78,7 +78,6 @@ FORMINPUT_GH_TUPLE= calio:form-input-nginx-module:v0.12:forminput
FORMINPUT_VARS= DSO_EXTMODS+=forminput

GRIDFS_GH_TUPLE= nieoding:nginx-gridfs:059bdc3:gridfs
GRIDFS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-gridfs-config
GRIDFS_LIB_DEPENDS= libbson-1.0.so:devel/libbson \
libmongoc-1.0.so:devel/mongo-c-driver
GRIDFS_VARS= DSO_EXTMODS+=gridfs GRIDFS_SUBDIR=/nginx-gridfs
Expand Down
13 changes: 0 additions & 13 deletions www/nginx-devel/files/extra-patch-nginx-gridfs-config

This file was deleted.

0 comments on commit 68c6f28

Please sign in to comment.