Commit Graph

3598 Commits

Author SHA1 Message Date
brad
35821ab827 Redundant patch as pointed out by jakemsr@. The libltdl copy of ltmain.sh
will be regenerated from ltmain.in.
2006-01-04 19:48:59 +00:00
steven
af84999786 update to 0.69
from Jasper Lievisse Adriaanse (maintainer)
2006-01-04 17:09:37 +00:00
steven
2665f7937c update to 0.64
from Jasper Lievisse Adriaanse (maintainer)
2006-01-04 17:04:03 +00:00
bernd
3ff69c6673 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
- regen PLIST with new gettext for libgtop and libgtop2
2006-01-03 18:07:27 +00:00
bernd
47453f9047 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2006-01-03 14:55:18 +00:00
bernd
cf31304a70 SHARED_LIBS
ok marcm@, "go ahead" pvalchev@
2006-01-03 10:40:09 +00:00
steven
55c6fc4a67 update to 1.02
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2006-01-03 10:06:34 +00:00
steven
f319425f52 update to 1.1001, PKG_ARCH=*, license change
based on diff from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2006-01-03 09:44:48 +00:00
steven
aac0f6c3db update to 0.307, PKG_ARCH=*
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2006-01-03 09:40:16 +00:00
steven
c3e2316e36 update to 1.04, PKG_ARCH=*
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2006-01-03 09:26:24 +00:00
bernd
cff4d80c0d - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2006-01-02 18:15:52 +00:00
bernd
14be5d97f2 SHARED_LIBS, USE_LIBTOOL
"go ahead" pvalchev@
2006-01-02 17:49:48 +00:00
bernd
8e46c94b82 Fix a FAKE_FLAGS pasto. No PKGNAME bump required.
ok espie@
2006-01-02 17:12:01 +00:00
bernd
ae40fa8bf6 Unbreak build with SHARED_LIBS stuff. Sorry!
noticed by naddy@
2006-01-02 17:04:20 +00:00
kurt
30fd83abaa remove MALLOC_OPTIONS="j" now that java has it disabled. ok ian@ 2006-01-02 03:49:58 +00:00
kurt
bf8f82ebbc Disable Junk malloc option for java. java mprotects portions of the thread
stack. When forking, the child process deallocates the threads stacks it
inheritated from the parent. The junk malloc option then attempts to write
to the deallocated memory and segfaults because its not all writable. The
child proc stays in a SIGSEGV loop when this happens.  okay ian@
2006-01-02 03:48:40 +00:00
bernd
e278bb371b - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
- Fix regression test for fribidi
2005-12-29 13:56:07 +00:00
marcm
f32f3f7fd8 Zap the ltmain diff now that it's no longer needed. Noticed by jakemsr@ 2005-12-29 05:10:36 +00:00
naddy
63b933eb4d forgotten package bump 2005-12-28 22:38:21 +00:00
marcm
9b46f9aca3 Wee, other half of buggered commit...
Update to 2.8.4
USE_LIBTOOL
SHARED_LIBS

OK bernd@
2005-12-28 06:25:27 +00:00
marcm
2de1a7f736 Update to 2.8.4
SHARED_LIBS
USE_LIBTOOL

OK bernd@
2005-12-28 06:15:28 +00:00
naddy
a60e4b2318 fix quoting 2005-12-27 21:36:04 +00:00
brad
aa6538bd12 upgrade to silc-toolkit 1.0.2 2005-12-26 04:05:42 +00:00
bernd
4e0f9a93ad Use new SHARED_LIBS framework.
ok marcm@
2005-12-25 17:13:29 +00:00
pvalchev
11e3d0b837 SHARED_LIBS; ok espie 2005-12-24 17:40:00 +00:00
bernd
25f9d2dbf1 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
- regen libwnck PLIST with new gettext
2005-12-24 15:04:18 +00:00
bernd
c2d859340f - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate

libtool okay by brad@, espie@
2005-12-23 17:02:46 +00:00
bernd
9a4acc7c1e - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2005-12-23 14:38:31 +00:00
steven
481d1f0c4f update to 0.04, PKG_ARCH=*
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-22 20:33:41 +00:00
espie
d1d7c3bab2 - remove non-existent dirs from libsearch path.
- if DESTDIR is defined, avoid relinking (relinking doesn't make sense
with the fake framework anyways).

