View | Details | Raw Unified | Return to bug 95028
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	bioapi
8
PORTNAME=	bioapi
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.2.2
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	security
11
CATEGORIES=	security
12
MASTER_SITES=	http://www.qrivy.net/~michael/blua/bioapi/ \
12
MASTER_SITES=	http://www.qrivy.net/~michael/blua/bioapi/ \
13
		http://shapeshifter.se/pub/bioapi/
13
		http://shapeshifter.se/pub/bioapi/
(-)files/patch-apps-mod_install-install.c (-1 / +12 lines)
Lines 1-5 Link Here
1
--- apps/mod_install/install.c	Wed Jun  8 02:51:04 2005
1
--- apps/mod_install/install.c	Wed Jun  8 02:51:04 2005
2
+++ apps/mod_install/install.c	Fri Nov 25 18:08:54 2005
2
+++ apps/mod_install/install.c	Tue Mar 28 08:59:05 2006
3
@@ -370,8 +370,13 @@
3
@@ -370,8 +370,13 @@
4
 #if defined (LINUX) || defined (SOLARIS)
4
 #if defined (LINUX) || defined (SOLARIS)
5
   if ( ( Action == INSTALL_ACTION_INSTALL ) || ( Action == INSTALL_ACTION_REFRESH ) )
5
   if ( ( Action == INSTALL_ACTION_INSTALL ) || ( Action == INSTALL_ACTION_REFRESH ) )
Lines 16-18 Link Here
16
   }
16
   }
17
   if ( Action == INSTALL_ACTION_UNINSTALL )
17
   if ( Action == INSTALL_ACTION_UNINSTALL )
18
   {
18
   {
19
@@ -496,10 +501,6 @@
20
 							}
21
 							else if ( Action == INSTALL_ACTION_UNINSTALL )
22
 							{
23
-/* Linux-Port: Added the Linux branch */
24
-#if defined (LINUX) || defined (SOLARIS)
25
-								DeleteFile(szDstPath);
26
-#endif
27
 								printf( "Module uninstalled successfully.\n" );
28
 							}
29
 							else if ( Action == INSTALL_ACTION_REFRESH )

Return to bug 95028