Commit Graph

3105 Commits

Author SHA1 Message Date
fgsch
1a0d02f6c8 drop maintainership. 2005-06-29 03:56:43 +00:00
aanriot
4cdbec2a42 update to 3.3.11.
ok naddy@
2005-06-28 19:31:56 +00:00
grunk
4dcf42a8b4 add missing PKG_ARCH. while there, zap a EOL tab
ok pvalchev@
2005-06-21 12:14:43 +00:00
kettenis
f6b9499eeb Deal with more ABIWARN linker messages.
ok alek@
2005-06-18 14:34:56 +00:00
kurt
0a0dec3f7d - begin using java MODULE
- bump pkgname
2005-06-17 21:47:29 +00:00
kurt
d0f3985cc0 - begin using java MODULE
- bump pkgname
2005-06-17 19:17:41 +00:00
kurt
c1da71e630 - begin using java MODULE
- keeping ONLY_FOR_ARCHS=i386 was intentional
- bump pkgname
2005-06-17 19:15:29 +00:00
brad
3cbe1f7cd8 rev 1.334.2.72
Add fully-qualified paths to temp_rpath rather than unqualified paths in order
to avoid possible errors when computing the fully-qualified path later.

rev 1.334.2.70

Do not add installed static litool libraries to convenience, they are not
convenience libraries.

From libtool CVS
2005-06-17 16:16:46 +00:00
kurt
e94d72bb53 - fix linux 1.3.1 jdk pkgspec 2005-06-17 15:37:33 +00:00
kurt
7ddb5ebf43 - add java MODULE to handle some commmon java port issues
- Based on the MODJAVA_VER, MODJAVA_JRERUN, NO_BUILD
  and MACHINE_ARCH, the following things will be setup:
    ONLY_FOR_ARCHS if not already set.
    BUILD_DEPENDS on a jdk (native preferred).
    JAVA_HOME to pass on to the port build.
    RUN_DEPENDS for all jdk's and jre's that can run the port.

Review and feedback nikolay@, ian@.
2005-06-17 14:59:27 +00:00
kurt
b26c325c98 rename patch > 100 chars to shorter name. fixes tar of ports tree.
noticed by theo.
2005-06-16 14:47:48 +00:00
espie
36c389c5cc yet another typo... 2005-06-14 20:10:58 +00:00
kevlo
c1720624dc update ftp site. 2005-06-14 01:58:56 +00:00
avsm
810aacb5f0 oops, typo 2005-06-13 20:05:31 +00:00
avsm
610dd4c973 update to cvs2cl-2.58, lets it work with newer cvs servers now 2005-06-13 20:03:14 +00:00
kevlo
2b7fb75b25 upgrade to svk 1.0 2005-06-10 06:41:52 +00:00
kevlo
c8bdbd92fd upgrade to 0.18 2005-06-10 06:11:58 +00:00
kevlo
6a21b0b0f3 update to 0.61 2005-06-10 06:04:55 +00:00
kevlo
2023f38a44 oops, forgot to add swig dependency 2005-06-10 05:41:36 +00:00
kevlo
423f0cb6e4 remove libswig dependencies after updating swig to 1.3.24.
Pointed out by msf@
2005-06-09 14:47:15 +00:00
kevlo
8f79cca4d1 upgrade to 1.3.24 2005-06-09 07:50:54 +00:00
pvalchev
aea310895d kill xerox NS protocol includes that were not used anyway; no package change 2005-06-09 00:49:26 +00:00
fgsch
97dfc4ca97 fixes some nasty bugs where psyco can delete a var too earlier; from the
cvs repo; also uses WRKDIST rather than WRKSRC and bump package ver.
2005-06-08 22:24:01 +00:00
sturm
7a0f632974 depend on any version of lame that's installed but prefer the no_x11
FLAVOR for new installs

this gives bulk builders a slightly better chance to not get conflicts

maintainer timeout
2005-06-06 20:38:33 +00:00
kurt
31adc626ed - Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
jar. From FreeBSD.
2005-06-04 15:47:53 +00:00
kurt
7d765564c2 - Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory.  Fixes a security problem with
  jar. From FreeBSD.
- Fix timezone issues. Allow /etc/localtime to be a symlink and fix the case
  where /etc/localtime points to a tz that the jdk doesn't know about.
- timezone is a function on BSD, not a variable, so move the timezone
  == 0 check to the non-BSD section. from millert@
