diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 00:57:07 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 00:57:07 +0000 |
commit | 1c56a8adfd2403edeb9cd9ba885bf952fe865c05 (patch) | |
tree | 03c42e7360987b132977bb13099795b42f926e97 /palm | |
parent | 56f3eee3e896ddce76971af1887091aa585b7f13 (diff) | |
download | ports-1c56a8adfd2403edeb9cd9ba885bf952fe865c05.tar.gz ports-1c56a8adfd2403edeb9cd9ba885bf952fe865c05.zip |
Mark for ELF:
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz'
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
Notes
Notes:
svn path=/head/; revision=13877
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 4 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index ab98e27e6074..74dc7cc27ec7 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.20 1998/09/29 11:22:30 jseger Exp $ +# $Id: Makefile,v 1.21 1998/09/30 04:52:30 dima Exp $ DISTNAME= pilot-link.0.9.0 PKGNAME= pilot-link-0.9.0 @@ -14,6 +14,8 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN_ELF= bad shared library version numbers + USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index ab98e27e6074..74dc7cc27ec7 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.20 1998/09/29 11:22:30 jseger Exp $ +# $Id: Makefile,v 1.21 1998/09/30 04:52:30 dima Exp $ DISTNAME= pilot-link.0.9.0 PKGNAME= pilot-link-0.9.0 @@ -14,6 +14,8 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN_ELF= bad shared library version numbers + USE_PERL5= yes PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes |