NetBSD.se

CVS log for pkgsrc/x11/qt3-libs/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / x11 / qt3-libs

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:42:22 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:03:06 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Mar 25 15:28:26 2011 UTC (14 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Fix sbit handling in png patch.
From Marko Schütz Schmuck on pkgsrc-users, fixing core dumps
in kmymoney and kphotoalbum.
Bump PKGREVISION.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Mar 18 15:36:17 2011 UTC (14 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Bump PKGREVISION for patch-as (compress/uncompress) fix.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Mar 6 16:11:03 2011 UTC (14 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -1 lines
Improve png-1.5 patch. Bump PKGREVISION.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:11 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:45:02 2010 UTC (17 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:50 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:43 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jan 17 12:02:57 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:42 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
bump revision because of graphics/jpeg update

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed May 20 01:00:40 2009 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Apply patch reported by Gary Duzan in PR 37347 to fix finance/kmymoney2
after ld.elf_so fix from December 2007.

Bump PKGREVISION.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:10:06 2008 UTC (4 years, 4 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Oct 24 15:50:18 2007 UTC (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -5 lines
Change qmake to not add the target directory as rpath.
This would leak rpath references to the build directory and
libtool should take care of this already. Non-libtool builds
might be broken by this, but they shouldn't use -Wl,-R either,
but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and
qt3-tools (qmake changes).

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Oct 15 11:59:49 2007 UTC (4 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Update to qt3-libs-3.3.8nb6: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir

Revision 1.63.4.2: download - view: text, markup, annotated - select for diffs
Sat Sep 15 17:27:06 2007 UTC (4 years, 8 months ago) by ghen
Branches: pkgsrc-2007Q2
Diff to: previous 1.63.4.1: preferred, colored; branchpoint 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.4.1: +2 -2 lines
Pullup ticket 2189 - requested by tron
security fix for qt3-libs

- pkgsrc/x11/qt3-libs/Makefile				1.67 via patch
- pkgsrc/x11/qt3-libs/distinfo				1.46
- pkgsrc/x11/qt3-libs/patches/patch-aq			1.2

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Sat Sep 15 12:04:02 UTC 2007

   Modified Files:
	   pkgsrc/x11/qt3-libs: Makefile distinfo
	   pkgsrc/x11/qt3-libs/patches: patch-aq

   Log Message:
   Fix security vulnerability reported in CVE-2007-4137.
   Bump package revision.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Sep 15 12:04:01 2007 UTC (4 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Fix security vulnerability reported in CVE-2007-4137.
Bump package revision.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Sep 8 13:45:31 2007 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -2 lines
Revert 1.61. Restores PKGCONFIG_OVERRIDE line that was probably
removed by accident.

Bump PKGREVISION.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Aug 8 17:10:29 2007 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +14 -15 lines
Add DESTDIR support.

Revision 1.63.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 2 07:29:26 2007 UTC (4 years, 9 months ago) by ghen
Branches: pkgsrc-2007Q2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Pullup ticket 2155 - requested by tron
security fix for qt3-libs

- pkgsrc/x11/qt3-libs/Makefile				1.64
- pkgsrc/x11/qt3-libs/distinfo				1.45
- pkgsrc/x11/qt3-libs/patches/patch-ca			1.1
- pkgsrc/x11/qt3-libs/patches/patch-cb			1.1
- pkgsrc/x11/qt3-libs/patches/patch-cc			1.1
- pkgsrc/x11/qt3-libs/patches/patch-cd			1.1
- pkgsrc/x11/qt3-libs/patches/patch-ce			1.1
- pkgsrc/x11/qt3-libs/patches/patch-cf			1.1
- pkgsrc/x11/qt3-libs/patches/patch-cg			1.1

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Aug  1 20:51:26 UTC 2007

   Modified Files:
	   pkgsrc/x11/qt3-libs: Makefile distinfo
   Added Files:
	   pkgsrc/x11/qt3-libs/patches: patch-ca patch-cb patch-cc patch-cd
	       patch-ce patch-cf patch-cg

   Log Message:
   Add patches provided by Trolltech to fix CVE-2007-3388.
   Bump package revision.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:51:23 2007 UTC (4 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Add patches provided by Trolltech to fix CVE-2007-3388.
Bump package revision.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Apr 6 12:44:38 2007 UTC (5 years, 1 month ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Branch point for: pkgsrc-2007Q2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Fix for CVE-2007-0242. Bump PKGREVISION.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:59:35 2007 UTC (5 years, 2 months ago) by markd
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
Add patches from Dirk Mueller of KDE to fix font selection issues
with Asian fonts.  Bump PKGREVISION.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Mar 17 20:43:23 2007 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -3 lines
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jan 15 16:19:43 2007 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
OpenGL needs libXmu, so move it to qt3-libs itself. Noticed by abs@
and drochner@.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jan 10 10:16:01 2007 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Modular Xorg support for Qt.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Dec 15 20:33:04 2006 UTC (5 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -4 lines
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 5 01:09:17 2006 UTC (5 years, 6 months ago) by salo
Branches: pkgsrc-2006Q3
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +1 -2 lines
Pullup ticket 1880 - requested by drochner
security update for qt3

Revisions pulled up:
- pkgsrc/x11/qt3/Makefile.common		1.21
- pkgsrc/x11/qt3-docs/Makefile			1.23
- pkgsrc/x11/qt3-libs/Makefile			1.56, 1.57
- pkgsrc/x11/qt3-libs/distinfo			1.39, 1.40, 1.41
- pkgsrc/x11/qt3-mysql/Makefile			1.21
- pkgsrc/x11/qt3-tools/Makefile			1.50

   Module Name:		pkgsrc
   Committed By:	drochner
   Date:		Thu Oct 19 12:58:12 UTC 2006

   Modified Files:
   	pkgsrc/x11/qt3-libs: Makefile distinfo
   Added Files:
   	pkgsrc/x11/qt3-libs/patches: patch-ja

   Log Message:
   Add a patch for CVE-2006-4811 (integer overflow in image handling).
   The patch was proposed in
   http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210742, but this is
   appearently not what Redhat does -- they have an update for kdelibs, but
   don't tell details.
   The patch helps for me, so put it in, at least until we know more.
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Oct 23 14:54:11 UTC 2006

   Modified Files:
   	pkgsrc/x11/qt3: Makefile.common
   	pkgsrc/x11/qt3-docs: Makefile
   	pkgsrc/x11/qt3-libs: Makefile distinfo
   	pkgsrc/x11/qt3-libs/patches: patch-ja
   	pkgsrc/x11/qt3-mysql: Makefile
   	pkgsrc/x11/qt3-tools: Makefile

   Log Message:
   Changes 3.3.7:
   * Fixed security flaw in the way Qt handles pixmap images
---
   Module Name:		pkgsrc
   Committed By:	drochner
   Date:		Mon Oct 23 15:18:15 UTC 2006

   Modified Files:
   	pkgsrc/x11/qt3-libs: distinfo
   Removed Files:
   	pkgsrc/x11/qt3-libs/patches: patch-ja

   Log Message:
   patch-ja did contain a fix against the pixmap image security flaw;
   it is superseded by a somewhat different version in official qt-3.3.7 now

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Oct 23 14:54:11 2006 UTC (5 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -2 lines
Changes 3.3.7:
* Fixed security flaw in the way Qt handles pixmap images

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Oct 19 12:58:12 2006 UTC (5 years, 7 months ago) by drochner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Add a patch for CVE-2006-4811 (integer overflow in image handling).
The patch was proposed in
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210742, but this is
appearently not what Redhat does -- they have an update for kdelibs, but
don't tell details.
The patch helps for me, so put it in, at least until we know more.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jul 26 13:30:24 2006 UTC (5 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base
Branch point for: pkgsrc-2006Q3
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Readd recursive Xcursor buildlink3 inclusion, the problems in Xorg world
have been fixed in the mean time and it broke accidently native builds.
As found in the process fix the detection of Xrandr for the Xorg case and
bump revision for that. Activate -verbose for the configure step to make
debugging such issues in the future e.g. in bulk builds easier.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Jun 9 08:07:46 2006 UTC (5 years, 11 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
make sure USE_LANGUAGES is set before including compiler.mk

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jun 8 01:27:27 2006 UTC (5 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -1 lines
Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yields
an internal compiler error).  This addresses PR pkg/31877.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:22:17 2006 UTC (6 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:45:59 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Mar 31 14:38:02 2006 UTC (6 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -2 lines
update to 3.3.6
changes:
-bugfixes
-gcc-4.1 support
-translation updates

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Mar 3 00:53:54 2006 UTC (6 years, 2 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Make qmake and libtool use the same library versioning.  Should have
been done when the pkgsrc libtool versioning was changed.  This
addresses PR pkg/29572.  No recursive bump because the major version
number is not affected by this.

Bump PKGREVISION for qt3-libs and qt3-tools.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Feb 25 03:55:57 2006 UTC (6 years, 2 months ago) by minskim
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Enable Xinerama support if libXinerama.dylib exists.

Bump PKGREVISION.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Feb 17 23:24:17 2006 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -6 lines
Enable STL (auto) + revision bump

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:42 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Feb 3 10:08:14 2006 UTC (6 years, 3 months ago) by abs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -6 lines
move PKGNAME= to before .include "../../mk/bsd.prefs.mk" so mk.conf can determine package

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:33:00 2006 UTC (6 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 12 20:59:56 2006 UTC (6 years, 4 months ago) by jdc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -3 lines
We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.
Pointed out by salo@.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Dec 28 11:07:17 2005 UTC (6 years, 4 months ago) by ghen
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -1 lines
Add a pkgconfig file for qt3-libs, bump PKGREVISION.  ok with wiz@

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Nov 1 20:18:36 2005 UTC (6 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Fixed pkglint warnings:
Relative directories should look like "../../category/package".

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 27 07:46:20 2005 UTC (6 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2 lines
Changes 3.3.5:
* Over 200 bug-fixes were incorporated
* Platform support was added for Mac OS X 10.4 (Tiger), VS2005, and GCC 4.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Aug 17 06:26:18 2005 UTC (6 years, 9 months ago) by jdc
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -4 lines
Add a hack to require gcc 3.4 on NetBSD/sparc.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 2 06:31:45 2005 UTC (6 years, 10 months ago) by snj
Branches: pkgsrc-2005Q2
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +10 -1 lines
Pullup ticket 572 - requested by Min Sik Kim
portability fix for qt3-libs

Revision pulled up:
- pkgsrc/x11/qt3-libs/Makefile	1.37

    Module Name:     pkgsrc
    Committed By:    minskim
    Date:            Mon Jun 27 19:13:32 UTC 2005

    Modified Files:
        pkgsrc/x11/qt3-libs: Makefile

    Log Message:
    Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 1 04:24:12 2005 UTC (6 years, 10 months ago) by reed
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Bump PKGREVISION for the Darwin fix.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 27 19:13:32 2005 UTC (6 years, 10 months ago) by minskim
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +10 -1 lines
Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 22 21:14:45 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time.  This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool.  Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 21 23:06:07 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Back out the previous change and add a comment to qt3-libs/Makefile.common
noting why we did so, and that this will be fixed after pkgsrc-2005Q2
is branched.  Bump the PKGREVISION.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jun 20 22:03:42 2005 UTC (6 years, 11 months ago) by dmcmahill
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
move the post-patch to pre-configure since it is somewhat configure-like
in nature.  This makes sure we get the correct libtool which fixes a
problem where the installed .la files have references to ${WRKSRC} left
in them.  Fix suggested by Johnny Lam.  Bump PKGREVISION.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 18 13:22:17 2005 UTC (7 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
adam volunteered to maintain this package.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Feb 10 13:21:20 2005 UTC (7 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -3 lines
Changes 3.3.4:

Installation
---------------
Added support for DragonFly BSD.
Fixed compilation for 64-bit Linux.
Compilation fixes for OpenBSD configured with -thread.

Windows Installer
-----------------
Add option to set environment variables.
Fixed problem propagating PATH environment variable.
Make sure the PostgreSQL and MySQL libraries are shown correctly.

Compilers
---------
Work around a bug in HP-UX aCC.
Support IRIX with 7.4.x compiler.
Fixed moc compilation when Bison is installed.
Fixed compilation with Intel compiler on Windows.

Qt Designer
-----------
Fixed bug that could corrupt the .pro file.
Fixed bug that would remove source files from project when using a
statically linked designer.
Fixed handling of custom widget plugins which subclass QWidgetStack.
Raise and give focus to source files when clicking on them in the
project overview.
Fixed bug where empty variable declarations in .ui file would generate
improper C++ code.
Fixed crash when deleting action while changing its name.
Fixed crash when using third party plugins that create tabwidgets without any pages.
Fixed bug renaming slots in edit custom widgets dialog where old slot
name would not get removed.
Make sure uic-generated code compiles when QT_NO_CAST_ASCII is
defined.
Fixed bug showing wrong status indicators in connection table after
sorting the list.
Prevent templates based on unsupported widgets (like QScrollView) from
being created.

Qt Linguist
-----------
Fixed bug where spaces at the beginning or at the end of the source
text would not be displayed.

Qt Assistant
------------
Fixed bug in printing that sometimes caused the last page to be
skipped.
Fixed invalid font size error on startup.

qmake
-------
Work around bug in Visual Studio 2003 Custom Build Steps.
Handle path names with spaces properly.
Handle file names containing '&' characters correctly.
Create dependencies on .ui.h files.
Fixed crash on Solaris when error() string contains single quote.
Make it possible to specify a RES file for the vcproj file.
Fixed bug in make install on Linux
Various improvements for XCode.
Fixed bug in shadow builds.

for more information see 'changes-3.3.4'

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Dec 3 15:15:13 2004 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 28 10:32:23 2004 UTC (7 years, 6 months ago) by gavan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
Move USE_BUILDLINK3 into Makefile.common.

This change ensures that USE_BUILDLINK3 is defined before compiler.mk is
included.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 13 15:43:43 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +11 -11 lines
INSTALL_DATA -> INSTALL_LIB, where appropriate.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 7 16:36:47 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:18:38 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 25 02:20:23 2004 UTC (7 years, 9 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Bump PKGREVISION for patch to use modern resolver lib.
Noted by wiz.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 6 16:01:10 2004 UTC (7 years, 10 months ago) by reed
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +13 -13 lines
Convert qt3-libs to use BUILDLINK3. Based on patches from Joachim
Kuebart in PR#25753. Tested by myself on Linux and NetBSD 1.6.2_STABLE.
(Also tested on NetBSD 2.0_BETA by wiz@. And tested by jschauma
under Linux.)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 16 14:30:44 2004 UTC (8 years, 1 month ago) by recht
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
update to 3.3.1

changes (among many others):

- New QLocale Class

- The ActiveQt framework, first available in Qt 3.1, has been enhanced in
  lots of ways in Qt 3.3.

- Semi-Transparent Windows

Other Improvements
- The network module now supports IPv6 in addition to IPv4.
- New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and
  Windows (MSVC and Intel).
- QCursor now provides the BusyCursor shape, which combines an hourglass with
  an arrow.
- Qt's DOM classes are now reentrant when Qt is built with multithread support
  enabled.

See http://www.trolltech.com/products/qt/whatsnew.html for more details.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 29 09:27:11 2004 UTC (8 years, 1 month ago) by recht
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -2 lines
Add missing Xrandr and xcursor buildlink2.mks.
Patch PKGREVISION to 1.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 1 01:43:30 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Dec 19 15:43:31 2003 UTC (8 years, 5 months ago) by skrll
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -8 lines
Update QT3 to 3.2.3.

Far too many new features and bug fixes to list here. Includes a fix for
Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd
dot org>. Thanks.

"Better late than never"

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 30 22:58:40 2003 UTC (8 years, 5 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Sep 18 13:24:05 2003 UTC (8 years, 8 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
require gcc 2.95.3 so this can be built on NetBSD 1.5.x.

closes PR pkg/19189 from hclsmith@yahoo.ca.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 1 15:31:08 2003 UTC (8 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Don't USE_X11BASE; there is no reason to install there.
Bump PKGREVISION on everything which installs into the QTDIR tree.
(Applications which just use qt3 shouldn't be affected because each
program using qt3 has an RPATH into both LOCALBASE and X11BASE.)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 2 12:16:57 2003 UTC (9 years ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Move PKGREVISION from Makefile.common to Makefile.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 18 08:36:24 2003 UTC (9 years, 2 months ago) by skrll
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -2 lines
Update qt3 to 3.1.2. This update fixes a large number of bugs.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 9 19:28:18 2003 UTC (9 years, 2 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Feb 18 19:16:53 2003 UTC (9 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Substitute "LIBQT" by something sensible at build time instead of leaving
it an environment variable.
So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3*
context.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 4 18:09:16 2003 UTC (9 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Update qt to 3.0.7 - the final maintenance release of qt 3.0.

Lots of bugfixes including one for the ListView expansion problem.

Fix kwin in kdebase after a QT global was renamed.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 24 06:10:34 2002 UTC (9 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 28 08:46:44 2002 UTC (9 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting.

Qt 3.0.6 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.5

Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible
with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately
Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few
bytes smaller), meaning executables compiled with 3.0.5 may not run properly
when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on
MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we
have decided to stick with 3.0.5's ABI. If you ship dynamically linked
executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of
your main function:

   ...
   #include <qmessagebox.h>
   ...
   int main( int argc, char**argv )
   {
       QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
       ...
   }

The macro will show a message box with a warning message and then abort the
application gracefully with exit(1).

For a full buglist see the Trolltech web site.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 27 09:13:48 2002 UTC (9 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Update to 3.0.5.

Qt 3.0.5 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.4.

To avoid problems with loading plugins which link against different Qt
libraries, the semantics of plugin loading has been changed.

While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files.

TODO: check qt3-{tools,docs} wrt buildlink2.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:40:44 2002 UTC (9 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -12 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 22 11:13:48 2002 UTC (9 years, 9 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.3: +5 -5 lines
Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:17:08 2002 UTC (9 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 1 05:48:24 2002 UTC (9 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 19:06:45 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +20 -6 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:05:56 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +2 -2 lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 30 12:33:26 2002 UTC (9 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: pkgviews-base, pkgviews
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for
this.

While I'm here fix the qt3-libs dependency in qt3-tools and the fact that
the qt library was being built (needlessly) in qt3-tools.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 29 19:09:55 2002 UTC (9 years, 11 months ago) by skrll
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -3 lines
Various changes to help with KDE3.

      o Enable thread support using pth-syscall and nathanw_sa. The
	later has problems which are being worked on.

      o Restructure the build of certain plugins so that qt3-libs
	comes with jpeg and mng support.

      o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that
	when set to build means we don't get a full dependency on
	qt3-tools.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 24 01:15:39 2002 UTC (10 years ago) by dmcmahill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
unlimit datasize.  fixes build problem on sparc

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sat May 11 02:09:33 2002 UTC (10 years ago) by jlam
Branches: buildlink2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -13 lines
First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 19 17:54:35 2002 UTC (10 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:38:02 2002 UTC (10 years, 2 months ago) by fredb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jan 7 08:07:57 2002 UTC (10 years, 4 months ago) by skrll
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we all
know and love.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 7 08:07:57 2002 UTC (10 years, 4 months ago) by skrll
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>