Commit Graph

31541 Commits

Author SHA1 Message Date
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
naddy
e6b6088d27 SHARED_LIBS 2005-12-31 17:29:37 +00:00
naddy
334a741989 SHARED_LIBS, USE_LIBTOOL 2005-12-31 16:33:45 +00:00
espie
67178f8451 update to qt 4.1.0, heavily patch qmake to handle SHARED_LIBS.
patch a lot of Makefiles to avoid debug stuff entirely.
fix a few tests so that libmng gets picked up, and some various NIS
and IPv6 stuff.
2005-12-31 15:59:50 +00:00
sturm
fe5d08e7bc mirror distfiles on my server (requested by aanriot@)
and use xmame's historic/ directory
2005-12-31 15:56:09 +00:00
steven
50852a07ad SHARED_LIBS, switch to USE_LIBTOOL, sync with update-plist, bump PKGNAME 2005-12-31 15:27:01 +00:00
steven
65ba9c2a9a SHARED_LIBS, switch to USE_LIBTOOL 2005-12-31 15:24:26 +00:00
naddy
72c66765d8 - SHARED_LIBS
- remove shared library .so and .so.N links
2005-12-31 15:18:44 +00:00
steven
9a0906c882 SHARED_LIBS 2005-12-31 15:10:05 +00:00
sturm
d1b4f500d9 SHARED_LIBS, USE_LIBTOOL 2005-12-31 14:35:36 +00:00
sturm
d418549bda SHARED_LIBS and some libtool related cleanup 2005-12-31 14:32:13 +00:00
steven
7d64d097a2 += instead of = 2005-12-31 14:22:41 +00:00
steven
015e68f462 SHARED_LIBS, switch to USE_LIBTOOL, sync with update-plist, bump PKGNAME 2005-12-31 14:19:38 +00:00
steven
9d869d4c6f SHARED_LIBS, switch to USE_LIBTOOL, sync with update-plist and bump PKGNAME
looks ok espie@
2005-12-31 14:07:21 +00:00
steven
db1b57032d SHARED_LIBS 2005-12-31 14:03:28 +00:00
steven
bcca67c789 - SHARED_LIBS
- USE_LIBTOOL
- use python binary instead of user-created python symlink, from alek@

ok alek@
2005-12-31 13:10:15 +00:00
mbalmer
b616bdcee3 Forgot to bump the package name of the -docs subpackage after a change
to the PLIST.

"gentle" reminder by nikolay...
2005-12-31 13:03:39 +00:00
steven
4664959347 SHARED_LIBS and USE_LIBTOOL 2005-12-31 11:32:49 +00:00
mbalmer
58c3ec46eb Fix a typo, from jk <dhv@scurvy.org>. 2005-12-31 10:40:39 +00:00
steven
a14ca7dd09 SHARED_LIBS and USE_LIBTOOL 2005-12-31 09:46:56 +00:00
steven
ed8cf301b8 SHARED_LIBS
ok jakemsr@
2005-12-31 08:45:56 +00:00
fgsch
8ddf23f6ac make this works in amd64. bump package as well. 2005-12-31 02:09:46 +00:00
steven
4a9b8373a0 SHARED_LIBS, sync with update-patches 2005-12-30 23:25:56 +00:00
alek
c48fee8d7a - Fix configure script so it will work if one has DEBUG=-g in mk.conf
- Remove "the" from COMMMENT
- USE_LIBTOOL
- SHARED_LIBS
- Bump PKGNAME

ok sturm@
2005-12-30 23:21:16 +00:00
steven
e0bfb21400 SHARED_LIBS and USE_LIBTOOL 2005-12-30 23:00:17 +00:00
steven
c7f09c7384 SHARED_LIBS, USE_LIBTOOL, update-plist 2005-12-30 22:51:31 +00:00
steven
d104f56e21 SHARED_LIBS 2005-12-30 22:43:56 +00:00
sturm
b172350124 forgot to add this 2005-12-30 22:27:40 +00:00
sturm
5048cf258c SHARED_LIBS, USE_LIBTOOL 2005-12-30 22:26:50 +00:00
steven
f88c2e3584 SHARED_LIBS, remove inactive maintainer, bump PKGNAMEs
ok naddy@
2005-12-30 22:21:21 +00:00
steven
c89e8b36c4 SHARED_LIBS
help naddy@
2005-12-30 22:19:10 +00:00
steven
94299b33dc SHARED_LIBS and USE_LIBTOOL
some tips from naddy@
2005-12-30 21:48:20 +00:00
steven
93e6e8d0e3 SHARED_LIBS 2005-12-30 21:04:39 +00:00
naddy
3cf87df997 fix botched SHARED_LIBS conversion 2005-12-30 20:27:43 +00:00
naddy
939fa69096 don't package a statically built "module" 2005-12-30 16:41:06 +00:00
naddy
649ab955d0 missed packaged bump 2005-12-30 16:28:25 +00:00
espie
7c0d5b76c2 don't bother checking symlinks, they point at a bogus location anyways. 2005-12-30 14:09:47 +00:00
steven
35d5d2c357 SHARED_LIBS and USE_LIBTOOL 2005-12-30 12:14:40 +00:00
steven
4e3ef93387 SHARED_LIBS, USE_LIBTOOL, sync with update-plist 2005-12-30 10:46:04 +00:00
steven
8f35086e40 forgot to take libraries out of MODGNU_SHARED_LIBS in previous commit.
bump PKGNAMEs
2005-12-30 10:13:00 +00:00
steven
151b60c119 use LIBname_LTVERSION instead of workaround with LIBname_ALIAS=realname 2005-12-30 08:39:05 +00:00