okay brad@, `as long as it doesn't break anything'.
2005-12-22 11:36:00 +00:00
canacar
790e5f925c Update gsl to version 1.7
ok alek@ aanriot@ sturm@
2005-12-22 07:35:20 +00:00
steven
65c97b2696 update to 0.12, PKG_ARCH=*
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-20 20:59:00 +00:00
steven
0c82c25558 update to 2.1, PKG_ARCH=*
new maintainer is Jasper Lievisse Adriaanse
2005-12-20 19:53:12 +00:00
robert
f544333a68 update to version 1.3.2; 2005-12-20 08:34:07 +00:00
pvalchev
e4bf6c70b6 include <stdio.h> so this is happy with gcc2 too; no change elsewhere 2005-12-20 08:07:32 +00:00
pvalchev
cb7230b74c gcc2 fix 2005-12-20 06:01:34 +00:00
marcm
7f87b79d50 Fix WANTLIB for ssl flavor, bump version.
From Wim Lewis <wiml at hhhh d0t org>
2005-12-19 18:41:51 +00:00
sturm
64f1be3535 work around broken gcc(?) on alpha 2005-12-18 21:53:18 +00:00
espie
0b604e89ee Minor fixes:
- do not link -lresolv, even though this will be gone from -current.
- ld.so path is just /usr/lib, no /lib on OpenBSD.
2005-12-16 23:03:35 +00:00
alek
4a95c6f086 Build with DEBUGLIBS set to Yes
ok grange@
2005-12-16 19:29:55 +00:00
brad
18eaff97e6 upgrade to silc-toolkit 1.0.1 2005-12-14 03:21:53 +00:00
pvalchev
eb1c7cf92e +p5-Test-Manifest 2005-12-13 22:20:13 +00:00
steven
881495d7f0 import p5-Test-Manifest-1.14
Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile. Instead of running at the t/*.t
files in ascii-betical order, it looks in the t/test_manifest file to
find out which tests you want to run and the order in which you want to
run them. It constructs the right value for MakeMaker to do the right
thing.

submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok alek@
2005-12-13 21:46:43 +00:00
espie
2c36d90e5f Fix two annoying issues (fixed upstream as well):
--tag CXX works for relink now.
--tag=disable-static/disable-shared is now independent from language tags,

thus libtool --tag=disable-static --tag CXX works.

Almost allows KDE from using libtool. Still one issue to hunt down and fix.

Okay brad@, who reminded me about updating both ltmain.in and ltmain.sh...
2005-12-12 15:15:16 +00:00
espie
3f5b871179 Fix packaging bug 2005-12-12 14:32:54 +00:00
steven
35d1827fec - new MAINTAINER Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
- PKG_ARCH=*
- bump PKGNAME
2005-12-11 11:10:06 +00:00
steven
5cdfb6d225 + p5-Module-Load 2005-12-10 15:53:28 +00:00
steven
2ddcc4b813 import p5-Module-Load-0.10
Module::Load eliminates the need to know whether you are trying to
require either a file or a module.

submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
"looks ok" alek@
2005-12-10 15:52:51 +00:00
aanriot
35efdf1308 - update avr-libc to 1.4.0.
- don't overwrite subdirs' flags.

tested by wilfried@, ok martin@
2005-12-09 16:01:00 +00:00
kevlo
e9f2842826 update to 1.08 2005-12-09 13:17:25 +00:00
steven
e1bd7bdfda update to 0.10
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
maintainer timeout
2005-12-08 16:30:59 +00:00
bernd
96c3a70dce add maven 2005-12-08 09:49:32 +00:00
bernd
2937ebc4ef Import maven-2.0.
Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a
project's build, reporting and documentation from a central piece of
information.

help & ok kurt@
2005-12-08 09:48:02 +00:00
bernd
15299ab459 Major update to pcre-6.4.
discussed with sturm@ and naddy@

ok sturm@ jakob@, "Auf!" naddy@
2005-12-07 20:11:49 +00:00
todd
e6bfa659fb cvs or I forgot to commit these, either way pointed out by STeve Andre', thanks! 2005-12-06 19:05:21 +00:00
espie
0d838a1d41 +slib-guile 2005-12-05 16:38:14 +00:00
espie
276dd096dc slib-guile is a `wrapper' to help slib+guile working 2005-12-05 16:36:31 +00:00
espie
de576d3434 let mklibcat heed DESTDIR. 2005-12-05 16:28:33 +00:00
espie
a64d59ec4c allow slib+guile to work, by relying mostly on slib instead of a guile
wrapper that will need to be rewritten each time (looks like another GNU
software engineering malpractice to me).

Patches taken from netbsd. problem duly noted by Todd Fries.
2005-12-05 14:46:01 +00:00
alek
911bdf98c3 - Don't build libgtop always as static library
- Don't include bundled gettext headers
- Fix LIB_DEPENDS
- Remove HOMEPAGE that no longer exists
- USE_LIBTOOL
- Bump PKGNAME

