Commit Graph

31431 Commits

Author SHA1 Message Date
steven
0d6122e805 update to 1.28
based on diff from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2006-01-04 07:28:24 +00:00
david
ee5d974f4a Fixed issue with MySQL 5.0 and the schema keyword; from snort CVS
bump PKGNAME
2006-01-04 04:15:18 +00:00
pvalchev
ef3ab8fb6d gcc2 fixes 2006-01-04 02:03:46 +00:00
brad
4e3349d0be fix a crash with mod_proxy if the Host: header is empty.
From lighttpd Trac
2006-01-03 23:39:11 +00:00
alek
275b321055 - SHARED_LIBS
- Regen PFRAG.shared
- Bump PKGNAME
2006-01-03 23:00:31 +00:00
alek
cced271fc3 - Use SHARED_ONLY
- Use LIBTOOL
- SHARED_LIBS
- Regen patches and PLIST
- Bump PKGNAME
2006-01-03 22:19:26 +00:00
steven
82cee7cf82 SHARED_LIBS 2006-01-03 21:21:52 +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
steven
b2a70fdd85 SHARED_LIBS and USE_LIBTOOL
ok bernd@
2006-01-03 17:37:18 +00:00
steven
6e6a0d9cb9 SHARED_LIBS and USE_LIBTOOL 2006-01-03 17:16:18 +00:00
espie
45781ae737 SHARED_LIBS 2006-01-03 16:55:50 +00:00
espie
190c9fb905 SHARED_LIBS 2006-01-03 16:42:47 +00:00
steven
f2ca8c2804 SHARED_LIBS and USE_LIBTOOL 2006-01-03 15:15:43 +00:00
bernd
47453f9047 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2006-01-03 14:55:18 +00:00
espie
a61cfa6eac SHARED_LIBS 2006-01-03 14:49:23 +00:00
espie
b536c250bf zap unwanted stuff 2006-01-03 14:15:14 +00:00
espie
c37c2a7574 SHARED_LIBS 2006-01-03 14:10:51 +00:00
espie
57a81a9665 SHARED_LIBS 2006-01-03 12:27:24 +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
espie
8e9a592954 SHARED_LIBS 2006-01-03 09:10:53 +00:00
espie
c8f333709e unbreak 2006-01-03 09:07:26 +00:00
espie
d1416111ec oopsie 2006-01-03 09:06:14 +00:00
marcm
18a16ff171 SHARED_LIBS and update to the latest 2.8 version since I've had it for
some time :).

"looks alright" pval@
2006-01-03 07:33:36 +00:00
sturm
9e54b690c1 SHARED_LIBS, bump PKGNAME due to plist changes 2006-01-02 22:44:50 +00:00
sturm
f3f4734f33 SHARED_LIBS 2006-01-02 22:43:10 +00:00
naddy
807763b193 fix libsigc++-2 dependency 2006-01-02 22:11:02 +00:00
alek
72956485d2 - USE_LIBTOOL
- SHARED_LIBS
- regen PLIST
- Bump PKGNAME
2006-01-02 21:49:23 +00:00
sturm
95c7e82d76 line wrap 2006-01-02 20:22:19 +00:00
sturm
3a7d7ea58c linewrap 2006-01-02 20:08:42 +00:00
sturm
b53376346c SHARED_LIBS, USE_LIBTOOL 2006-01-02 20:05:09 +00:00
kurt
7ef5720781 update to 1.2.15 and USE_LIBTOOL 2006-01-02 18:24:57 +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
espie
872158486a fix plugins path after recent qt3 update 2006-01-02 17:00:16 +00:00
espie
2977e72179 versioned pluginsdir in qt3.port.mk 2006-01-02 16:59:37 +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
naddy
06aed2f174 SHARED_LIBS, USE_LIBTOOL 2006-01-01 22:23:03 +00:00
naddy
49b3093ffa SHARED_LIBS 2006-01-01 20:57:03 +00:00
sturm
81e2bfb74d SHARED_LIBS, keeping the same SO_VERSION for all libs 2006-01-01 16:02:36 +00:00
alek
e833c7a25a Fix rcsid; ok sturm@ 2006-01-01 15:12:06 +00:00
alek
0b4ff7181c - Fix atom support
- Bump PKGNAME

from mpech@
2006-01-01 12:31:22 +00:00
alek
92ec721bc1 Use versioned python binary; fixes build when there is no python symlink
ok sturm@
2006-01-01 09:51:58 +00:00
sturm
5a686c751d SHARED_LIBS
note that we keep the mozilla ports at a single SO_VERSION, too many
libraries, too little gain otherwise
2005-12-31 18:35:56 +00:00