head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.40 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.38 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.36 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.34 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.32 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.30 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.22 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.16 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.14 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2005.08.08.21.25.21; author jlam; state dead; branches; next 1.2; 1.2 date 2003.01.10.04.30.19; author rh; state Exp; branches; next 1.1; 1.1 date 2001.06.27.18.04.39; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Remove a patch that was forcing installation of the module into the site directories. Bump the PKGREVISION of p5-pilot-link to 4. @ text @$NetBSD: patch-ac,v 1.2 2003/01/10 04:30:19 rh Exp $ --- bindings/Makefile.in.orig Mon Jan 6 09:45:18 2003 +++ bindings/Makefile.in @@@@ -420,7 +420,7 @@@@ python-clean: Python/setup.py # Perl/Makefile: Perl/Makefile.PL - cd Perl && $(PERL) Makefile.PL INSTALLDIRS=vendor + cd Perl && $(PERL) Makefile.PL INSTALLDIRS=site perl-build: Perl/Makefile cd Perl && $(MAKE) @ 1.2 log @Update pilot-link packages to 0.11.7. Changes are too numerous to list here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update pilot-link to 0.9.5. The source code is under new stewardship and is undergoing many improvements and rewrites, many of which are reflected in the current release. The ChangeLog is too large to summarize. The libraries and headers have been split off into a separate package pilot-link-libs. @ text @d3 4 a6 4 --- libsock/Makefile.in.orig Tue Jun 19 12:25:26 2001 +++ libsock/Makefile.in @@@@ -25,7 +25,7 @@@@ top_builddir = .. d8 3 a10 9 CC = @@CC@@ -CFLAGS = -I../include -I$(srcdir)/../include @@CFLAGS@@ @@CWFLAG@@ +CFLAGS = -I../include -I$(srcdir)/../include @@CFLAGS@@ @@CWFLAG@@ $(ICONV_CFLAGS) # -DPADP_TRACE # -DDEBUG # -DNO_DLP_TRACE @@@@ -36,6 +36,9 @@@@ RM = rm -f LIBTOOL = @@LIBTOOL@@ d12 2 a13 15 +ICONV_CFLAGS = @@ICONV_CFLAGS@@ +ICONV_LIBS = @@ICONV_LIBS@@ + .SUFFIXES: .c .lo .o .c.o: @@@@ -54,7 +57,7 @@@@ libpisock.la: $(OBJS) $(LIBTOOL) --mode=link $(CC) $(CFLAGS) \ -export-dynamic -rpath $(libdir) -version-info 4:0:0 \ - -o libpisock.la $(OBJS) + -o libpisock.la $(OBJS) $(LDFLAGS) $(ICONV_LIBS) # OS/2 dll build rules, This is somewhat of a hack. # This target creates the OS/2 linker .def file dynanmically. @