Displaying 12 results from an estimated 12 matches for "localbase".
2003 Jul 14
0
PHP dependencies
...e nice to
have it all centralized, but the old behavior, depended on the apache library
being available, for packages like phpMyAdmin.
This worked quite nicely, if you use your own php installation and not the
ports version, installed at a different place.
Now however, there's a need for ${LOCALBASE}/include/php/main/php.h, which
means upgrading phpMyAdmin suddenly creates the port version of php as a
dependency - this seems unnecessary as ${LOCALBASE}/libexec/apache/libphp4.so
exists.
I understand if this is not something one can easily fix or even wants to fix,
so then for the people se...
2014 Jun 25
2
[LLVMdev] [cfe-dev] AArch64 Clang CLI interface proposal
...sysroots/mips4 {whatever}'. For cross compiles, we'd only need one clang, a symlink, and a config file. I pondered a more structured config file, but really there isn't much that we'd want to do that isn't already covered by command-line arguments, so just having it look for ${LOCALBASE}/etc/llvm/mips4-unknown-freebsd-clang.conf would be fine.
We can do this via shell scripts now, but even with exec the extra shell invocation has a measurable overhead and in some cases (e.g. i386-unknown-freebsd-clang on FreeBSD/x86-64) we'd like to just use the default values for the triple....
2016 Jul 13
2
Pigeonhole vs dovecot gssapi option
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211025
Basically, if dovecot is built with gssapi support, we need to pick up
.../dovecot-config's DOVECOT_LIBS in pigeonhole's link.
On Wed, Jul 13, 2016 at 1:52 AM, Stephan Bosch <stephan at rename-it.nl> wrote:
> Op 7/13/2016 om 4:12 AM schreef Larry Rosenman:
> > Stephan,
> > Is there a reason you don't
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...CIFS client and server
for UNIX
CONFLICTS= ja-samba-2.* samba-3.*
samba-libsmbclient-3.* sharity-light-1.*
USE_BZIP2="YES"
.if !defined(WITHOUT_CUPS)
WITH_CUPS= yes
.endif
.if defined(WITH_CUPS)
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.endif
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba
SAMBA_LOGDIR= ${VARDIR}/log
SAMBA_PRIVATE= ${PREFIX}/private
SAMBA_CONFDIR= ${PREFIX}/etc
# sample files
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample
SAMP...
2004 May 18
1
samba3.0.4 with FreeBSD
...th-piddir=${SAMBA_RUNDIR} \
--with-lockdir=${SAMBA_LOCKDIR} \
--with-privatedir=${SAMBA_PRIVATE} \
--with-logfilebase=${SAMBA_LOGDIR} \
--with-manpages-langs=en
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
CONFIGURE_ARGS+= --with-pam --with-readline --with-sendfile-support \
--with-winbind --without-libsmbclient --without-python
What'm I doing wrong?
--
? ?????????? ???????????,
????????? ?????????????
"???-???? ????????"...
2003 Sep 03
1
index build killed by ports/science/chemtool
...ORBIDDEN -V
BROKEN -
f /usr/home/dan/ports/science/chemtool/Makefile
PORTSDIR=/usr/home/dan/ports
2>/tmp/FreshPorts.science.chemtool.make-
error.2003.9.3.15.37.46.6207 =>
"/usr/home/dan/ports/science/chemtool/Makefile", line 23:
Unassociated shell command "LDFLAGS="-L${LOCALBASE}/lib""
make: fatal errors encountered -- cannot continue
***
I was able to get a decent build of the index only after
deleting the science/chemtool port. If your compile of the
INDEX stops during the "science" ports section, that's probably
the culprit.
R
2016 Jul 23
0
status of the FreeBSD port/package and some questions
...ENV+=ac_cv_path_${i}=""
.endfor
5. Miscellaneous
We changed a few default locations.
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g'\
${WRKSRC}/src/nmath/standalone/Makefile.in \
${WRKSRC}/src/unix/Makefile.in
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \
${WRKSRC}/configure
We created versions for shared libraries.
.for L in R Rblas Rlapack
@if [ -d ${STAGEDIR}${PREFIX}/lib/R/lib ] ; then \
cd ${STAGEDIR}${PREFIX}/lib/R/lib; if [ -f lib${L}.so ] ; then \
${LN} -sf lib${L}.so lib${L}.so.${${L:tu}_SOVERSION} ; fi; fi
.endfor
We'...
2019 Apr 29
1
CFT: FreeBSD Package Base
...ranularity begs the question, why pkgbase in the
> first place? My impression was that it allowed people to select which
> components they wanted to either create a lean installation or mix and
> match base packages and ports (possibly with flavours to install in
> /usr rather than $LOCALBASE) such that maybe person A wanted a stock
> install while person B wanted to replace, picking a random example, BSD
> tar with GNU tar. Isn't that the real advantage of pkgbase?
>
> If OTOH it's binary updates V 2.0, what's the point? I'm a little
> rhetorical here...
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
I just finished up a port of Andy Polyakov's excellent dvd+rw-tools
to FreeBSD, and he has incorporated the patches into his release:
http://fy.chalmers.se/~appro/
http://fy.chalmers.se/~appro/linux/DVD+RW/
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
(version 5.8.4.4.4)
These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners,
including the popular Sony
2020 Sep 07
2
Indexer error after upgrade to 2.3.11.3
...p_set.debug = solr_set->debug;
? ? ? ? ? ? ? ? http_set.rawlog_dir = solr_set->rawlog_dir;
-? ? ? ? ? ? ? ?solr_http_client =
http_client_init(&http_set);
+? ? ? ? ? ? ? ?solr_http_client =
http_client_init_private(&http_set);
? ? ? ? }
? ? ? ? *conn_r = conn;
/usr gets changed to ${LOCALBASE} in post-patch:, so we
cheat and set xpdf's path to /usr/lib.
--- src/plugins/fts/decode2text.sh.orig 2017-10-28 12:21:20 UTC
+++ src/plugins/fts/decode2text.sh
@@ -79,16 +79,20 @@ wait_timeout() {
?LANG=en_US.UTF-8
?export LANG
?if [ $fmt = "pdf" ]; then
-? /usr/bin/pdftotext $path...
2014 Jun 25
4
[LLVMdev] [cfe-dev] AArch64 Clang CLI interface proposal
Hi Tim,
2014-06-25 15:26 GMT+08:00 Tim Northover <t.p.northover at gmail.com>:
> Hi Kevin,
>
> I assume you've looked at the GCC documentation in this area, since
> your ideas are very similar:
> https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html. I actually
> think that looks like a rational set of conventions too.
>
> The main difference appears to be
2020 Aug 19
7
Indexer error after upgrade to 2.3.11.3
Hi,
after the upgrade to Dovecot 2.3.11.3, from 2.3.10.1, I see frequently
these errors from different users:
Aug 18 11:02:35 Panic: indexer-worker(info at domain.com)
session=<g71KISOttvS5LNVj:O3ahCyuZO18cYAAAEPCW+w>: file
http-client-request.c: line 1232 (http_client_request_send_more):
assertion failed: (req->payload_input != NULL)
Aug 18 11:02:35 Error: indexer-worker(info at