Commit graph

82938 commits

Author SHA1 Message Date
salo
e671684c7e One more hack to make it actually work.. (the configure tests are overly
complex and stupid..).
2005-08-05 21:42:54 +00:00
salo
b216d1f921 Linking with libssl requires libcrypto on systems where libssl doesn't
implicitly add it (e.g., netbsd-2).
2005-08-05 21:02:04 +00:00
xtraeme
2a86a40efb * Fix run-time linker flags for libetpan-config and libetpan.
* Add pthread.bl3.mk into the buildlink file.
2005-08-05 20:55:19 +00:00
jlam
245c6baa12 pilotmgr only needs the perl binary, not the perl library. 2005-08-05 20:31:52 +00:00
jlam
ca47ca0ada Hardcode a workaround for perl's DynaLoader.a which is definitely a
PIC code archive, but libtool isn't smart enough to realize it.  Munge
the name within cmd-sink-libtool into something that will make libtool
recognize it as a PIC code archive.  We unmunge it in arg-pp-main so
non-libtool wrappers see the right thing.  This let's us use libtool
to link applications with an embedded Perl interpreter.

I feel so dirty...
2005-08-05 19:46:41 +00:00
jlam
c27abb4a87 Several changes to the postgresql80-* packages:
* Become maintainer for the postgresql80-* packages (ok'd by recht)

* Libtoolize postgresql80 build so that the shared libraries and
  loadable shared modules are built using libtool.  This should make
  PostgreSQL 8.0.x in pkgsrc build correctly on more pkgsrc-supported
  platforms.  This is accomplished with the Makefile.libtool file
  which replaces the Makefile.shlib file in the PostgreSQL distribution.

* Add libltdl modifications from the postgresql74-* packages so that
  this can work on Interix (untested).

* Fix some mismatches between static function declarations and their
  subsesquent definitions in the src/timezone module.  Fixes provided
  by Georg Schwarz.

* Convert PGSQL_USE_HIER into the PKG_OPTION "pgsql-hier-query", and
  teach both postgresql80-client and postgresql80-server to use it.

* Use BUILDLINK_TRANSFORM's "rm" action to remove unwanted compiler
  flags.

* Remove zlib/buildlink3.mk from postgresql80-client/buildlink3.mk
  as zlib is only used by the pg_dump client.

* Convert some files in files/* into patches that can be fed back
  to the PostgreSQL team.

* Install data and documentation files into share/postgresql instead
  of share/postgresql80 -- it's only possible to install one PostgreSQL
  version at a time in pkgsrc, and the new paths more closely match
  the rest of the installation paths.

* Add more mirrors to the MASTER_SITES list, and add a new variable
  POSTGRESQL_MIRRORS_SORT that has the same syntax as MASTER_SORT that
  can help people pick a nearby mirror.

* Nuke references to libpgtcl which is no longer distributed as part
  of a standard PostgreSQL installation as of version 8.0.

* Provide better documentation for Makefile.custom.

* Avoid linking in the pthread library in the correct way on NetBSD
  by setting DLOPEN_REQUIRE_PTHREADS=no.  Also, provide better
  documentation on why we can't enable thread-safety in the PostgreSQL
  libraries on NetBSD (at least for now).

* Preliminary support for installing postgresql80-* into a separate
  subdirectory under ${LOCALBASE} so possibly allow for multiple
  installations of PostgreSQL on the same machine.  Note that THIS
  DOES NOT WORK YET.

* Update the hierarchical-queries patch to "8.0.3-0.5.5" which fixes
  a bug which was crashing the backend when PRIOR was used in the
  target list.  The _level_ column is no longer automatically added
  to target list.  This makes it possible to use hierarchical queries
  as IN subqueries.  To get _level_ back you just have to explicitly
  mention it in target list.

Bump the following PKGREVISIONs:

	postgresql80-client	-> 2
	postgresql80-server	-> 2
	postgresql80		-> 1
2005-08-05 19:43:44 +00:00
xtraeme
ded486c747 Updated mail/libetpan to 0.38 2005-08-05 19:31:50 +00:00
xtraeme
00113e043a Update to 0.38.
* release 0.37 - Deadwing

        * fixed SSL
        * IMAP improvements
        * SASL
        * windows port
        * fixed IMAP implementation (for sylpheed)

    * release 0.36 - Silver Drop

        * memory leak
        * fixed maildir support

    * release 0.35 - Dimebag Darrell

        * minor bugfixes.

    * release 0.34 - edge

        * general
           - support for debian systems mbox
           - ability to disable thread-safe support
2005-08-05 19:29:56 +00:00
drochner
af4a153df9 update to 4.3.3
changes:
-Changes the interface to the recently added set_bt_compare callback to
 only take two arguments like a normal comparison function.
-Fixes a crash in DB.associate when it wanted to raise an exception.
cvs: ----------------------------------------------------------------------
2005-08-05 18:21:04 +00:00
jlam
ed87597c3e PGSQL_USE_HIER is actually undefined or yes. 2005-08-05 18:20:15 +00:00
drochner
b9f6f05cf7 update to 0.9.3
changes:
Option to chroot() when dropping privs
Fixes for compiling on nearly every platform,
	including improved 64bit support
Many new testcases
Support for sending packets
Improved Unicode support
Decoders & DLT Changes, Updates and New
2005-08-05 16:29:55 +00:00
drochner
bbf528655e update to 0.9.3
changes: Minor bug fixes, compilation failure fixes for windows.
2005-08-05 16:24:50 +00:00
salo
4b8982cf8f Security fix for CAN-2005-2370
"Multiple "memory alignment errors" in libgadu, as used in ekg before 1.6rc2
and other packages, allows remote attackers to cause a denial of service (bus
error) on certain architectures such as SPARC via an incoming message."

Bump PKGREVISION, patch from Gaim CVS.
2005-08-05 14:33:53 +00:00
salo
4e7d7334f7 backout previous, it's nb2, not rc3.. *sigh* 2005-08-05 13:07:32 +00:00
salo
b53e46ce20 the last security update was for rc3, not rc2. (hi adam!) 2005-08-05 13:04:26 +00:00
tonio
a60b2fb774 Updated audio/libopendaap to 0.4.0
Updated audio/tunesbrowser to 0.3.0
2005-08-05 13:04:19 +00:00
tonio
33140c0757 add simple patches for gcc-4 support
approved by cube@
2005-08-05 13:01:57 +00:00
tonio
39fdfb43f1 update tunesbrowser to 0.3.0
update the url to www.craz.net

patch-aa is no more necessary (SA_NOMASK is no more used)

Main changelog entries:
- password support. You will be prompted for a password if a server requires a password
- playlist support.
- Several bug and portablity fixes

approved by cube@
2005-08-05 12:58:49 +00:00
tonio
6bfe681a97 Update libopendaap to 0.4.0
changed the url to www.craz.net

remove patches that have been integrated upstream or are no more relevant

Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes

approved by cube@
2005-08-05 12:53:08 +00:00
salo
782dfd9fc1 Note net/gopher update. 2005-08-05 12:15:39 +00:00
salo
69456950b2 Update to version 3.0.9
Changes:
- use PKG_SYSCONFIG

Upstream changelog nonexistent, security fixes for CAN-2005-1853.
2005-08-05 12:14:51 +00:00
tron
1e3865dcf6 Note update of "ipsec-tools" package to version 0.6.1rc1. 2005-08-05 12:05:10 +00:00
tron
9e5e1b7732 Update "ipsec-tools" package to version 0.6.1rc1.
Changes since version 0.6b2:
- NAT-T fixes for situations where NAT-T is not used
- OpenSSL 0.9.8 support
- keys are not restricted to OpenSSL default size anymore
- PKCS7 support
- SHA2 support
2005-08-05 12:04:33 +00:00
wiz
b2e38b9d7f + libcddb-1.2.1, turba-2.0.3. 2005-08-05 09:48:18 +00:00
sketch
52ac0088a5 I'll take it. 2005-08-05 07:23:43 +00:00
rillig
f3eae6da8c Fixed evaluation of the PKG_USERS and PKG_GROUPS variables. Noted by
martii on tech-pkg.
2005-08-05 07:06:47 +00:00
snj
dafbf34273 Give up maintainership. Anyone want to adopt abcde? 2005-08-05 06:21:10 +00:00
jschauma
26eb1a8160 Note update of net/tor to 0.1.0.13 2005-08-05 01:44:54 +00:00
jschauma
8041354cf3 Update to 0.1.0.13:
- Fix a critical bug in the security of our crypto handshakes.
- Fix a size_t underflow in smartlist_join_strings2() that made
  it do bad things when you hand it an empty smartlist.
- Fix Windows installer to ship Tor license (thanks to Aphex for
  pointing out this oversight) and put a link to the doc directory
  in the start menu.
- Explicitly set no-unaligned-access for sparc: it turns out the
  new gcc's let you compile broken code, but that doesn't make it
  not-broken
2005-08-05 01:43:59 +00:00
xtraeme
4c9ee2194a Hmm, fix previous entry... I didn't know the format for this
changed.
2005-08-05 00:54:44 +00:00
xtraeme
cb772b178a Added x11/x11vnc-0.7.2 2005-08-05 00:11:12 +00:00
xtraeme
ab9e93dfb7 Initial import of x11vnc-0.7.2 from pkgsrc-wip, packaged by
<obata at lins dot jp>.

x11vnc allows one to remotely view and interact with real X displays
(i.e. a display corresponding to a physical monitor, keyboard, and
mouse) with any VNC viewer. In this way it plays the role for Unix/X11
that WinVNC plays for Windows.
2005-08-05 00:08:57 +00:00
xtraeme
130c68a03c Updated pkgtools/pkgfind to 20050804 2005-08-04 22:23:04 +00:00
xtraeme
126dda9bde Bump to 20050804:
When using the -M flag, look in Makefile and Makefile.common files.

Ok'ed by Peter Postma.
2005-08-04 22:21:33 +00:00
rillig
0c26db2d94 Bugfix for shells that don't allow "for i in ;", that is: an empty list. 2005-08-04 21:37:33 +00:00
cube
b28b224301 Note revision bump for graphics/povray. 2005-08-04 21:33:54 +00:00
cube
98db6402d4 In order to fix PR#30875, do the following things:
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE.
 o depends on zlib>=1.2.1, which is povray's requirement, so that the
   package doesn't try to use its own zlib and libtiff (for some reason
   configure fails to configure the provided libs properly when gcc 3.4 is
   used)

Bump PKGREVISION.
2005-08-04 21:31:24 +00:00
rillig
ebc9f3fbf8 mc should not build with glib-1.2 by default, as glib-2.0 is used by
more other applications. Using glib-1.2 is only meant as a workaround.
2005-08-04 21:11:48 +00:00
abs
2799fb73cd missed in last 2005-08-04 18:01:37 +00:00
abs
04c8e2ea5d update pkgtools/pkg_chk to 1.60:
Make -b work without any access to pkgsrcdir
2005-08-04 17:55:51 +00:00
gdt
643d77b4f0 regen for upstream patch admonition.
(Also noticed part numbering changed to I/II/A, but that seems ok.)
2005-08-04 17:53:11 +00:00
gdt
ef176f1a7a In components, in patches section, add admonition to send patches that
are really fixes upstream.  (Prompted by note back from an upstream
maintainer after sending him someone else's bugfix patch that he
hadn't already gotten asking me to make sure upstream maintainers get
patches.)
2005-08-04 17:38:06 +00:00
rillig
408cdaea69 Some fixes for the Solaris shell. After set -- foo bar; set --; echo $#
outputs 2, but 0 would be expected. That means that the arguments to set
-- must never be empty. I added the necessary checks. I also used
for...done loops instead of set, as they are simpler and don't use
global variables.
2005-08-04 16:54:53 +00:00
tonio
3033387472 Add patch-aa to make heimdal compile with gcc-4 (default with darwin 8)
This patch is the same as revision 1.3 of
/cvsroot/src/crypto/dist/heimdal/lib/asn1/gen_glue.c by matt@
those cvs log:
  Don't emit struct units [] anymore.  emit a struct units * const foo and
  in the C file initialize that to the static list.

Bump pkgrevision: it changes the binary package on gcc<4 platforms

approved by wiz@
2005-08-04 16:50:18 +00:00
rillig
5e36f0fde1 Added a patch for ISO C90 compliance. The offending part was a double
semicolon in a declaration.
2005-08-04 16:13:39 +00:00
rillig
e384c0ccab Added a patch that moves a variable declaration in above the code. This is
needed for ISO C90 compliance.
2005-08-04 16:11:28 +00:00
adam
2a75a52801 Updated mail/msmtp to 1.4.3 2005-08-04 15:24:35 +00:00
adam
402b295b18 Changes 1.4.3:
- Automatic envelope-from addresses are only generated when auto_from is enabled
  with the new auto_from command or --auto-from option.
  This allow empty envelope from addresses to be set with the from command or
  --from option.
2005-08-04 15:23:35 +00:00
wiz
464d2c229e Add and enable ap2-suphp. 2005-08-04 15:12:25 +00:00
wiz
834ca7b33e Add and enable p5-PAR. 2005-08-04 15:12:04 +00:00