ok MAINTAINER
2005-12-04 12:17:47 +00:00
steven
b9dda64bc7 update to 0.093
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok pvalchev@
2005-12-03 11:59:58 +00:00
steven
54ab7a377e update to 0.68
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok pvalchev@
2005-12-03 09:03:45 +00:00
steven
ecb8b08211 update to 2.110
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok pvalchev@
2005-12-03 07:32:36 +00:00
pvalchev
c7746cd641 compile on gcc2; ok naddy, marcm 2005-12-03 04:26:02 +00:00
kevlo
85aaff2f3d upgrade to 1.07
From Jasper Lievisse Adriaanse <jasper at nedbsd.nl>.
2005-12-02 11:35:34 +00:00
kevlo
2c8f0228ee update to 0.05.
From Jasper Lievisse Adriaanse <jasper at nedbsd.nl>.
2005-12-02 11:32:54 +00:00
steven
178b98f095 update to 0.09
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok bernd@
2005-12-01 22:37:28 +00:00
steven
13c61184dc update to 0.63
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok bernd@
2005-12-01 22:35:25 +00:00
bernd
0c84db6133 Update to pango-1.10.2.
ok marcm@
2005-12-01 15:41:09 +00:00
steven
1ae216d9fa update to 0.99.3 and PKG_ARCH=*
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok bernd@
2005-12-01 12:59:06 +00:00
steven
f8c8c75462 update to 1.06
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok maintainer
2005-12-01 08:02:16 +00:00
todd
dd7f8025d5 update to opencm 0.1.2alpha8-2 2005-11-30 20:43:44 +00:00
sturm
930b91eb59 work around around a bug on alpha (in binutils?), where some relocations
end up in .rodata

solution from kurt@, closes ports/4569
2005-11-30 19:45:07 +00:00
kurt
ba0a70b4eb Disable malloc option J because it causes a SEGV loop in java
after forking (child process frees inherited threads that have
portions mprotected by the jvm as stack guard pages. J option
tries to write to the protected pages). no pkg bump, since
no change in package.
2005-11-30 18:34:25 +00:00
kurt
56509860b6 - fix build for systems with > 2G physical memory (signed int value was
assigned to uint64).
- set some fall-back max-memory values to reasonable values for OpenBSD.
Problem reported and update tested by Douglas Santos.
2005-11-30 02:21:32 +00:00
steven
cc3bd646d2 update to 2.02
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok bernd@
2005-11-29 17:41:05 +00:00
alek
352d48ff22 Update to 0.15
From new maintainer Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2005-11-29 07:40:50 +00:00
kevlo
6639a6d1cf update to 1.3. Submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>. 2005-11-29 02:19:42 +00:00
kevlo
edd8b9b02d update to 1.20. Submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>. 2005-11-29 01:37:07 +00:00
steven
bbcfe7eb4e update to 1.03
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
fix interactive regression test while here
ok sturm@
2005-11-28 21:10:31 +00:00
kevlo
054060c27a Update to 0.45
Submitted by  Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2005-11-28 01:55:21 +00:00
sturm
7a0adabfe4 fix CATEGORIES
from Moritz Grimm <mlist at scapa.dnsalias.net>
2005-11-27 10:54:10 +00:00
steven
d7340d5f3f update to 2.39
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok sturm@
2005-11-27 09:21:38 +00:00
sturm
bfd95ecfca update to Cache-Mmap 0.09
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-11-26 20:55:55 +00:00
kevlo
dc75d1befd update to svk 1.05 2005-11-24 03:55:17 +00:00
kurt
a174f4d822 - add plugin and javaws support. disable with no_web flavor.
Demos all work but deadlocking the vm under load has been
noted. Both MToolkit and XToolkit work ok so far.
- fix segfault with MToolkit where processTree was called
with to==NULL.
- fix NPE in plugin paintGrayBox where g==null
- fix javaws startup (from FreeBSD)
- forgot to mention in last commit: Forte Peformance Tools
collector is no longer disabled.
2005-11-23 19:39:13 +00:00
pvalchev
951da114d4 remove bullshit BROKEN on alpha -- fix it instead!!! 2005-11-23 16:04:49 +00:00
robert
468d930285 Mark broken on alpha; svnversion segfaults during fake;
from Michael Knudsen
2005-11-23 15:16:30 +00:00
kurt
d616aeb0d0 forgot to bump pkgname in last commit 2005-11-22 14:48:07 +00:00
kurt
7f5e5f0bdf - update to patchset 2. mostly removing patches now included in patchset.
- link awt_robot with -pthread
- disable a runtime Motif version check that incorrectly thought we were
using Motif 1.2 based on Xm major version. problem reported by Laurence
Tratt
- plugin and webstart comming later
2005-11-22 14:43:05 +00:00
kevlo
960e1ff080 upgrade to 1.21 2005-11-22 09:04:13 +00:00
kevlo
bb44b89925 add p5-prefork 2005-11-22 09:02:30 +00:00
kevlo
7834075814 Initial import p5-prefork 1.00.
The "prefork" pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code as
possible.
2005-11-22 09:00:57 +00:00
kevlo
534ccda247 update to 0.22 2005-11-22 07:53:39 +00:00
kevlo
4ee64dfcb2 update to 0.033 2005-11-22 07:45:21 +00:00
espie
d99a626f45 quick&dirty fix to avoid unwanted runtime dependency on gnu-m4.
tests sturm@, naddy@
2005-11-21 09:15:11 +00:00
jakemsr
779b5bad35 - distfile was rerolled
- USE_LIBTOOL
- general cleanup
- bump pkgname

