Index: head/devel/log4c/Makefile =================================================================== --- head/devel/log4c/Makefile (revision 70856) +++ head/devel/log4c/Makefile (revision 70857) @@ -1,26 +1,26 @@ # ex:ts=8 # Ports collection makefile for: log4c # Date created: Jul 4, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= log4c -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cimai.com/opensource/log4c/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include Property changes on: head/devel/log4c/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/log4c/distinfo =================================================================== --- head/devel/log4c/distinfo (revision 70856) +++ head/devel/log4c/distinfo (revision 70857) @@ -1 +1 @@ -MD5 (log4c-1.0.8.tar.gz) = 463e2afdbc25084afc98f41d5db36919 +MD5 (log4c-1.0.10.tar.gz) = db901a69a6da4f1974bf47105a9aac8a Property changes on: head/devel/log4c/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/log4c/pkg-plist =================================================================== --- head/devel/log4c/pkg-plist (revision 70856) +++ head/devel/log4c/pkg-plist (revision 70857) @@ -1,22 +1,23 @@ bin/log4c-config -etc/log4crc +etc/log4crc.sample include/log4c.h include/log4c/appender.h include/log4c/appender_type_mmap.h include/log4c/appender_type_stream.h include/log4c/appender_type_syslog.h include/log4c/category.h include/log4c/defs.h include/log4c/init.h include/log4c/layout.h include/log4c/layout_type_basic.h include/log4c/layout_type_dated.h include/log4c/location_info.h include/log4c/logging_event.h include/log4c/priority.h +include/log4c/rc.h include/log4c/version.h lib/liblog4c.a lib/liblog4c.so lib/liblog4c.so.1 share/aclocal/log4c.m4 @dirrm include/log4c Property changes on: head/devel/log4c/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property