head	1.3;
access;
symbols
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	mpxftp:1.1.1.1
	moxftp:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2003.11.08.06.07.39;	author kris;	state dead;
branches;
next	1.2;

1.2
date	2000.11.13.14.10.08;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	94.12.29.13.04.32;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.12.29.13.04.33;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@As announced on Aug 7, remove the forbidden moxftp port.
@
text
@--- popen.c.orig	Sat May 21 05:40:23 1994
+++ popen.c	Sat Nov 11 08:26:42 2000
@@@@ -117,11 +117,7 @@@@
 			}
 			(void) close(pdes[1]);
 		}
-#if defined(SVR4)||defined(HAVE_UNISTD_H)||!defined(BSD)
-		setpgrp();
-#else
 		setpgrp(0, getpid());
-#endif
 		execl("/bin/sh", "sh", "-c", program, NULL);
 		_exit(127);
 		/* NOTREACHED */
@


1.2
log
@- Fix MASTER_SITES
- Support CFLAGS propely

PR: 22813
Submitted by: Ports Fury
@
text
@@


1.1
log
@Initial revision
@
text
@d1 14
a14 16
*** popen.c.orig	Tue Dec 20 17:22:12 1994
--- popen.c	Tue Dec 20 17:22:51 1994
***************
*** 117,127 ****
  			}
  			(void) close(pdes[1]);
  		}
- #if defined(SVR4)||defined(HAVE_UNISTD_H)||!defined(BSD)
- 		setpgrp();
- #else
  		setpgrp(0, getpid());
- #endif
  		execl("/bin/sh", "sh", "-c", program, NULL);
  		_exit(127);
  		/* NOTREACHED */
--- 117,123 ----
@


1.1.1.1
log
@Janusz Kokot <janek@@gaja.ipan.lublin.pl> brings moxftp to the ports collection.
Submitted by:	janek
@
text
@@