OK wilfried@
2005-11-21 01:16:53 +00:00
wilfried
b1a40097b5 fix extra libs + bump 2005-11-20 12:54:05 +00:00
bernd
39217009b1 Unbreak build with automake 1.9 installed. Update patches while I'm here.
"looks good" sturm@
2005-11-19 13:15:21 +00:00
jolan
4eb839736d update to 4.2.3.2 2005-11-18 16:14:36 +00:00
naddy
d73fb8d6f9 fix WANTLIB 2005-11-17 21:15:35 +00:00
dons
4c7a3d9bde Update to darcs 1.0.4 2005-11-17 09:31:16 +00:00
kurt
13d86fe7a3 fix wantlib + bump. looks sane wilfried@ 2005-11-16 13:41:46 +00:00
msf
309ab7da58 - add missing dependencies spotted by Jacob Meuser
- bump PKGNAME
2005-11-16 12:50:36 +00:00
wilfried
543eb8d82a fix wantlib + bump 2005-11-15 13:23:15 +00:00
wilfried
5630e1aa18 fix packages-specs brain fart from yesterday and bump 2005-11-15 09:21:50 +00:00
wilfried
dd58041161 fix wantlib + bump 2005-11-14 18:30:02 +00:00
wilfried
6ddf8198e2 fix wantlib + bump 2005-11-14 10:07:29 +00:00
wilfried
c2b40ca409 fix wantlib + bump 2005-11-14 09:58:31 +00:00
wilfried
c62058c656 fix wantlib + bump 2005-11-14 08:40:53 +00:00
jolan
307513e1a9 update to 4.2.3.1 2005-11-14 05:12:29 +00:00
pvalchev
71fc3683d9 split retarded per-arch type definitions (windows shit, what can you expect)
into __LP64__ vs !__LP64__; ok espie
2005-11-13 17:35:58 +00:00
marcm
2d956b4b38 Update to 2.10.1. WANTLIBS, USE_LIBTOOL. 2005-11-13 16:53:48 +00:00
marcm
13742ab04d Fix WANTLIBS, gtk+2 fallout. Bump version 2005-11-13 16:52:12 +00:00
sturm
8ff7a606cb build on sparc64 2005-11-13 09:22:28 +00:00
marcm
e932bac2ea Update this to 0.8.11. gtk+2 fallout. Fix plugin registration handling. 2005-11-13 06:49:01 +00:00
marcm
beed0ed70d Update to 0.8.11. Handle plug-in registration right (finally). 2005-11-13 06:46:50 +00:00
marcm
3d421285d2 Update to 2.2.5. Add USE_LIBTOOL too. 2005-11-13 06:44:55 +00:00
marcm
8dcdfda0ef Update pango to 1.10.1. Part of the update to the GTK 2.8 series.
Pango 1.10 release notes here:
http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00058.html

NOTE: Pango now uses the Cairo vector graphic library.  This will
necessitate changes to depending ports!
2005-11-13 06:22:59 +00:00
marcm
69aea10936 Update glib2 to 2.8.3. Part of the update to the GTK 2.8 series.
Glib 2.8 Release notes are here:
http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00048.html
2005-11-13 06:22:02 +00:00
djm
f6f81c8b57 +py-SOAPpy 2005-11-12 00:58:09 +00:00
djm
77e1fc9a7a import of py-SOAPpy-0.11.6:
SOAPpy tries to provide a full-featured SOAP library for
Python that is very simple to use and that fully supports
dynamic interaction between clients and servers.

