aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-21 09:33:27 +0800
committersteve <steve@FreeBSD.org>1998-09-21 09:33:27 +0800
commita7d3f5b2a3ce36204d35af0d11a111639f3d7313 (patch)
treefd8a7261651802256519a7277774043c85685858 /x11-toolkits
parent8698d12fd2869b8b7a462db7f5dea123f9651cbf (diff)
downloadfreebsd-ports-gnome-a7d3f5b2a3ce36204d35af0d11a111639f3d7313.tar.gz
freebsd-ports-gnome-a7d3f5b2a3ce36204d35af0d11a111639f3d7313.tar.zst
freebsd-ports-gnome-a7d3f5b2a3ce36204d35af0d11a111639f3d7313.zip
Convert to ELF.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Xaw3d/Makefile4
-rw-r--r--x11-toolkits/Xaw3d/pkg-plist5
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 11300b94fff0..808a69fd2e9a 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.16 1997/12/29 13:29:24 asami Exp $
+# $Id: Makefile,v 1.17 1998/08/07 22:56:37 asami Exp $
#
DISTNAME= Xaw3d-1.3
@@ -21,7 +21,7 @@ post-extract:
cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/Xaw3d
${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
diff --git a/x11-toolkits/Xaw3d/pkg-plist b/x11-toolkits/Xaw3d/pkg-plist
index b921b7cc6e7c..d8b4c8c2019a 100644
--- a/x11-toolkits/Xaw3d/pkg-plist
+++ b/x11-toolkits/Xaw3d/pkg-plist
@@ -1,7 +1,8 @@
lib/libXaw3d.a
+lib/libXaw3d.so
lib/libXaw3d.so.6.1
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
include/X11/Xaw3d/AllWidgets.h
include/X11/Xaw3d/AsciiSink.h
include/X11/Xaw3d/AsciiSinkP.h
00-12-18nbm2000-12-203-17/+46 * Add __init__.pyc's for the Hotfixes, since they seem to be created.nbm2000-11-041-0/+2 * Fix up my silly mistake of adding DIST_SUBDIR=zope at the last secondnbm2000-10-181-3/+3 * Add two security hotfixes for Zope - more complex Zope internals stuffnbm2000-10-153-2/+19 * Upgrade to Zope 2.2.2nbm2000-09-193-17/+28 * Make Zope management work with non-SSL connections, but give an examplenbm2000-09-191-22/+28 * Zope depends on python 1.5.2, and that is installed from lang/python15nbm2000-09-151-1/+1 * Remove the zope data file if it is the same as installed.nbm2000-09-071-0/+1 * Fix numerous bugs in my upgrading to 2.2.1.nbm2000-09-071-8/+17 * Update to Zope 2.2.1.nbm2000-09-074-43/+55 * Update to 2.2.1b1, since there is a minor security problem in anythingnbm2000-08-153-32/+270 * Take over maintainership from Thomas for a while.nbm2000-08-091-1/+1 * Fix a type in the installation targetnbm2000-08-091-1/+1 * Update to zope 2.2.0 to fix security hole.kris2000-08-052-4/+2 * As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+19 * Mark FORBIDDEN: someone needs to apply the hotfix as explained in thekris2000-06-201-0/+2 * Update to version 2.1.6.steve2000-05-294-1104/+1170 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-9/+10 * shrink to 24 lines (portlint)mharo2000-02-161-3/+0 * PREFIX -> LOCALBASE (portlint)mharo2000-02-161-1/+1 * ports@freebsd.org -> ports@FreeBSD.orgdirk2000-02-141-1/+1 * Update web information.billf1999-11-291-5/+7 * (1) Look for ${PREFIX}/sbin/apache instead of apache.billf1999-11-291-2/+1 * Fixup homepage in DESCR.steve1999-11-141-1/+1