The NetBSD Project

CVS log for pkgsrc/databases/unixodbc/Attic/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / unixodbc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.23, Fri Sep 19 09:39:23 2008 UTC (15 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, HEAD
Changes since 1.22: +1 -1 lines
FILE REMOVED

Integrate non-shared Makefile.common into Makefile.
Some pkglint cleanup.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 9 07:06:33 2008 UTC (16 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.21: +15 -16 lines
Diff to previous 1.21 (colored)

Changes 2.2.12:
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
* The config string being passed into ConfigDsn was wrong, removed
  semicolon, and added terminating double null
* Add help help to isql
* Couple of changes to make the build on OSX work better
* Alter odbctest FullConnect to use SQLDriverConnect
* Replace a missed flag for true 64 bit operation
* Add ODBC3<->ODBC2 type mapping in SQLSetParam
* Add missing SQLSetStmtOptionW.c
* Tidy up the search for GUI lib code in SQLManageDatasource
* Backport a couple of changes from the Debian build into the
  cursor lib
* Add extra config settings to the MaxDB/SapDB setup lib
* Fix possible exit from SQLConnect without having closed
  in the driver
* Fix configure problem on Tru64
* Fix a build issue on Sinix
* Allow calling metadata functions via the cursor lib
* Alter args to SQLParamOptions
* Fix bug preventing attribute length from being returned from
  SQLDrivers
* Fix broken iusql
* more...

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:11 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 23 20:50:47 2006 UTC (18 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.19: +2 -4 lines
Diff to previous 1.19 (colored)

Update unixodbc-* packages to 2.2.11 (latest stable version).

See http://www.unixodbc.org/ for the list of changes... sorry but
this package was not updated in 5 years, the list might be very large!

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:05 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:16 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jan 19 19:13:21 2005 UTC (19 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Properly quote the MAKE_FLAGS.

This is from PR #29009 from Masanori Mikawa.
When built when using cpuflags includes, the quoting for AM_MAKEFLAGS
is wrong.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 15 11:54:10 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Update linkage to libltdl, now in its own package.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 30 02:51:36 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

PKGREVISION doesn't belong here; the individual Makefiles set it.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 25 01:11:11 2004 UTC (19 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

bl3ify

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:09 2004 UTC (19 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Relinquish maintainership of packages to tech-pkg@NetBSD.org.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:36 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:10 2004 UTC (20 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 17 21:29:09 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 2 11:54:15 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 20 21:26:30 2002 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.7: +6 -5 lines
Diff to previous 1.7 (colored)

buildlink1 -> buildlink2

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:13 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 1 06:40:52 2002 UTC (21 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.5: +8 -4 lines
Diff to previous 1.5 (colored)

Convert to use pthread.buildlink.mk.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 4 15:55:47 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.4: +1 -5 lines
Diff to previous 1.4 (colored)

Remove unused variables now that we use PKGREVISION.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 26 07:31:43 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 19 16:23:09 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk:

	* Remove old DEINSTALL/INSTALL scripts.
	* Move some text printed at POST-INSTALL time into the MESSAGE file.
	* Adjust rc.d scripts to respect rc.conf settings, so that the
	  script may be directly copied into /etc/rc.d.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 7 06:12:19 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Workaround differences in "make" behaviour between 1.5.2 and -current.
These packages use GNU-automake-generated Makefiles, so we can pass our
${MAKE_FLAGS} in through AM_MAKEFLAGS.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 6 04:08:34 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>