feedback alek@ and eric.faurot AT gmail.com; ok alek@
2005-11-12 00:57:13 +00:00
djm
9a608ffe89 +py-fpconst 2005-11-12 00:54:42 +00:00
djm
fb7fd81cee import of py-fpconst-0.7.2:
This python module implements constants and functions for
working with IEEE754 double-precision special values. It
provides constants for Not-a-Number (NaN), Positive Infinity
(Inf), and Negative Infinity (-Inf), as well as functions to
test for these values.

ok alek@
2005-11-12 00:53:31 +00:00
naddy
34c8ddb41a bump PKGNAMEs after libsigc++ dependency change 2005-11-11 21:19:13 +00:00
naddy
d01570f036 don't install outside fake area, ok bernd@ 2005-11-10 13:00:28 +00:00
brad
63377d49cf upgrade to t1lib 5.1.0
ok bernd@
2005-11-09 21:10:48 +00:00
wilfried
a0e2ec61d7 can use glib2 >= 2.6 2005-11-09 20:04:08 +00:00
espie
8fea603999 +xchm, +chmlib 2005-11-08 10:45:46 +00:00
espie
75dade73b5 chm microsoft parsing library, done as a demonstration at v2k5 2005-11-08 10:40:17 +00:00
naddy
0f793f5689 MAJOR update to 0.14.5. Help and ok espie@ 2005-11-05 23:47:58 +00:00
wilfried
0efa340aa7 +mysql-gui-common 2005-11-04 14:03:09 +00:00
wilfried
388335106e import of mysql-gui-common-2.0.11beta
common libraries and data for the MySQL GUI Suites
2005-11-04 13:58:34 +00:00
alek
5e2761425a - USE_LIBTOOL
- Bump PKGNAME

From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER)
2005-11-04 09:42:31 +00:00
kurt
f79a39c953 remove old ld.so findlibrary work-around. looks sane espie@ 2005-11-03 22:29:48 +00:00
naddy
bfd5225608 Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
2005-11-03 18:28:55 +00:00
bernd
00a0a038f0 update to libidn-0.5.20
okay sturm@
2005-11-03 13:49:41 +00:00
alek
c32f1de2f1 Add blame 2005-11-03 09:57:00 +00:00
alek
70eb4aa1db Import blame 1.1
Blame displays the last modification for each line in an RCS file. It is
the RCS equivalent of CVS's annotate command.  An annotated RCS file
describes the revision and date in which each line was added to the
file, and the author of each line.