2005-06-03 20:36:07 +00:00
kurt
bda3767814 remove zero length files missed in last commit 2005-06-03 17:55:47 +00:00
kurt
683c76d57c - Add support for powerpc. With some tips from tedu@ and drahn@, thanks!
- Change bootstrap method. No longer use 1.3-linux port to bootstrap.
  Use class files from a linux binary jdk and extra source and header
  files from my website.
- Remove plugin support. plugin has security issues and doesn't work
  with recent mozilla/firefox versions.
- Patches for arm native-threads are included but not enabled yet.
  I prefer to have all arches use green-threads to avoid arch specific
  pkg files. Also noticed some regressions with native-threads on i386.
  arm support from Dale Rahn (drahn@).
- quiet pre-patch phase

okay ian@
2005-06-03 17:27:53 +00:00
kurt
56f5b6a11c timezone is a function on BSD, not a variable, so move the timezone
== 0 check to the non-BSD section. from millert@

no funtional change, so no PKGNAME bump
2005-06-02 18:18:15 +00:00
mbalmer
8c866775c6 Update to version 2.4
From (new) maintainer Ben Lovett, ben (at) tilderoot.com
2005-05-31 18:47:12 +00:00
djm
a995aae6f8 +py-radix (thanks alek@ for reminding me) 2005-05-31 05:59:07 +00:00
djm
3e01a2ffa1 import of py-radix-0.4:
py-radix is an implementation of a radix tree data structure for
the storage and retrieval of IPv4 and IPv6 network prefixes.

The radix tree is the data structure most commonly used for
routing table lookups. It efficiently stores network prefixes of
varying lengths and allows fast lookups of containing networks.

feedback and ok alek@
2005-05-30 22:50:22 +00:00
canacar
2905908a69 Update gsl to version 1.6, take over maintainership.
tested, comments and go for it espie@, ok rohee@
2005-05-30 17:58:08 +00:00
alek
0476c01ff7 Remove MAINTAINER 2005-05-30 10:34:00 +00:00
alek
d5546f46b7 Add libast 2005-05-28 09:13:17 +00:00
alek
0d1a2b96f8 Import libast 0.6.1
The Library of Assorted Spiffy Things (LibAST -  formerly libmej) was
originally designed as a  companion library to Eterm. However, it
contains  many features that other projects may find useful,  so it
has been broken out into its own library.  Features include thorough
debugging and memory tracking engines, various string manipulation
functions, and a flexible config file parsing engine.

From Francois Briere <fbriere@imaginatif.org>
2005-05-28 09:06:33 +00:00
avsm
3409fdf14f Add in a --dorandomvars which sets local variables to values other than
0 to try and find bugs which depend on them being initalized to 0.

Also turn off the other transformations by default (use --dokerneltrace
or --donullint)

Go get em Chad.
2005-05-27 21:46:23 +00:00
espie
66b1717b38 tsk, tsk, distibution 2005-05-27 09:34:00 +00:00
avsm
a06c692333 Add a 'kernel function call tracer' to automatically insert a call to
log() to certain functions in the kernel to help debugging.

An example use when building a kernel would be:
$ make CC='/usr/local/bin/cilly --trace-regexp=^cache_ --trace-level=0'
to instrument all functions starting with cache_* to notify syslog at
emergency log level.  The output also includes the contents of any
char/int/long arguments (pointers and structs not followed yet, too
verbose).

A full kernel build doesnt quite work with CIL yet so use selectively.
2005-05-27 06:31:52 +00:00
dons
95a07ae0d6 Update to latest stable. 2005-05-26 01:45:38 +00:00
marcm
8d381c7e46 Update to 0.8. 2005-05-25 23:53:37 +00:00
marcm
d98221db57 Update to 2.10.0... blaa blaa blaa Gnome... 2005-05-25 23:29:47 +00:00
marcm
a7e12873f7 Up to 2.10.1 for Gnome 2.10.1. 2005-05-25 23:28:16 +00:00
marcm
2f4bd46f55 Update to 2.5.1 for Gnome 2.10 and others. 2005-05-25 23:26:40 +00:00
marcm
01056def4e Update to Gnome 2.10 flavor. Also, clean up this port a bit. 2005-05-25 23:25:25 +00:00
marcm
85fe1bb640 No need to run the update tool here. Bump pkg number 2005-05-25 23:23:47 +00:00
kurt
55254799c8 + 1.5 2005-05-25 17:29:01 +00:00
kurt
599fca9561 initial import of 1.5 2005-05-25 17:27:53 +00:00
jolan
12ad1c83f0 update to 1.0 2005-05-24 22:34:47 +00:00
marcm
8a8976c83f Update for Evolution... oh and Gnome 2.10 too :). 2005-05-24 22:09:39 +00:00