Commit graph

4891 commits

Author SHA1 Message Date
abs
5b1cad1352 Update rt-mysql and rt-pgsql to rt-mysql-2.0.15 and rt-pgsql-2.0.15
Various changes from 2.0.13, most obvious of which appears to be that
RT no longer causes problems with the HTML::Mason in pkgsrc.
Also add a note as to how to get an Apache configuration which does not
ignore POSTs. Still some configuration issues, but we are now _nearly_
working without some small hacking, as opposed to completely broken.
2004-02-04 22:19:09 +00:00
jmmv
bd3f2aa609 Update to 0.15:
Version 0.15 (2004/02/04)
-------------------------

* Documentation changes to match Buildtool 0.15.

  - Removed all information about bt_make and bt_wrap.

  - Added preliminar information about the new bt_logic module.

* Added a simple tutorial for developers, guiding them in the creation of
  a simple project from the beginning.
2004-02-04 17:14:19 +00:00
jmmv
84c7b36877 Update to 0.15:
Fifteenth alpha version, released on 2004/02/04.

     o   Finally dropped bt_make and bt_wrap, together with all compatibility
         code introduced around them.

     o   M4 is no longer needed.  It was introduced to clean up code, but it
         has proven to only ofuscate it.  As a side effect, bt_swcgen uses
         shell scripts instead of macro files to generate system wide configu-
         ration.

     o   Added some checks to bt_config: bt_check_hdr_time(),
         bt_check_prog_cc_flag() and bt_check_prog_cxx_flag().

     o   Support for the `+=' operator (append text to a variable) was added
         to bt_sh.  This can be used to simplify syntax when writting scripts.

     o   Support for pkgconfig files was added to bt_pkgflags.

     o   Support for pkgconfig command line syntax was added to bt_pkgflags
         (it is not exactly the same, but we now support operators in their
         real form, like `=' or `!=', plus spaces to separate keywords).

     o   Multiple portability problems fixed.
2004-02-04 17:12:09 +00:00
grant
0a55d7d6cd simplify by commenting the pkg's Makefile variables as they're
already set by pkgsrc. override the do-install target.
2004-02-04 13:33:36 +00:00
grant
3c03a15b10 add files installed on Solaris. 2004-02-04 12:19:57 +00:00
grant
58ce2c63e6 replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
2004-02-04 04:38:54 +00:00
grant
f78b04114a s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
2004-02-04 03:02:51 +00:00
grant
d60ec536e7 fix CONFLICTS on openldap. 2004-02-04 02:52:33 +00:00
jlam
0480cb4f02 Require both the C and C++ compilers since we usually want libtool to find
the same set.
2004-02-04 02:31:40 +00:00
grant
03a0132fa9 replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.

remove duplicate USE_PKGINSTALL. whitespace cleanup.
2004-02-04 01:58:35 +00:00
recht
53fd1e5ac4 Add buildlink3.mk. (needed to bl3ify lang/mono)
ok'ed by xtraeme@
2004-02-03 10:49:53 +00:00
grant
0041936315 add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc
to build.
2004-02-03 09:03:57 +00:00
grant
524e5c1a11 trim whitespace, wrap lines at 75 cols. 2004-02-03 08:34:16 +00:00
epg
e68fdf35d4 Update to 0.5.0. No changelog available, but the announcement says
that this release works with Subversion 0.36 and 0.37, so require at
least 0.36.

patch-aa no longer needed.
2004-02-03 06:36:55 +00:00
grant
35d3d3e7a2 run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment
appropriately.
2004-02-03 01:43:32 +00:00
jlam
17d1ca394e These packages need a C++ compiler. 2004-02-02 13:02:49 +00:00
grant
1a63d298af fix wrong usage of ${OPSYS} in PLIST. fixes install on non-NetBSD.
bump PKGREVISION.
2004-02-02 08:34:56 +00:00
sjg
64f965698d Update mk-files:
- fix a typo in autodep.mk
- extract HOST_TARGET stuff to host-target.mk so own.mk and Generic.sys.mk
  can share it.
2004-02-02 06:40:11 +00:00
tron
ad45eaafc3 Fix cosmetic problem in last change. 2004-02-01 15:35:25 +00:00
tron
b8b1919e1e Fix incorrect path to "gnomesupport.h". The patch was provided by
Min Sik Kim in PR pkg/24285.
2004-02-01 11:29:45 +00:00
jlam
0463667fa3 bl3ify 2004-02-01 02:23:24 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
snj
3e3a28ec6a s/seperate/separate/ 2004-01-31 23:41:14 +00:00
snj
d1e45a7b31 s/seperate/separate/; s/ablity/ability/ 2004-01-31 23:39:29 +00:00
jlam
7e4ec533c7 Update devel/ccache to 2.3. Changes from version 2.2 include:
Added CCACHE_UMASK option
	Added support for compilation of .i files
	Fixed bug with DEPENDENCIES_OUTPUT flag
	Added support for more -Mx options
	Added separate stderr channel for distcc
	Improved test suite