From Alan Post <aisa@cybermesa.com>
2005-11-03 09:42:29 +00:00
xsa
eb6054f05d Update to Cheetah-0.9.18 2005-11-03 09:08:25 +00:00
wilfried
7286fdc6ef + glib2mm
+ libsigc++-2
2005-11-02 23:54:39 +00:00
wilfried
272a5a8939 Import of glibmm 2.6.1
glib-- is a C++ interface for the GNU library glib2.
2005-11-02 23:51:51 +00:00
wilfried
bf22f7930e Import of libsigc++ 2.0.16
A Signal Framework for C++
2005-11-02 23:50:01 +00:00
wilfried
413ccc24f1 explicitly depend on libsigc++-1 and add USE_LIBTOOL, ok pval 2005-11-02 20:44:56 +00:00
brad
e6695723f7 rev 1.334.2.92
With `-static', only link statically against uninstalled libtool
libraries.  Fixes 1.5.x regression to match documented (and actual
1.4.x) behavior.

From libtool CVS
2005-11-02 02:47:09 +00:00
mbalmer
164ad7e9c7 Make sure files are installed with the correct uid/gid. 2005-11-01 11:34:15 +00:00
mbalmer
46e77417cc Removed an unused variable. 2005-10-31 15:06:40 +00:00
mbalmer
28dc7d463e Update to horde-3.0.6 2005-10-31 15:02:34 +00:00
alek
417dc07825 Bump PKGNAME after recent change 2005-10-31 14:47:32 +00:00
millert
40027b4e79 Fix GetControlChars() function; wilfried@ OK 2005-10-30 22:49:13 +00:00
naddy
233f47d315 Major update to 2.1.
Based on a submission by Rui Reis <rui@rui.cx>.
ok espie@
2005-10-30 18:07:35 +00:00
espie
1c8daf0310 update to new version 2005-10-30 09:27:08 +00:00
fgsch
c5b44fec6e after querying brad@ he decided to drop maintainership for these. 2005-10-30 00:10:39 +00:00
espie
6262d29bb8 fix grammar for upcoming new bison. 2005-10-28 19:43:32 +00:00
fgsch
daec0e8fad cope with gd changes. sturm@ ok. 2005-10-24 05:04:16 +00:00
dons
b9fefdd3e1 Update cpphs to v1.0 2005-10-24 03:14:57 +00:00
kurt
13dc22b0d1 libc is not explicitly linked into jvm shlibs, so using RTLD_NEXT to find
a symbol in libc won't work. dlopen libc and find it directly.
2005-10-21 22:36:30 +00:00
espie
9b85679080 remove the p6 that looks like a FLAVOR from the packagename, normalize
as 1.4.6 instead.

Ditch the p* suffix for now, since we're `starting anew'.
2005-10-21 19:18:26 +00:00
espie
7fa2ca5005 fix manpage, use system libtool. 2005-10-21 19:16:40 +00:00
naddy
2a3792d408 maintenance update to 1.4.4, no notable changes 2005-10-21 13:58:00 +00:00
kevlo
4a4512a687 upgrade to 0.032 2005-10-21 02:52:20 +00:00
kevlo
894900115c update HOMEPAGE 2005-10-20 06:28:59 +00:00
espie
14b8289bb7 needless use of pre-fake 2005-10-18 19:09:46 +00:00
espie
ae056dd3c4 pre-fake -> pre-install (needless use) 2005-10-18 19:08:31 +00:00
xsa
e0d7af2a3a Update to pyparsing-1.3.3; 2005-10-18 17:06:27 +00:00
pvalchev
49beac3f28 move #ifdef __i386__ to actually include the inline x86 asm too
so this compiles on other arches, no binary change; ok avsm
2005-10-16 21:55:15 +00:00
avsm
2ca7d14245 - remove patch that is duplicated in distro
- trim configure patch for dup
- bump PKGNAME
From <andreas@zzlevo.net>
2005-10-16 15:52:31 +00:00
fgsch
5c6511cccb sync with gd update; maintainer ok. 2005-10-12 05:38:51 +00:00
bernd
5c14fed137 update to doxygen-1.4.5
ok alek@
2005-10-09 21:42:04 +00:00
pvalchev
046c6bf86c remove 0-byte empty file... strange it was here 2005-10-08 08:21:21 +00:00
pvalchev
a494bb763b sync patches (linenumbers) 2005-10-08 08:06:52 +00:00
msf
feeaf3b80e +p5-Glib2 2005-10-07 17:50:32 +00:00
msf
41842c4f1c - initial import of Glib2-1.101
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

ok sturm@
2005-10-07 17:49:23 +00:00
wilfried
56c9c8682a update to 1.15 2005-10-07 13:44:21 +00:00
wilfried
a9f7edffc9 update to 2.0.6 2005-10-07 13:21:27 +00:00
robert
641af1d260 upgrade to version 1.3.1; 2005-10-07 12:34:25 +00:00
kevlo
3961e4f369 upgrade to 0.031 2005-10-07 05:52:50 +00:00
msf
07b85b375c +p5-ExtUtils-Depends
+p5-ExtUtils-PkgConfig
2005-10-06 19:37:18 +00:00
msf
160dc125e6 - initial import of ExtUtils-PkgConfig 1.07
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.
ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows.
2005-10-06 18:15:02 +00:00
msf
e586cb6bb5 - initial import of ExtUtils-Depends 0.205
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
2005-10-06 18:11:44 +00:00
espie
7b47db2035 update to recent version with less patches.
okay marcm@
tested through a full ports build.
2005-10-05 08:50:20 +00:00
bernd
f09503bad2 add libidn 2005-10-02 15:39:23 +00:00
bernd
63396acca2 import libidn-0.5.19
Libidn is a package for internationalized string handling based
on the Stringprep, Punycode, IDNA and TLD specifications.

help & ok sturm@
2005-10-02 15:37:33 +00:00
alek
a1358e3c52 Better REGRESS_DEPENDS
ok msf@
2005-10-02 15:13:22 +00:00
alek
88e627abee Update to 0.88
From Nick Nauwelaerts <nick@nauwelaerts.net> (new MAINTAINER)
2005-10-02 13:05:33 +00:00
alek
56541590ad Update to 1.2.3
From Sigfred Haversen <bsdlist@mumak.com> (MAINTAINER)
2005-10-02 09:02:05 +00:00
espie
febc69e846 avoid gnu-m4, it's really not needed.
Simplify PLIST slightly.
Stop conflicting at libsigc++-1.2, those are really not compatible.
2005-10-02 08:22:33 +00:00
martin
2fb0000a32 update to 1.2.5
ok aanriot@
2005-10-01 19:30:00 +00:00
sturm
0136620a75 sync distfile
as this is the only port, where we have a versioned distfile in
systrace.policy AND this jdk is EOL, there is no need for a generic
solution

