pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(devel/flim) SUBST for string-to-int to string-to-number no longer necessary



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Oct 16 20:42:48 2020 +0900
Changeset:	9f897b144410ae540a86035224132db130caea57

Modified Files:
	flim/Makefile

Log Message:
(devel/flim) SUBST for string-to-int to string-to-number no longer necessary

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f897b144410ae540a86035224132db130caea57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flim/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diffs:
diff --git a/flim/Makefile b/flim/Makefile
index 1fa4ac6c05..865ab394ba 100644
--- a/flim/Makefile
+++ b/flim/Makefile
@@ -35,14 +35,6 @@ MAKEFLAGS.xemacs+=	XEMACS=${EMACS_BIN} \
 EMACS_MODULES=		base
 EMACS_BUILDLINK=	# empty
 
-# string-to-int to string-to-number
-SUBST_CLASSES+=		s2i
-SUBST_MESSAGE.s2i=	string-to-int is an obsolete function; use `string-to-number' instead
-SUBST_STAGE.s2i=	post-patch
-SUBST_FILES.s2i=	mime-parse.el
-SUBST_SED.s2i=		-e s/string-to-int/string-to-number/g
-
-
 post-build:
 	cd ${WRKSRC}; for i in mime-en mime-ja; do			\
 		${RM} -f $${i}.info*;					\


Home | Main Index | Thread Index | Old Index