Commit Graph

31167 Commits

Author SHA1 Message Date
espie
6ec09bae1d SHARED_LIBS.
Tweak installation procedure to avoid *.so entirely in order not to pollute
PLIST.
2005-12-23 16:10:48 +00:00
todd
b5297a63f9 SHARED_LIBS 2005-12-23 16:06:27 +00:00
mbalmer
85cf3ae1ab Using SHARED_LIBS. 2005-12-23 16:05:48 +00:00
espie
6d1857b3a3 with a patch it works better. 2005-12-23 15:30:08 +00:00
espie
ee256afb4d more SHARED_LIBS 2005-12-23 15:29:08 +00:00
espie
fe5f67e0ef better FAKE_FLAGS setup. Regen PLIST -> PKGNAME bump 2005-12-23 15:08:37 +00:00
espie
4f0340f3ad switch to SHARED_LIBS + some old conflict prevention 2005-12-23 15:07:05 +00:00
espie
33f715979d SHARED_LIBS + FAKE_FLAGS changes. 2005-12-23 15:05:18 +00:00
espie
fd2a385350 switch a few ports to SHARED_LIBS and USE_LIBTOOL 2005-12-23 15:03:05 +00:00
bernd
9a4acc7c1e - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2005-12-23 14:38:31 +00:00
bernd
82e06359b3 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate

ok espie
2005-12-23 14:16:00 +00:00
espie
dd5426312f use SHARED_LIBS
USE_LIBTOOL where appropriate (and bump PKGNAME)
tweak a few FAKE_FLAGS to be more uniform.
2005-12-23 13:57:21 +00:00
bernd
d73c3d3e79 Display warnings for unregistered shared libs only once per lib.
Less chatty now.

ok espie@
2005-12-23 13:30:05 +00:00
steven
d9e0e76df3 update to hashcash 1.20
from Armin Wolfermann <aw at osn.de> (maintainer)
sync with update-plist while here
2005-12-23 12:55:05 +00:00
espie
9416bb604f get make-plist aware of the version number variables. 2005-12-23 12:48:59 +00:00
espie
75c9fbaa3f basic framework to have control over shared libs numbers:
SHARED_LIBS enumerates the libraries like so:
SHARED_LIBS=	foo 1.0 \
		zop 2.5 \
		tag 3.0

This just defines LIBfoo_VERSION=1.0, LIBzop_VERSION=2.5, LIBtag_VERSION=3.0
and adds these to SUBST_VAR, further tweaks must be done, usually at the
MAKE_FLAGS/MAKE_ENV level.

For gnu ports that use automake, the supplementary MODGNU_SHARED_LIBS
variable can be used like this:
MODGNU_SHARED_LIBS=	foo	'-no-undefined'

and it will define libfoo_la_LD_FLAGS=--version-info 1:0:0 -no-undefined

Some gnu ports have weird variable names for libraries. For instance,
the libORBit-2 is set using libORBit_2.
LIBORbit-2_ALIAS=ORBit_2
will make sure the correct name is used.

much feedback from bernd@
2005-12-23 12:41:37 +00:00
jakemsr
29b70fcc3d sync with update-patches 2005-12-23 06:31:31 +00:00
jakemsr
6f2bb187b7 - open the CD device with read only permissions.
- pkgname bumped.