discussed with and ok kurt@
2005-10-01 12:16:47 +00:00
djm
7ad95f7cdc fix my broken PLIST, spotted by sturm@ and Steve Andre 2005-09-28 09:25:01 +00:00
aanriot
c110b12190 disable fastjar and c++ support, remove collisions (spotted by espie@).
ok martin@ espie@
2005-09-26 08:59:06 +00:00
espie
418bdad675 move distfile to gcc subdir so that gcc 3.4 port can use it as well... 2005-09-26 08:13:17 +00:00
kevlo
aaad994512 upgrade to 1.04 2005-09-26 03:18:53 +00:00
kevlo
10a96c441b upgrade to 0.67 2005-09-26 02:53:47 +00:00
kevlo
5332397526 add p5-File-chdir 2005-09-26 02:51:26 +00:00
kevlo
268df17975 Initial import of File-chdir 0.06
File::chdir gives you an alternative, $CWD and @CWD.
2005-09-26 02:50:23 +00:00
espie
9a9de9dc21 gratuitous conflicts with gcc-* 2005-09-25 14:48:53 +00:00
espie
b90df4cf80 don't build packages owned by the package builder. 2005-09-25 09:22:49 +00:00
fgsch
f383872f58 correct goopy entry. 2005-09-24 15:29:45 +00:00
pvalchev
b435bbbafa remove maintainer Shell Hung due to years of inactivity 2005-09-23 19:36:02 +00:00
kevlo
15ca64e02e upgrade to 0.030 2005-09-23 07:03:52 +00:00
kevlo
4ff8a44109 upgrade to 0.06 2005-09-23 06:19:07 +00:00
kevlo
8828995c72 upgrade to 1.20 2005-09-23 03:54:09 +00:00
jsg
9effed0385 Use provided scripts to compile which makes avr3/avr4/avr5 specific
bits build.
ok martin@, aanriot@
2005-09-22 23:34:57 +00:00
kurt
4d446a3234 update depends now that mozilla is gtk2 by default 2005-09-22 17:05:49 +00:00
kurt
2b1ffc1eb7 update to 1.3.1_16 from steven mestdagh <steven.mestdagh@esat.kuleuven.be> 2005-09-22 16:17:15 +00:00
avsm
4f6cd57660 +ocaml-calendar 2005-09-22 14:39:32 +00:00
avsm
dd94b8169f initial import of ocaml-calendar-1.09.3
--
The Calendar library is a library providing a set of operations
over dates and times.  This library is written for version 3.06
or greater of Objective Caml.
2005-09-22 14:38:41 +00:00
avsm
d2f5dce580 +cvsps 2005-09-22 13:21:44 +00:00
avsm
9514c0cc3b initial import of cvsps-2.1
--
CVSps is a program for generating 'patchset' information from a CVS
repository. A patchset in this case is defined as a set of changes
made to a collection of files, and all committed at the same time
(using a single 'cvs commit' command). This information is valuable
to seeing the big picture of the evolution of a cvs project. While
cvs tracks revision information, it is often difficult to see what
changes were committed 'atomically' to the repository.
2005-09-22 13:21:05 +00:00
avsm
ce05143106 update to cil-1.3.3 2005-09-22 12:53:15 +00:00
jolan
8920c622d6 +p5-Proc-Simple 2005-09-21 16:48:17 +00:00
jolan
fbede89408 p5-Proc-Simple-1.21, module to launch and control background processes 2005-09-21 16:46:28 +00:00
martin
6e13c55486 drop ONLY_FOR_ARCHS 2005-09-21 16:21:25 +00:00
aanriot
3a16cc2762 add avr. 2005-09-20 15:23:09 +00:00
aanriot
adc50bf119 import avr, a Atmel AVR 8-bit RISC microcontrollers' framework.
It's composed by binutils, gcc, libc, and gdb, for these microcontrollers.

ok martin@, review and ok espie@
2005-09-20 15:22:42 +00:00
espie
3b8575b448 fix disgusting bug. 2005-09-19 19:01:20 +00:00
djm
d28308fe5a drop "p1" suffix after update 2005-09-19 10:42:45 +00:00
djm
cd2537661e python-dateutil-1.0 (master site is still broken) 2005-09-19 10:40:12 +00:00
djm
fd4481f185 pytz-2005m (latest Olson tz database) 2005-09-19 10:32:30 +00:00
aanriot
84a734c321 add p5-Devel-ptkdb. 2005-09-18 22:29:39 +00:00
aanriot
03b68d596c import p5-Devel-ptkdb.
ptkdb is a debugger for Perl with a Tk GUI. Features include push button
controls, restart, expression evaluation window, conditional
breakpoints, and hot variables. This is not a GUI wrapper on the
existing debugger, but a new debugger built from the ground up.