2004-01-31 21:36:54 +00:00
jlam
dba68cc0c3 bl3ify, and clean up Makefile for whitespace. 2004-01-31 11:25:31 +00:00
kristerw
6be2463522 Update dejagnu to 1.4.4.
Changes from 1.4.3 include:
1. New XML output option, so test results can be loaded into a database.
2. Support for the KFAIL/KPASS (known failures).
6. BlueGnu has been removed from the contrib directory.
7. The contrib/test* scipts were bitrotten and have been removed.  If
   you still want copies of these, they can be found in the previous
   DejaGnu release.
8. i960glue.c has been removed.
2004-01-31 00:27:36 +00:00
wiz
fe832c22d5 When including buildlink3.mk files, define USE_BUILDLINK3, not 2.
Noted by Ossi Herrala on tech-pkg.
2004-01-30 15:05:17 +00:00
grant
c6bdbfed93 don't override CC in Makefiles, it's already defined in MAKE_ENV.
fixes build with non-gcc.
2004-01-29 11:49:50 +00:00
cjep
722363dd6a Add RCS tag 2004-01-29 10:41:17 +00:00
xtraeme
ef6fd22dec oops, add missing substitution. 2004-01-29 08:03:55 +00:00
xtraeme
0576cc2e33 Fix PKGNAME, it's cvsup-gui-bin not cvsup-gui. 2004-01-29 08:02:48 +00:00
recht
8a0a7e25e3 update to tla 1.1 (release)
also, take maintainership (approved by schmonz@)

There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
2004-01-28 11:22:24 +00:00
epg
e8ee6c8fc9 Ensure apr-util never picks up gdbm (sometimes helps on GNU/Linux). 2004-01-27 22:07:04 +00:00
xtraeme
4e7de17f57 Replace -lpthread with ${PTHREAD_LDFLAGS}, fixes build in FreeBSD and maybe
others.
2004-01-27 14:18:20 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
epg
7671a21a6f Update to Version 0.37.0 [Beta Interim 2]
(branching 24 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.37.0

 User-visible changes:
 * bugfix: buffer overflow for AIX client
 * 'svn merge' now notices ancestry by default. (r8390)
 * bugfix:  double Ctrl-C on windows no longer wedges repository.
 * New date formats (see API change: Rewrite of date parser below)
 * bugfix: Errors in authentication when --no-interactive is turned on (r8139)
 * bugfix: Fix some 'access denied' errors on Windows (r8341, r8352)

 Developer-visible changes:
 * API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408)
 * bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695)
 * require SWIG >=1.3.19 (issue #1690)
 * numerous changes to language bindings, to keep up with C API.
 * fix: apr build issues (r8279, r8280, r8318) (issue #1666)
 * changed the auth-provider C API to use 'realmstring' on all funcs
 * check the ra plugin ABI versions.
 * fix: ABI problem with blame.  (r8494) (issue #1705)
 * remove svn_io_file_printf from public API. (r8492) (issue #1653)
 * extensive changes in the perl client bindings. (r8270)
 * too many big and small internal code cleanups and fixes to mention here
2004-01-26 17:13:42 +00:00
grant
bbac685044 revert last - the problem has been fixed in bsd.buildlink3.mk. 2004-01-26 02:39:17 +00:00
grant
6903f248e7 if we have determined that we need pkgsrc zlib, set
BUILDLINK_DEPENDS.zlib instead of adding to it.

fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.
2004-01-25 04:15:44 +00:00
grant
fd49d1a855 replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. 2004-01-25 03:08:46 +00:00
grant
c95f4a5dfd add missing PKGNAME (p5- prefix). 2004-01-25 01:28:04 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
01a5abff01 Support BUILDLINK_DEPENDS.<pkg> being a list of values. 2004-01-24 03:12:31 +00:00
kristerw
bb49e0cc74 Override config.sub and config.guess. 2004-01-23 23:59:54 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
abde52347c Set PKGREVISION to 2 (moved from Makefile.common). 2004-01-23 17:54:13 +00:00
jmmv
b6b87f596f The PKGREVISION should be in Makefile, not Makefile.common... so the previous
bump was expected to be to 3, not 1.
2004-01-23 17:52:40 +00:00
jmmv
7692afa077 Avoid creating an empty directory that is later not available in binary
packages and produces a warning message when pkg_delete'ing.
Bump PKGREVISION to 1.
2004-01-23 17:51:24 +00:00
jmmv
39bd9e1ae9 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1 2004-01-23 17:18:31 +00:00
xtraeme
f6c036811a Update loudmouth to 0.15.1
Changes in 0.15.1:
------------------
* Require GnuTLS >= 1.0.0

Changes in 0.15:
----------------
* Better Win32 instructions.
* Fixed bug when disconnecting and then connecting again using the same
  LmConnection.
* Documentation typos and errors fixed by Ross Burton.
* Better SSL support, now gives the application the possibility to decide
  if it wants to connect on bogus SSL certificates.
* The SSL API changed a bit, take a look at the API docs.
* Fixed timestamp error on FreeBSD.
2004-01-23 09:45:51 +00:00