ok steven@
2005-12-23 06:29:38 +00:00
steven
330ff379f6 update to 2.30
ok sturm@
2005-12-22 23:21:50 +00:00
sturm
9feb012185 don't mess with the permissions of the ports directory
found by systrace
2005-12-22 22:38:52 +00:00
pvalchev
249392e352 add p5-Chart forgotten 2.5 months ago 2005-12-22 22:08:44 +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
jolan
770acfc48d crank the priority on the ncurses module so that it is preferred over
the rc one
2005-12-22 16:36:17 +00:00
steven
606e15d702 remove mgettydefs(4) man page, since gettydefs support is disabled.
from Antoine Jacoutot (maintainer)
2005-12-22 16:28:10 +00:00
steven
ac19fe8275 create symlink from share/guile/slib to share/slib. allows other ports to
find guile.init. unbreaks devel/g-wrap.
suggestion and ok espie@
2005-12-22 12:21:44 +00:00
bernd
fbc70062ea Update to qdbm-1.8.36. 2005-12-22 11:42:02 +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
bernd
e02dfbe3af Update to terminus-font-4.16.
"go ahead" from MAINTAINER Victor Sahlstedt
2005-12-22 09:30:16 +00:00
bernd
4396ecdac8 Update to wtf-20050505.
ok maintainer sturm@
2005-12-22 09:26:50 +00:00
mbalmer
56744ba4bb Move plan(4) to plan(5) where it belongs to.
Bump package name.

From Matthias Kilian <kili@outback.escape.de>
2005-12-22 08:33:34 +00:00
canacar
790e5f925c Update gsl to version 1.7
ok alek@ aanriot@ sturm@
2005-12-22 07:35:20 +00:00
steven
9013d1e80d update to 0.13
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
with some additional fixes.
ok sturm@
2005-12-22 07:32:03 +00:00
jolan
01d2b6dcb2 fix default font 2005-12-22 05:32:50 +00:00
jolan
7a0e9b5743 add back altivec support 2005-12-22 04:45:38 +00:00
jolan
404172462a update to 0.8.4a 2005-12-22 03:45:36 +00:00
robert
2e5b439bb0 Update to php-5.1.1;
for more information please check
http://www.php.net/ChangeLog-5.php#5.1.1
and
http://www.php.net/ChangeLog-5.php#5.1.0

The port now uses a CVS snapshot of PEAR;
2005-12-21 15:42:06 +00:00
kurt
5454dfe735 - Fix startup DoS. overlong document.title setting can corrupt history
data, causing non-responsive temporary hang on subsequent startups
patches from https://bugzilla.mozilla.org/show_bug.cgi?id=319004
- Fix use after free segfault after printing reported by Andy Wingate.
FT_Done_Face was being called twice on the same mFace.
2005-12-21 15:33:00 +00:00
espie
cb9ff0d5e5 switch to system libtool, okay brad@ 2005-12-21 14:43:58 +00:00
espie
bb2c2e258e switch to system libtool, bump PKGNAME as a precaution. 2005-12-21 12:21:04 +00:00
jolan
79f998fdca fix crashes on amd64 2005-12-21 07:58:31 +00:00
steven
19df411499 update to 1.15
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-21 06:22:27 +00:00
jolan
d6c3fac812 +tftp-proxy 2005-12-21 04:02:05 +00:00
jolan
02010958ec tftp-proxy-1.6, tftp proxy for pf 2005-12-21 04:00:28 +00:00
jolan
64aa6cd31a update to 2.8.17 2005-12-21 03:58:11 +00:00
jolan
f8cafb122a update to 3.2.8 2005-12-21 03:51:40 +00:00
fgsch
3e00bf7f72 and make this backwards compatible regarding interface names; found the
hard way by matthieu@.
2005-12-21 02:24:55 +00:00
fgsch
1eba0ca93b remove unneeded patches; pcap now includes these functions. 2005-12-21 01:32:28 +00:00
bernd
1ea3eea498 Update to Firefox 1.5.
Team work by wilfried@, kurt@ and me.

Tested by many. Thanks a lot!

ok kurt@ krw@ jolan@ ian@ pvalchev@
2005-12-20 23:44:00 +00:00
sturm
630b227d2f p5-HTML-Lint 2005-12-20 22:06:56 +00:00
sturm
f41f35079b Initial import of HTML-Lint 2.02
HTML::Lint is a Perl class similar to HTML::Parser, because it inherits
from it. You can use HTML::Lint to validate HTML code in strings or
files. The package also comes with a command line tool for validating.

from grunk@
2005-12-20 22:06:00 +00:00