inputs and ok pvalchev@
2005-09-18 22:27:38 +00:00
pvalchev
c60f742777 Update to sdl-1.2.9 2005-09-17 00:38:15 +00:00
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
aanriot
e06bd53db5 add p5-Config-Tiny. 2005-09-16 08:52:41 +00:00
aanriot
87335bf6f3 import p5-Config-Tiny.
Config::Tiny is a perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
overhead.

ok bernd@
2005-09-16 08:51:18 +00:00
espie
8e0d82c9f7 @pkgpath annotations to help update 2005-09-14 10:41:02 +00:00
espie
3802afdcd2 somehow, I copied over the `no regress' from previous autoconfs.
No need to bump the pkgname, this affects only regress.
2005-09-11 08:14:45 +00:00
marcm
9e2e2fb6c1 Don't pick up cairo automagically... yet.
Bump package version.
2005-09-11 05:12:41 +00:00
espie
920e3b9686 fix WANTLIB 2005-09-10 18:18:41 +00:00
marcm
99265c7e80 *slap* to the GTK/Gnome folks for *decrementing* the major lib version
between 1.10.2 and 1.10.3.

*slap* to the MAINTAINER for missing this (that would be me)

And thanks to Bernd Ahlers <bernd at ba-net dot org> for catching it.
2005-09-09 19:05:10 +00:00
brad
eed4aa183b upgrade to libtool 1.5.20 2005-09-09 17:30:32 +00:00
espie
acf305a284 bad Marc Matteo, bump PKGNAME along with PLIST changes! 2005-09-08 20:33:36 +00:00
marcm
6587b9f241 Clean up PLIST, better handing of config dirs under pkg_delete -c 2005-09-08 15:43:34 +00:00
marcm
044bd13925 Remove soup. Used only by Evolution 1 and replaced a long time ago by
devel/libsoup.
2005-09-08 15:24:52 +00:00
pvalchev
3a025e5416 fix another port broken by the mysql update that brad should've caught 2005-09-08 01:51:00 +00:00
kurt
740cefcbc8 fix internal browser when -mozilla subpackage is installed. from FreeBSD
okay ian@
2005-09-07 15:44:36 +00:00
grange
4587928acb Minor update: add some /etc/bluetooth files. And change MASTER_SITE
to the mine.

ok sturm@ a while ago.
2005-09-06 18:59:19 +00:00
pedro
b0a34deb4e luavenv-1.1, okay jolan@ 2005-09-06 13:15:10 +00:00
pedro
7cf16a0f03 luacompat-5.1r4, okay jolan@ 2005-09-06 13:09:27 +00:00
marcm
991bc728f6 Later GTK+ versions print warnings about improper args to gdk_property_get,
vte does this so fix it in advance of any GTK+ updates.

Bump package version accordingly.
2005-09-06 04:10:12 +00:00
marcm
9747080e51 Update to 1.10.3. Minor bug fix. 2005-09-06 04:06:36 +00:00
marcm
0fe5aa266c Minor bump 2.4.2 -> 2.4.3 since I was in the area. 2005-09-06 03:24:07 +00:00
marcm
b9d1e02655 Also part of Gnome1, sorta. ports@ maintainer now. 2005-09-06 03:22:59 +00:00
espie
d5da6782f6 decent manpage behavior 2005-09-05 11:41:56 +00:00
marcm
41a6111194 Clean up /var/db/gconf on pkg_delete -c. Bump package name. 2005-09-04 23:42:53 +00:00
espie
e25ef46a0b replace the @exec stuff with a registration mechanism that handles
updates correctly.
2005-09-04 23:38:17 +00:00
espie
a90f0125ed zap unneeded @exec, @sample dir/ instead. 2005-09-04 23:08:35 +00:00
sturm
0d88196840 bump PKGNAME so that 3.7 won't have higher PKGNAMEs than 3.8
suggested by espie@, ok pval@
2005-08-31 19:55:36 +00:00
kurt
969db3f012 fix building with systrace. no pkg bump since package doesn't change.
noticed by Matthias Kilian <kili@outback.escape.de>

okay pvalchev@
2005-08-26 21:39:14 +00:00