update to 2.9.2; no reply from maintainer.
talked with pvalchev@.
This commit is contained in:
parent
520efe1fdd
commit
5e74d3690c
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2003/10/06 15:59:13 fgsch Exp $
|
# $OpenBSD: Makefile,v 1.6 2004/02/23 00:38:15 fgsch Exp $
|
||||||
|
|
||||||
COMMENT= "ICQ console client with encryption support"
|
COMMENT= "ICQ console client with encryption support"
|
||||||
|
|
||||||
DISTNAME= ysmv7_2_9_1
|
DISTNAME= ysmv7_2_9_2
|
||||||
PKGNAME= ${DISTNAME:S/_/-/:S/_/./g}
|
PKGNAME= ${DISTNAME:S/_/-/:S/_/./g}
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
@ -20,8 +20,6 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
EXTRACT_SUFX= .tgz
|
|
||||||
|
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
AUTOCONF_VERSION= 2.54
|
AUTOCONF_VERSION= 2.54
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (ysmv7_2_9_1.tgz) = ee44e8831d0ad60a35ec7ee403ace72c
|
MD5 (ysmv7_2_9_2.tar.gz) = 9d450772f121215e814ec3564dea6768
|
||||||
RMD160 (ysmv7_2_9_1.tgz) = 523b053eaf3cc88afe552bb8b3527f2dd576e8fd
|
RMD160 (ysmv7_2_9_2.tar.gz) = 82b1537074dd34177aefd82be89b6d76c2cbcfe3
|
||||||
SHA1 (ysmv7_2_9_1.tgz) = 1f0d262b781c0c38366584694f10e34bb086bd90
|
SHA1 (ysmv7_2_9_2.tar.gz) = d7a1a008bd07f7a562f42ee9d953b5e22d1b58a0
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-src_YSM_Win32_c,v 1.1 2003/10/06 15:59:13 fgsch Exp $
|
|
||||||
--- src/YSM_Win32.c.orig 2003-10-04 15:44:18.000000000 -0300
|
|
||||||
+++ src/YSM_Win32.c 2003-10-06 05:23:56.000000000 -0300
|
|
||||||
@@ -971,7 +971,7 @@ char pszNewWindowTitle[1024];
|
|
||||||
|
|
||||||
/* Ensure window title has been updated. */
|
|
||||||
Sleep(40);
|
|
||||||
-#else
|
|
||||||
+#elif !defined(__OpenBSD__)
|
|
||||||
printf( "%c]0;%s%c", '\033', pszNewWindowTitle, '\007' );
|
|
||||||
#endif
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-src_YSM_Wrappers_c,v 1.1 2003/10/06 15:59:13 fgsch Exp $
|
|
||||||
--- src/YSM_Wrappers.c.orig 2003-10-04 15:44:18.000000000 -0300
|
|
||||||
+++ src/YSM_Wrappers.c 2003-10-06 05:23:56.000000000 -0300
|
|
||||||
@@ -307,7 +307,7 @@ YSM_Exit( int32_t status, int8_t ask )
|
|
||||||
0,
|
|
||||||
NULL );
|
|
||||||
|
|
||||||
-#ifndef WIN32
|
|
||||||
+#if !defined(WIN32) && !defined(__OpenBSD__)
|
|
||||||
/* Clear the terminal title */
|
|
||||||
printf( "%c]0;%c", '\033', '\007' );
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user