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


1.2
date	2007.10.13.12.26.37;	author beech;	state dead;
branches;
next	1.1;

1.1
date	2006.08.11.20.28.52;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.7.0
- Makefile and plist cleanup.
- Move patches to Makefile and remove files.
- Pet portlint.

PR:		ports/116953
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
Approved by:	sat (mentor)
@
text
@--- device/lib/pic16/libio/Makefile.in.orig	Mon May  1 22:47:12 2006
+++ device/lib/pic16/libio/Makefile.in	Wed Jun 28 17:40:48 2006
@@@@ -38,7 +38,7 @@@@
 		| while read arch; do \
 			[ "x$${arch}" = "x" ] \
 			|| ( $(MKDIR) "$(top_builddir)$(builddir)/$${arch}"; \
-				$(MAKE) MKLIB=libio18f$${arch}.lib builddir=$(builddir)/$${arch} ARCH=$${arch} IO_ARCH=$${arch} $(MAKECMDGOALS); ) \
+				$(MAKE) MKLIB=libio18f$${arch}.lib builddir=$(builddir)/$${arch} PICARCH=$${arch} IO_ARCH=$${arch} $(MAKECMDGOALS); ) \
 			|| exit 1; \
 	done
 
@


1.1
log
@- Update to 2.6.0

PR:		ports/101756
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
@
text
@@

