bump various packages with static libs which frequently get pulled in;
this is to force pkg_add -u to pick them up because moving to PIE does change these files but since there are no library bumps, the package signature stays the same. there are probably others, these are just ones I've run into. not a great fix, and needs to be repeated when other arch move, but it's the simplest low impact fix and I'm fed up with "relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC"
This commit is contained in:
parent
b7148bda52
commit
6eacdb91e8
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2012/09/26 09:34:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2012/10/12 14:53:39 sthen Exp $
|
||||
|
||||
COMMENT= GNU gettext
|
||||
|
||||
DISTNAME= gettext-0.18.1
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
SHARED_LIBS += intl 6.0 # .9.1
|
||||
SHARED_LIBS += asprintf 1.0 # .0.0
|
||||
SHARED_LIBS += gettextlib 3.0 # .0.0
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2010/11/17 08:05:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2012/10/12 14:53:39 sthen Exp $
|
||||
|
||||
COMMENT= library for dynamic creation of images
|
||||
|
||||
DISTNAME= gd-2.0.35
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS= gd 20.35
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${HOMEPAGE}/releases/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2012/10/04 07:45:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2012/10/12 14:53:39 sthen Exp $
|
||||
|
||||
# XXX Don't even think of updating ocaml alone.
|
||||
# Do check that the ports that depend on it still work, or repair them.
|
||||
@ -11,7 +11,7 @@ COMMENT= ML language based on complete class-based objective system
|
||||
|
||||
BASENAME= ocaml-4.00
|
||||
DISTNAME= ${BASENAME}.0
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://caml.inria.fr/pub/distrib/${BASENAME}/
|
||||
DOCFILES= ${BASENAME}-refman-html.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user