head	1.5;
access;
symbols
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	old_RELEASE_4_6_0:1.3
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.3
	old_RELEASE_4_4_0:1.3
	old_RELEASE_4_3_0:1.3
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.3
	old_RELEASE_3_4_0:1.3
	old_RELEASE_3_3_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2009.02.07.20.44.18;	author olgeni;	state dead;
branches;
next	1.4;

1.4
date	2003.01.02.17.58.25;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	99.07.19.20.36.41;	author andreas;	state Exp;
branches;
next	1.2;

1.2
date	99.07.19.20.21.14;	author andreas;	state Exp;
branches;
next	1.1;

1.1
date	99.05.31.05.08.14;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to version 1.5 using code from archivers/star-devel; also install srmt and tartest.
@
text
@--- RULES/i386-freebsd-cc.rul.orig	Wed Oct 16 05:43:39 2002
+++ RULES/i386-freebsd-cc.rul	Tue Nov 26 03:09:44 2002
@@@@ -24,7 +24,7 @@@@
 ###########################################################################
 
 CPPFLAGS=	$(CPPOPTS) $(CPPOPTX)
-CFLAGS=		$(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
+CFLAGS+=	-static $(COPTS) $(CWARNOPTS) $(COPTX)
 
 CPPOPTS=	-I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
 COPTS=
@@@@ -47,7 +47,7 @@@@
 
 LIBS_PATH=	-L$(OLIBSDIR)
 
-LDFLAGS=	$(LDOPTS) $(LDOPTX)
+LDFLAGS+=	-static $(LDOPTS) $(LDOPTX)
 LDLIBS=		$(LIBS) $(LIBX)
 
 #LDOPTS=		$(LIBS_PATH) $(LDPATH) $(RUNPATH)
@@@@ -57,14 +57,14 @@@@
 
 FLOAT_OPTIONS=	
 
-CC=		@@echo "	==> COMPILING \"$@@\""; gcc
-LDCC=		@@echo "	==> LINKING \"$@@\""; gcc
-DYNLD=		@@echo "	==> LINKING dynamic library \"$@@\""; gcc
+CC=		@@echo "	==> COMPILING \"$@@\""; ${CCOM}
+LDCC=		@@echo "	==> LINKING \"$@@\""; ${CCOM}
+DYNLD=		@@echo "	==> LINKING dynamic library \"$@@\""; ${CCOM}
 RANLIB=		@@echo "	==> RANDOMIZING ARCHIVE \"$@@\""; ranlib
 ARFLAGS=	cr
 LORDER=		lorder
 TSORT=		tsort
 
 RMDEP=		:
-MKDEP=		@@echo "	==> MAKING DEPENDENCIES \"$@@\""; $(RMDEP); gcc -M
+MKDEP=		@@echo "	==> MAKING DEPENDENCIES \"$@@\""; $(RMDEP); ${CCOM} -M
 MKDEP_OUT=
@


1.4
log
@upgrade to 1.4.2

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


1.3
log
@link it statically...
changed installation path from ${PREFIX}/bin to ${PREFIX}/sbin

noticed, that ${PREFIX}/sbin is populated by dynamically linked
programs... Wasn't the intention of sbin directories, to include
statically linked programs ? Or is this degenerated, because it's
ports here and the only statically linked programs reside on
the root filesystem in /sbin ???
@
text
@d1 2
a2 2
--- RULES/i386-freebsd-cc.rul.orig	Thu May  6 02:48:51 1999
+++ RULES/i386-freebsd-cc.rul	Thu May  6 02:50:11 1999
d7 1
a7 1
-CFLAGS=		$(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
d37 2
a38 2
-MKDEP=		@@echo "	==> MAKE DEPENDENCIES \"$@@\""; $(RMDEP); gcc -M
+MKDEP=		@@echo "	==> MAKE DEPENDENCIES \"$@@\""; $(RMDEP); ${CCOM} -M
@


1.2
log
@Committ rest of changes, Steve already fixed ALPHA part

PR:		closes 11717
Submitted by:	Christian Weisgerber <naddy@@mips.rhein-neckar.de>
@
text
@d8 1
a8 1
+CFLAGS+=	$(COPTS) $(CWARNOPTS) $(COPTX)
d17 1
a17 1
+LDFLAGS+=	$(LDOPTS) $(LDOPTX)
@


1.1
log
@Fix build for Alpha.
@
text
@d1 39
a39 11
--- include/standard.h.orig	Sun May 30 23:20:26 1999
+++ include/standard.h	Sun May 30 23:21:25 1999
@@@@ -182,7 +182,7 @@@@
 extern	int	wait_chld __PR((int));
 extern	int	geterrno __PR((void));
 extern	void	raisecond __PR((const char *, long));
-extern	int	snprintf __PR((char *, unsigned, const char *, ...));
+/*extern	int	snprintf __PR((char *, unsigned, const char *, ...)); */
 /*extern	int	sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
 extern	char	*strcatl __PR((char *, ...));
 extern	int	streql __PR((const char *, const char *));
@

