editors/xemacs21: do not include OSREV in host architecture
     
This eliminates the need for PLIST changes whenever OSREV is incremented.

ok?
 
M  editors/xemacs21/Makefile.inc     |  2+  1-
M  editors/xemacs21/stable/Makefile  |  1+  1-

2 files changed, 3 insertions(+), 2 deletions(-)

diff dfa06182e5e14fa11b2681fde017a1af9a6dfcb1 
69e8c54a882b76665f0316c0b26b5bb66fe2edea
commit - dfa06182e5e14fa11b2681fde017a1af9a6dfcb1
commit + 69e8c54a882b76665f0316c0b26b5bb66fe2edea
blob - ca9d9ea01b1a2e012f11f2d4546e217c25344cf8
blob + 4dcb9cd832b8940ef5319044bb31ce33d0609df5
--- editors/xemacs21/Makefile.inc
+++ editors/xemacs21/Makefile.inc
@@ -17,4 +17,5 @@ AUTOCONF_VERSION=2.13
 CONFIGURE_STYLE=autoconf old dest no-autoheader
 
 SUBST_VARS=    GCCARCH BRANCH VERSION
-GCCARCH=       ${MACHINE_ARCH}-unknown-openbsd${OSREV}
+# do not include OSREV
+GCCARCH=       ${MACHINE_ARCH}-unknown-openbsd
blob - 2e28b9d4eae28122fe8e4eb5c7d5be336ab47dca
blob + a6104a1cf6c7978580223c78abef51638de0ac82
--- editors/xemacs21/stable/Makefile
+++ editors/xemacs21/stable/Makefile
@@ -1,6 +1,6 @@
 BRANCH=                21.4
 VERSION=       22
-REVISION=      37
+REVISION=      38
 
 WANTLIB=       c m curses util
 

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to