head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.04.19.12.42.27;	author johans;	state dead;
branches;
next	1.1;

1.1
date	2005.08.31.21.47.54;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.5.0
- Remove patches (now fixed in distribution)
- Install extra documention and respect NOPORTDOCS
@
text
@--- src/lib/plt/acf/Makefile.orig	Wed Aug 31 22:36:40 2005
+++ src/lib/plt/acf/Makefile	Wed Aug 31 22:36:40 2005
@@@@ -48,7 +48,7 @@@@
 # build the ccnf generator
 
 ccnf: ccnf.cpp
-	@@$(CC) $(CNFDEFINES) -o ccnf ccnf.cpp
+	@@$(CC) $(CXXFLAGS) $(CNFDEFINES) -o ccnf ccnf.cpp
 
 # rule: distri
 # this rule install the acf directory in the distribution
@


1.1
log
@- Update to 1.1.1 [1]
- Respect ${CXX}, ${CXXFLAGS}, ${PREFIX}, ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS},
  ${INSTALL_PROGRAM} and ${INSTALL_DATA}
- Sort the packing list

[1]:
PR:		ports/85286
Submitted by:	maintainer
@
text
@@

