pkgsrc-Bulk archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc SunOS 5.11/i386 bulk build results 20080610.1646
Don't have immediate access to SunOS.
1) converters/odt2txt
The source's Makefile has section for SunOS but doesn't add LIBS+=-liconv
like it does for other systems. Maybe test that.
2) editors/ed
What does install(1) used to preserve modification time? Or should -p be
removed from install in the Makefile.in? Or should a different install(1)
be used?
3) editors/lyx-qt and editors/lyx15
Maybe need newer/different gcc?
4) lang/pcc and lang/pcc-current
I think is supported in newer version (since this is i386).
5) net/md-whois
Untested but maybe like:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+= -lsocket -lnsl
.endif
6) time/gnutime
code has support for HAVE_SYS_RUSAGE_H but that is not checked nor defined
by configure
7) time/vixie-cron
Maybe:
--- funcs.h.orig 2008-06-14 05:15:23 -0700
+++ funcs.h 2008-06-14 05:15:45 -0700
@@ -39,7 +39,7 @@
free_entry(entry *),
acquire_daemonlock(int),
skip_comments(FILE *),
- log_it(const char *, int, const char *, const char *),
+ log_it(const char *, PID_T, const char *, const char *),
log_close(void);
int job_runqueue(void),
(Maybe other problems too?)
Home |
Main Index |
Thread Index |
Old Index