| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 11284
Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
|
| |
|
| |
|
|
|
|
| |
replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}.
|
| |
|
|
|
|
| |
Reviewed by: the ports list
|
|
|
|
| |
Reviewed by: the ports list
|
|
|
|
| |
Alerted by: Satoshi Asami <asami@freebsd.org>
|
| |
|
|
|
|
| |
kpilot includes its own copy of libpisock (aka libpilot), version 2.
|
|
|
|
|
|
| |
* updated for ELF
* correct patches so that we have only one patch per file
* give configure a hint so that it may find pilot-link libs
|
|
|
|
|
|
|
|
|
|
| |
cd libglib.0.1.0 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0
cd libc.0.1.2 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0
rm -f libc.sa
../exportlist libc.a > libc.exp
../stubgen "C Library" Libc libcstub.c Libc.S < libc.exp
../stubgen: not found
*** Error code 127
|
|
|
|
| |
Submitted by: dima
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building package for pilot-link-0.8.13
Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz
Registering depends: tcl-8.0.2 tk-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz'
tar: can't add file bin/ietf2datebook : No such file or directory
tar: can't add file bin/pilot-undelete : No such file or directory
tar: can't add file bin/sync-plan : No such file or directory
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
|
| |
|
| |
|
|
|
|
| |
in the first place.
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
|
|
|
|
| |
ELF conversion.
|
| |
|
|
|
|
| |
reinstalled over and over.
|
| |
|
| |
|
|
|
|
|
| |
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
|
|
|
|
|
| |
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
|
| |
|
|
|
|
|
| |
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
|
|
|
|
|
| |
if it's supposed to be there or not, but there isn't any "kpilot.mo"
under /usr/local/share.
|
| |
|
|
|
|
| |
The port doesn't build properly if "-m486" is present.
|
| |
|
|
|
|
| |
PR: 6602
|
|
|
|
| |
Also make myself as a maintainer (Okayed with se@freebsd.org)
|
| |
|
|
|
|
| |
Also make myself a maintainer.
|
| |
|
|
|
|
|
|
|
|
|
| |
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
|
| |
|
|
|
|
|
| |
make this port use GNU_CONFIGURE (which is essentially HAS_CONFIGURE +
--prefix=$(PREFIX}).
|
|
|
|
|
|
|
|
|
| |
This port contains a recent version of libtool/ltmain.sh in "files",
since I spent to many hours trying to make the "ltconfig" that comes
with the kpilot sources DTRT under FreeBSD ...
This port compiles cleanly, but has not been actually tested with
a PalmPilot. If you want me to test it send one :)
|
|
|
|
| |
don't worry about it here, it was too late anyway.)
|
| |
|
|
|
|
|
|
|
| |
/usr/local/pilot subhierarchy since this thing installs a *lot* of
executables and headers, many of which may well conflict with other
tools. This also makes it consistent with the prc-tools port.
Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
|