Wed Feb 28 21:03:06 2018 UTC ()
textproc/dict-server: dump pkgrevision due to ABI change in libmaa


(cheusov)
diff -r1.31 -r1.32 pkgsrc/textproc/dict-server/Makefile

cvs diff -r1.31 -r1.32 pkgsrc/textproc/dict-server/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/dict-server/Makefile 2013/07/12 10:45:03 1.31
+++ pkgsrc/textproc/dict-server/Makefile 2018/02/28 21:03:06 1.32
@@ -1,46 +1,46 @@ @@ -1,46 +1,46 @@
1# $NetBSD: Makefile,v 1.31 2013/07/12 10:45:03 jperkin Exp $ 1# $NetBSD: Makefile,v 1.32 2018/02/28 21:03:06 cheusov Exp $
2 2
3.include "../../textproc/dict-server/Makefile.common" 3.include "../../textproc/dict-server/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/dictd/dict-server/} 5PKGNAME= ${DISTNAME:S/dictd/dict-server/}
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= textproc 7CATEGORIES= textproc
8COMMENT= Dictionary Service Protocol server 8COMMENT= Dictionary Service Protocol server
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11.include "../../mk/bsd.prefs.mk" 11.include "../../mk/bsd.prefs.mk"
12 12
13USE_TOOLS+= gmake yacc lex m4:run 13USE_TOOLS+= gmake yacc lex m4:run
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --disable-plugin 17CONFIGURE_ARGS+= --disable-plugin
18CONFIGURE_ARGS+= --datadir=${PREFIX}/share/dictd 18CONFIGURE_ARGS+= --datadir=${PREFIX}/share/dictd
19 19
20BUILD_DEFS+= VARBASE 20BUILD_DEFS+= VARBASE
21MESSAGE_SUBST+= VARBASE="${VARBASE}" 21MESSAGE_SUBST+= VARBASE="${VARBASE}"
22MESSAGE_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}" 22MESSAGE_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}"
23FILES_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}" 23FILES_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}"
24 24
25DICTD_USER?= dictd 25DICTD_USER?= dictd
26.if ${OPSYS} == "Interix" 26.if ${OPSYS} == "Interix"
27DICTD_GROUP?= nogroup 27DICTD_GROUP?= nogroup
28.else 28.else
29DICTD_GROUP?= dictd 29DICTD_GROUP?= dictd
30.endif 30.endif
31 31
32PKG_GROUPS= ${DICTD_GROUP} 32PKG_GROUPS= ${DICTD_GROUP}
33PKG_USERS= ${DICTD_USER}:${DICTD_GROUP} 33PKG_USERS= ${DICTD_USER}:${DICTD_GROUP}
34PKG_GECOS.${DICTD_USER}= Dictionary\ protocol\ server\ user 34PKG_GECOS.${DICTD_USER}= Dictionary\ protocol\ server\ user
35#PKG_HOME.${DICT_USER}= /nonexistent 35#PKG_HOME.${DICT_USER}= /nonexistent
36#PKG_SHELL.${DICT_USER}= ${NOLOGIN} 36#PKG_SHELL.${DICT_USER}= ${NOLOGIN}
37 37
38RCD_SCRIPTS= dictd 38RCD_SCRIPTS= dictd
39 39
40# for -L /var/log/dictd/<filename_or_pattern> 40# for -L /var/log/dictd/<filename_or_pattern>
41OWN_DIRS_PERMS= ${VARBASE}/log/dictd dictd dictd 0750 41OWN_DIRS_PERMS= ${VARBASE}/log/dictd dictd dictd 0750
42 42
43BUILD_TARGET= dictd dictzip dictfmt 43BUILD_TARGET= dictd dictzip dictfmt
44 44
45INSTALL_TARGET= install.dictd install.dictzip install.dictfmt 45INSTALL_TARGET= install.dictd install.dictzip install.dictfmt
46 46