head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.09.07.09.30.14;	author bapt;	state dead;
branches;
next	1.2;

1.2
date	2003.07.18.03.34.53;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.14.15.21.00;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.3
log
@2011-09-01 x11-wm/epiwm: Abandonware
2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN
2011-09-01 x11-toolkits/XawPlus: No more public distfiles
2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles
2011-09-01 x11/xvattr: No more public distfiles
2011-09-01 www/xitami: No more public distfiles
2011-09-01 www/webredirect: No more public distfiles
2011-09-01 www/webglimpse: No more public distfiles
2011-09-01 www/squishdot: No more public distfiles
2011-09-01 www/py-forgethtml: No more public distfiles
2011-09-01 www/mmosaic: No more public distfiles
2011-09-01 www/ljsm: No more public distfiles
2011-09-01 www/ljpms: No more public distfiles
2011-09-01 www/ashe: No more public distfiles
2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month
2011-09-01 textproc/carthage: No more public distfiles
@
text
@
$FreeBSD: ports/www/webredirect/files/patch-incu::Makefile,v 1.2 2003/07/18 03:34:53 leeym Exp $

--- incu/Makefile	2001/03/14 15:13:51	1.1
+++ incu/Makefile	2001/03/14 15:14:08
@@@@ -1,6 +1,6 @@@@
 SRC	= error.cc socket.cc log.cc system.cc time.cc pipe.cc
 OBJS	= ${SRC:.cc=.o}
-CXXFLAGS = -I. -pipe -g -Wall -O2
+CXXFLAGS += -I. -pipe -Wall
 RANLIB	= ranlib
 
 all: libincu.a depend.mk .cvsignore
@@@@ -9,7 +9,7 @@@@
 	rm -f ${OBJS}
 
 libincu.a: ${OBJS}
-	-rm $@@
+	rm -f $@@
 	${AR} cq $@@ ${OBJS} ${ARADD}
 	${RANLIB} $@@
 
@


1.2
log
@unbreak webredirect and update to webredirect-0.3

PR:		54581
Submitted by:	Rasmus Kaj <kaj@@e.kth.se>
@
text
@d2 1
a2 1
$FreeBSD: ports/www/webredirect/files/patch-incu::Makefile,v 1.1 2001/03/14 15:21:00 sobomax Exp $
@


1.1
log
@o Fix a breakage (missed <sys/types.h>);
o respect CFLAGS.

Submitted by:	bento
@
text
@d2 1
a2 1
$FreeBSD$
d9 1
a9 1
-CXXFLAGS = -I. -pipe -Wall -O2
@

