use NO_SHARED_LIBS instead of test for alpha;
use PLIST.noshared instead of PLIST.alpha
This commit is contained in:
parent
f1c741926b
commit
13b9a372ff
@ -3,7 +3,7 @@
|
||||
# Date created: 1998-Apr-21
|
||||
# Whom: marc@OpenBSD.ORG
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.5 1998/11/24 00:07:10 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 1999/02/18 02:37:28 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ImageMagick-4.1.4
|
||||
@ -27,7 +27,7 @@ LIB_DEPENDS= jpeg.62.:${PORTSDIR}/graphics/jpeg \
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1999/02/06 21:44:36 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/02/18 02:37:28 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libggi-2.0b1
|
||||
@ -16,7 +16,7 @@ MAINTAINER= todd@openbsd.org
|
||||
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1999/02/06 21:44:37 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/02/18 02:37:29 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgii-0.1
|
||||
@ -16,7 +16,7 @@ MAINTAINER= todd@openbsd.org
|
||||
|
||||
USE_GMAKE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 1998/11/08 01:38:42 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 1999/02/18 02:37:29 marc Exp $
|
||||
#
|
||||
|
||||
# What port/package will be created
|
||||
@ -21,7 +21,7 @@ LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk+ \
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: December 2, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1998/05/06 02:48:16 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 1999/02/18 02:37:30 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jpegsrc.v6b
|
||||
@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
WRKSRC= ${WRKDIR}/jpeg-6b
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: December 17, 1997
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/30 22:29:09 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/02/18 02:37:30 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mpeg_lib-1.2.1
|
||||
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/mpeg_lib
|
||||
# on a host that does not support shared libs, e.g. the alpha,
|
||||
# apply one more patch.
|
||||
#
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
post-patch:
|
||||
@(cd ${DISTDIR}; ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/patch)
|
||||
.endif
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 25 sep 98
|
||||
# Whom: Marc Espie
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.30 1999/02/14 19:33:31 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 1999/02/18 02:37:32 marc Exp $
|
||||
#
|
||||
# This is a configuration file for egcs, snapshot flavor
|
||||
# PLEASE use the regular egcs-stable for serious work, resort to this one
|
||||
@ -281,7 +281,7 @@ CONFIGURE_ARGS += --with-ld=${LD_PATH}
|
||||
CONFIGURE_ARGS += --with-gnu-ld
|
||||
.endif
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 25 sep 98
|
||||
# Whom: Marc Espie
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.9 1999/01/09 16:53:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 1999/02/18 02:37:33 marc Exp $
|
||||
#
|
||||
|
||||
# This is a configuration file for egcs, stable release.
|
||||
@ -161,7 +161,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--verbose --with-gnu-ld --with-gnu-as \
|
||||
--program-transform-name=s,^,e,
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 25 sep 98
|
||||
# Whom: Marc Espie
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.30 1999/02/14 19:33:31 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 1999/02/18 02:37:32 marc Exp $
|
||||
#
|
||||
# This is a configuration file for egcs, snapshot flavor
|
||||
# PLEASE use the regular egcs-stable for serious work, resort to this one
|
||||
@ -281,7 +281,7 @@ CONFIGURE_ARGS += --with-ld=${LD_PATH}
|
||||
CONFIGURE_ARGS += --with-gnu-ld
|
||||
.endif
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 25 sep 98
|
||||
# Whom: Marc Espie
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.9 1999/01/09 16:53:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 1999/02/18 02:37:33 marc Exp $
|
||||
#
|
||||
|
||||
# This is a configuration file for egcs, stable release.
|
||||
@ -161,7 +161,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--verbose --with-gnu-ld --with-gnu-as \
|
||||
--program-transform-name=s,^,e,
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 1998/10/21 17:31:44 niklas Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 1999/02/18 02:37:33 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= expect
|
||||
@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
||||
--with-tclinclude=${PREFIX}/include/tcl8.0 \
|
||||
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
||||
--with-tkinclude=${PREFIX}/include/tk8.0
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+=--enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --disable-shared
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 1998/12/24 03:37:10 ian Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 1999/02/18 02:37:34 marc Exp $
|
||||
#
|
||||
# Relevant URLs: http://www.transvirtual.com/kaffe/
|
||||
|
||||
@ -14,7 +14,7 @@ MAINTAINER= ian@OpenBSD.ORG
|
||||
|
||||
# build/configuration variables
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1998/11/26 19:41:21 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/02/18 02:37:36 marc Exp $
|
||||
# Version required: 2.2.0
|
||||
# Date created: 3 nov 98
|
||||
# Whom: Marc Espie (espie@openbsd.org)
|
||||
@ -15,7 +15,7 @@ MASTER_SITES= ftp://rsync.samba.org/pub/rsync/
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 31 January 1998
|
||||
# Whom: Tobias Weingartner (weingart@openbsd.org)
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.6 1998/09/30 03:27:07 angelos Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 1999/02/18 02:37:37 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= a2ps-4.10.4
|
||||
@ -36,7 +36,7 @@ STRIP=
|
||||
CONFIGURE_ARGS= --with-medium=$(PAPERSIZE) \
|
||||
--enable-static \
|
||||
--sysconfdir=/etc
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --disable-shared
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Date created: 2 December 1997
|
||||
# Whom: niklas
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/04/12 21:41:02 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1999/02/18 02:37:37 marc Exp $
|
||||
# $FreeBSD: Makefile,v 1.3 1997/07/17 15:12:58 max Exp $
|
||||
#
|
||||
|
||||
@ -32,10 +32,9 @@ do-install:
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} rsa.h _des.h _md2.h _md5.h rsaref.h global.h \
|
||||
${PREFIX}/include
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} librsaref.a librsaref.so.2.0 \
|
||||
${PREFIX}/lib
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} librsaref.a ${PREFIX}/lib
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} librsaref.so.2.0 ${PREFIX}/lib
|
||||
.endif
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
install -d -m 555 ${PREFIX}/share/doc/rsaref
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 1999/02/16 06:27:37 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 1999/02/18 02:37:39 marc Exp $
|
||||
#
|
||||
|
||||
# What port/package will be created
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \
|
||||
USE_X11= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: December 10, 1996
|
||||
# Whom: form@OpenBSD.ORG
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.16 1998/12/10 07:42:28 form Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 1999/02/18 02:37:40 marc Exp $
|
||||
# FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp
|
||||
#
|
||||
|
||||
@ -23,7 +23,7 @@ USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
CONFIGURE_ARGS+= --enable-build-12
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 9 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.7 1998/11/27 10:42:45 form Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 1999/02/18 02:37:40 marc Exp $
|
||||
# FreeBSD: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp
|
||||
#
|
||||
|
||||
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
USE_X11= yes
|
||||
MAKE_ENV+= QTDIR=${WRKSRC}
|
||||
|
||||
.if ( ${MACHINE_ARCH} == "alpha" )
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
USE_TARGET= openbsd-g++-static
|
||||
.else
|
||||
USE_TARGET= openbsd-g++-shared
|
||||
@ -139,7 +139,7 @@ post-configure:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} $(WRKDIR)/qt-${MAJ}.${MIN}/bin/moc $(X11BASE)/bin
|
||||
.if ( ${MACHINE_ARCH} == "alpha" )
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
${INSTALL_DATA} $(WRKDIR)/qt-${MAJ}.${MIN}/lib/libqt.a $(X11BASE)/lib
|
||||
.else
|
||||
${INSTALL_DATA} $(WRKDIR)/qt-${MAJ}.${MIN}/lib/libqt.so.${MAJ}.${MIN} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 1999/01/11 04:51:39 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 1999/02/18 02:37:41 marc Exp $
|
||||
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
|
||||
#
|
||||
|
||||
@ -13,7 +13,7 @@ LIB_DEPENDS= tcl80.1.4:${PORTSDIR}/lang/tcl80
|
||||
|
||||
WRKSRC= ${WRKDIR}/tk8.0.4/unix
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PATH=${PATH}:${X11BASE}/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user