MySQL ports and DTRACE options
Some time ago the port of mysql-server has an option to turn DTRACE support via HAVE_DTRACE. Currently this option is not available and the dtrace -l on startup of the MySQL server does not show any mysql-related probes, so this feature is disabled by default. For whatever reason this support has been removed, can we expect it to return as an option? Thanks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: SCHED_ULE bug (was Re: cpuminer mines only on one core regardless of "--threads" option)
On Tue, Jan 14, 2014 at 7:43 PM, Andrey Chernov wrote: > On 14.01.2014 17:01, Alexander wrote: >> on Freebsd 9.2 x64 on 5 different PCs I installed net-p2p/cpuminer >> from ports and by "pkg install" - result is the same - minerd mines >> only on one core regardless of "--threads" option. > ... >> # top -P >> CPU 0: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle >> CPU 1: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle >> CPU 2: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle >> CPU 3: 0.0% user, 100% nice, 0.0% system, 0.0% interrupt, 0.0% idle > > This is SCHED_ULE bug, I see _all_ processes (not minerd only in > particular) stuck to the last CPU too (top's 'C' column is equal to the > last CPU and never changes), latest -stable i386. It disappears for me > switching to SCHED_4BSD. > > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" I think it's the same story seen in the distant 2011: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/163585 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
lang/php55 and buildin opcode
Hi, ive try to add into the port options for Zend Opcode: .. + --enable-opcache \ .. -OPTIONS_DEFINE=CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR -OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR +OPTIONS_DEFINE=CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR OPCACHE +OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR OPCACHE .. +OPCACHE_DESC= Enable Zend OPcache support .. +.if empty(PORT_OPTIONS:MOPCACHE) +CONFIGURE_ARGS+=--disable-opcache +.endif .. which is now part of php55. But when i build php55 --enable-opcache, i do not see via phpinfo something about OpCode support. So, www/pecl-zendopcache is still necessary for lang/php55 when we need for zend opcode? Thanks ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
pkgng detect conflict between bacula-server and bacula-client ports
Hi, Ive try to use pkgng ( WITH_PKGNG=yes ) for build new environment and got failed: ... ===> Registering installation for bacula-server-5.2.6 Installing bacula-server-5.2.6...pkg: bacula-server-5.2.6 conflicts with bacula-client-5.2.6 (installs files into the same place). Problematic file: /usr/local/man/man8/bacula-fd.8.gz *** Error code 3 Stop in /usr/ports/sysutils/bacula-server. *** Error code 1 Stop in /usr/ports/sysutils/bacula-server. ===>>> Installation of bacula-server-5.2.6 (sysutils/bacula-server) failed ===>>> Aborting update ===>>> Update for sysutils/bacula-server failed ===>>> Aborting update Terminated ... As i see, /usr/ports/sysutils/bacula-client/Makefile use /usr/ports/sysutils/bacula-server/Makefile. And this looks like bacula-fd.8.gz should be in Makefile or in case(WITH_CLIENT_ONLY) constructions because file relating to *-client port. However, bacula-fd.8.gz will appear in any case with installation of *-server part too: .. .if defined(WITH_CLIENT_ONLY) MAN8= bacula-fd.8 bconsole.8 EXTRA_PATCHES+= ${FILESDIR}/extra__manpages__Makefile.in .else MAN1= bat.1 bsmtp.1 bacula-tray-monitor.1 bacula-bwxconsole.1 MAN8= bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 bconsole.8 \ bcopy.8 bextract.8 bls.8 bregex.8 bscan.8 btape.8 \ btraceback.8 bwild.8 dbcheck.8 .. In this case the logic is broken and I should register PR to a bacula maintainer for spliting conflict files or such situation is normal and isn't considered by pkgng? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: devel/qt4-moc: ERROR: Cannot set the compiler for the configuration tests
On Tue, Jun 12, 2012 at 2:53 PM, Anton Shterenlikht wrote: > This is on r236740M with GCC: > > ===> Cleaning for qt4-moc-4.8.2 > ===> No options to configure > ===> License check disabled, port has not defined LICENSE > ===> qt4-moc-4.8.2 depends on file: /usr/local/sbin/pkg - found > ===> Extracting for qt4-moc-4.8.2 > => SHA256 Checksum OK for KDE/qt-everywhere-opensource-src-4.8.2.tar.gz. > ===> Patching for qt4-moc-4.8.2 > ===> Applying extra patch > /usr/ports/devel/qt4-moc/../../devel/qt4/files/patch-configure > ===> qt4-moc-4.8.2 depends on file: /usr/local/bin/qmake-qt4 - found > ===> Configuring for qt4-moc-4.8.2 > ===> FreeBSD 10 autotools fix applied to > /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/configure > /usr/bin/sed -i.bak -e 's|target.path.*|target.path=/usr/local/bin|g' -e > 's|^TARGET.*|TARGET=moc-qt4|g' > /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/src/tools/moc/moc.pro > /bin/mkdir -p > /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/mkspecs > /bin/ln -sf /usr/local/bin/qmake-qt4 > /usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/bin/qmake > ERROR: Cannot set the compiler for the configuration tests > ===> Script "configure" failed unexpectedly. > Please report the problem to k...@freebsd.org [maintainer] and attach the > "/usr/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.8.2/config.log" > including the output of the failure of your make command. Also, it might be > a good idea to provide an overview of all packages installed on your system > (e.g. an `ls /var/db/pkg`). > *** [do-configure] Error code 1 > > Stop in /usr/ports/devel/qt4-moc. > some issue on RELENG_9. This port (4.8.2 version) on the current system build successful a week ago. Looks like recently changes in MK file broke build process because any updatings of this server didn't occur. > > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 331 5944 > Fax: +44 (0)117 929 4423 > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xcb-util
I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with apache22 after upgrading www/pecl-APC
Hi On Tue, May 17, 2011 at 12:44 PM, Pavel Timofeev wrote: > Hi! My apache22 can't work correct after upgrading www/pecl-APC to 3.1.9 > > [root@timbsd /usr/ports/www/pecl-APC]# make showconfig > ===> The following configuration options are available for pecl-APC-3.1.9: > IPC=off "Enable IPC shm memory support (default: mmap)" > SEMAPHORES=off "Enable sysv IPC semaphores (default: fcntl())" > SPINLOCKS=off "Enable spinlocks (experimental)" > FILEHITS=off "Enable per request cache info" > ===> Use 'make config' to modify these settings > > > [root@timbsd /usr/ports/www/pecl-APC]# tail /var/log/httpd-error.log > [Tue May 17 12:27:17 2011] [notice] Apache/2.2.18 (FreeBSD) > mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch > mod_perl/2.0.4 Perl/v5.12.3 configured -- resuming normal operations > [Tue May 17 12:27:22 2011] [error] [client 192.168.8.15] PHP Fatal > error: Unknown: apc_fcntl_unlock failed: in Unknown on line 0, > referer: > http://timbsd.xxx.ru/zabbix/history.php?action=showvalues&itemid=22592&sid=15270e6be7aff75e > [Tue May 17 12:27:27 2011] [error] [client 192.168.8.15] PHP Fatal > error: Unknown: apc_fcntl_unlock failed: in Unknown on line 0, > referer: http://timbsd.xxx.ru/ > [Tue May 17 12:28:07 2011] [error] [client 192.168.8.184] PHP Fatal > error: Unknown: apc_fcntl_unlock failed: in Unknown on line 0 > [Tue May 17 12:29:07 2011] [error] [client 192.168.8.184] PHP Fatal > error: Unknown: apc_fcntl_unlock failed: in Unknown on line 0 > > Please, help! > Thank you! > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > Ive confirm this problem. As workaround you can switch on this version APC to alternative lock method (make config in /usr/ports/www/pecl-APC) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Options JAIL in jdk16 port
Hi Сan someone explain that option JAIL means for JDK16 when this builds within jail ? I have not found any specific mention in the patch or the code: grep -Ri jail /usr/ports/java/jdk16/* /usr/ports/java/jdk16/Makefile: JAIL"Port is being built within a jail" off and nothing more. Thansk. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: some ports doesn't build with non standard WRKDIRPREFIX
On Sat, Mar 12, 2011 at 11:38 PM, Doug Barton wrote: > On 03/12/2011 00:37, Subbsd wrote: >> >> Hi. >> >> Ive have server with huge of RAM (32 GB) and after mounting tmpfs on >> /tmp try use it for more faster port building. Most of the ports work >> when set WRKDIRPREFIX="/tmp/ports" in /etc/make.conf is magnificently. >> But part of ports not, for example: /usr/ports/devel/ode >> >> % make -V WRKDIRPREFIX -C/usr/ports/devel/ode >> "/tmp/ports" >> >> % make -C/usr/ports/devel/ode extract >> make: don't know how to make >> /tmp/ports/usr/ports/devel/ode/work/.extract_done.ode._usr_local. Stop >> *** Error code 2 >> >> Stop in /usr/ports/devel/ode. >> >> >> Why might this happen? Some Makefile have bsd.{pre|post}.mk and some - >> bsd.port.mk - that's all difference i see. > > I have WRKDIRPREFIX set and I don't have the same problem you have; whether > I use -C or cd into the directory. Perhaps you have some other make > variables that are affecting this? > With "cd to /usr/ports/*/* is no diffrence" Some variables is presents in my system, but for test i remove all - no changes. Probrem reproduce for ports who have WRKSRC variable: /usr/ports/devel/{ode,orc,mico} etc. Also, i see "_extract_done" only in one Mk file: grep extract_done /usr/ports/Mk/* /usr/ports/Mk/bsd.port.mk:EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g} But Mk system currently is too difficult for me to understand - whether it applies ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
some ports doesn't build with non standard WRKDIRPREFIX
Hi. Ive have server with huge of RAM (32 GB) and after mounting tmpfs on /tmp try use it for more faster port building. Most of the ports work when set WRKDIRPREFIX="/tmp/ports" in /etc/make.conf is magnificently. But part of ports not, for example: /usr/ports/devel/ode % make -V WRKDIRPREFIX -C/usr/ports/devel/ode "/tmp/ports" % make -C/usr/ports/devel/ode extract make: don't know how to make /tmp/ports/usr/ports/devel/ode/work/.extract_done.ode._usr_local. Stop *** Error code 2 Stop in /usr/ports/devel/ode. Why might this happen? Some Makefile have bsd.{pre|post}.mk and some - bsd.port.mk - that's all difference i see. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Skype port renew
On Tue, Feb 8, 2011 at 10:50 PM, Илья Ермолин wrote: > Hi, > I recently checked out, that on skype official site there is new version of > skype for linux. *Skype (beta) 2.1.0.81* > > Before that to get Skype work I follow some tips from forums about some old > version. > > I tried to download linux static version and run it under freebsd 8.2-RC2 > amd64. > And it's just work for me (personally I don't use voice or video chat, but > ordinary chat works just fine for me...) > > May be there is time to renew existing port to new version? > > Unfortunately, some people still use voice) skype-devel port would be useful http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147549 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147550 > -- > С Уважением, > Ермолин Илья > > Ermolin Ilya > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: KDE 4.5.5 it too old for libreoffice 3.3.0 on build stage
On Thu, Feb 3, 2011 at 7:39 PM, Subbsd wrote: > Hi, > Sorry all, i just have 2 version of .h: pkg_which /usr/local/include/kdeversion.h /usr/local/kde4/include/kdeversion.h kdelibs-3.5.10_6 kdelibs-4.5.5 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: KDE 4.5.5 it too old for libreoffice 3.3.0 on build stage
On Thu, Feb 3, 2011 at 7:39 PM, Subbsd wrote: > Hi, > > ... > --- > > Ive try compile conftest.cpp by hands: cat conftest.cpp #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define SIZEOF_LONG 8 #define HAVE_MALLOC 1 #define HAVE_REALLOC 1 #define HAVE_CALLOC 1 #define HAVE_FREE 1 #define HAVE_LIBEXPAT 1 #define HAVE_X11_XAW_LABEL_H 1 #define HAVE_LIBXAW 1 #define HAVE_LIBM 1 #define HAVE_LIBLPSOLVE55 1 #define HAVE_LIBTEXTCAT 1 #define HAVE_GETOPT 1 #define HAVE_READDIR_R 1 #define HAVE_LIBGL 1 #define HAVE_LIBGLU 1 /* end confdefs.h. */ #include int main(int argc, char **argv) { if (KDE_VERSION_MAJOR == 4 && KDE_VERSION_MINOR >= 2) return 0; else return 1; } g++ -o conftest -O2 -pipe -mtune=nocona -I/usr/local/include -I/usr/local/include/db41 -L/usr/local/lib -fno-strict-aliasing -DQT_SHARED -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtCore -DQT_SHARED -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/kde4/include -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT-I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/local/lib -R/usr/local/lib conftest.cpp -lGLU -lGL -ltextcat -llpsolve55 -lm -lXaw -lexpat ./conftest echo $? 1 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
KDE 4.5.5 it too old for libreoffice 3.3.0 on build stage
Hi, Ive got error in building libreoffice 3.3.0 process (WITH_KDE4 enabled) (FreeBSD-9, amd64) --- ... checking for Qt4 headers... /usr/local/include/qt4 checking for Qt4 libraries... /usr/local/lib/qt4 checking for moc-qt4... /usr/local/bin/moc-qt4 checking for KDE4 headers... /usr/local/kde4/include checking for KDE4 libraries... /usr/local/kde4/lib checking whether KDE is >= 4.2... configure: error: KDE version too old gmake: *** [stamp/build] Error 1 *** Error code 1 Stop in /usr/ports/editors/libreoffice. *** Error code 1 Stop in /usr/ports/editors/libreoffice. --- My system have KDE 4.5.5: -- ls /var/db/pkg |grep kde kde4-4.5.5 kde4-freebsd-carddeck-1.0 kde4-icons-oxygen-4.5.5 kde4-shared-mime-info-1.0 kde4-xdg-env-1.0 kdeaccessibility-4.5.5 kdeadmin-4.5.5 kdeartwork-4.5.5 kdebase-4.5.5 kdebase-runtime-4.5.5 kdebase-workspace-4.5.5 kdebindings-smoke-4.5.5 kdeedu-4.5.5 kdegames-4.5.5 kdegraphics-4.5.5 kdehier-1.0_11 kdehier4-1.0.6 kdelibs-3.5.10_6 kdelibs-4.5.5 kdemultimedia-4.5.5 kdenetwork-4.5.5_1 kdepim-4.4.9_1 kdepim-runtime-4.4.9 kdepimlibs-4.5.5_1 kdeplasma-addons-4.5.5 kdesdk-4.5.5 kdesvn-1.5.5 kdetoys-4.5.5 kdeutils-4.5.5_1 kdeutils-printer-applet-4.5.5 kdevelop-4.1.0_1 kdevelop-pg-qt-0.9.0 kdevelop-php-1.1.0 kdevelop-php-docs-1.1.0 kdevplatform-1.1.0 kdewebdev-4.5.5 py26-kdebindings-kde-4.5.5 py26-kdebindings-pykdeuic4-4.5.5 ruby18-kdebindings-4.5.5 system-config-printer-kde-4.5.5 -- config.log in /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/config.log: -- ./configure --disable-binfilter --disable-crashdump --with-lang=en-US bg ca de es fa fi fr hu it ja ko lt lv nl pl pt-BR ru sl sv --disable-fetch-external --with-vba-package-format=builtin --disable-epm --with-openldap --with-build-version=tag libreoffice-3.3.0.4 --w ithout-fonts --with-system-jpeg --with-system-libxml --with-system-mozilla --with-system-openssl --with-system-python --with-system-stdlibs --with-system-zlib --with-system-poppler --with-unix-wrapper=ooffice --enable-evolution2 --enable-dbus --with-alloc=system --enable -cairo=yes --enable-gtk --disable-kde --enable-kde4 --with-vendor=The Document Foundation --disable-dbus --enable-kde4 --enable-cairo --without-system-cairo --enable-gstreamer --enable-odk --disable-binfilter --enable-gnome-vfs --enable-hids --enable-lockdown --enable-op engl --with-java-target-version=1.5 --with-jdk-home= --without-myspell-dicts --disable-kde --without-system-mozilla --without-system-jpeg --without-system-libxml --without-system-libxslt --with-system-python --without-system-zlib --without-system-jars --without-system-st dlibs --disable-crypt-link --disable-pam-link --disable-xrender-link --disable-randr-link --without-openldap --without-system-mesa-headers --without-unix-wrapper --with-fonts --enable-minimizer --enable-presenter-console --enable-pdfimport --without-system-poppler --enab le-wiki-publisher --enable-report-builder --with-extension-integration --with-ant-home=/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/apache-ant-1.8.1 --with-system-dicts --with-external-dict-dir=/usr/share/hunspell --with-external-hyph-dir=/usr/shar e/hyphen --with-external-thes-dir=/usr/share/mythes --with-dict=ALL --without-system-openssl --disable-epm --enable-broffice --without-download --with-binsuffix=no --with-dict=ALL --with-myspell-dicts --with-lang=en-US bg ca de es fa fi fr hu it ja ko lt lv nl pl pt-BR r u sl sv --disable-odk --with-build-version=FreeBSD ports 3.3.0 --with-vendor=FreeBSD ports 3.3.0 --exec-prefix=/usr/local --with-num-cpus=4 --with-installed-ooo-dirname=libreoffice --without-git --with-ooo-builddir=/usr/ports/editors/libreoffice/work/libreoffice-build-3. 3.0.4/build/libreoffice --with-srcdir=/usr/ports/distfiles/libreoffice --with-external-tar=/usr/ports/distfiles/libreoffice --with-docdir=/usr/local/share/doc/libreoffice --with-gnu-patch=/usr/local/bin/gpatch --with-gnu-cp=/usr/local/bin/gcp --enable-openxml --with-syst em-libxml --with-system-cairo --enable-cairo --with-system-boost --with-system-cppunit --with-system-zlib --with-system-icu --with-system-python --with-system-db --with-system-jpeg --with-system-expat --with-system-openssl --with-system-curl --with-system-libwpd --with-s ystem-libwpg --with-system-libwps --with-system-poppler --with-system-redland --with-system-hunspell --with-system-libtextcat --with-system-lpsolve --with-system-vigra --with-system-mdbtools --with-fonts --with-alloc=system --with-system-stdlibs --with-system-xrender-hea ders --with-system-mesa-headers --disable-epm --disable-hids --disable-post-install-scripts --disable-mozilla --disable-build-mozilla --disable-kde --without-stlport --disable-nss-module --without-system-mozilla --enable-ext-pdfimport --enable-ext-wiki-publisher --enable -ext-report-builder --enable-neon --with-system-neon --enable-cups --enable-kde4 QT4DIR=/usr/local QT4LIB=/usr/local/lib/qt4 QT4INC=/usr/local/include/qt4 KDE4DIR=/usr/local/kde4 --disable-gconf --di
Share SVN or something for people working on the ports together
Hello. I think - maybe it's a good idea to create something like sourceforge place but only for FreeBSD ports. A place online where some people can work together for port, not individually as it is now. For example, I decided to port libXXX on FreeBSD. One of the problem - i do not know -does over this someone. So I created a project and start some work. No matter - can I finish it or not - has registered and begun work. Other people see - cool, someone has already started work on it. Once registered, they can also correct or add to my work. This is to prevent a situation where a dozen independent people start trying to port libXXX and everyone stumbles on its own problems. Not all of us are professionals and have the same knowledge, but work together more efficient. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
php 5.3 ports with mysqlnd support
Hello Any plan to make controll for builds php 5.3 with mysqlnd feature ( http://dev.mysql.com/downloads/connector/php-mysqlnd/ ) via OPTIONS ? Currenlty i've added in /usr/local/etc/pkgtools.conf -- BEFOREBUILD = { 'lang/php5' => 'sh /root/patch/ports-php5.sh', } AFTERINSTALL = { 'lang/php5' => 'sh /root/patch/ports-php5.sh', } -- and write my patch /root/patch/ports-php5.sh: -- #!/bin/sh TMPMKFILE="/usr/ports/lang/php5/Makefile-orig" MKFILE="/usr/ports/lang/php5/Makefile" if [ -f ${TMPMKFILE} ]; then mv ${TMPMKFILE} ${MKFILE} exit fi if [ -n `/usr/bin/grep mysqlnd /usr/ports/lang/php5/Makefile`]; then cp ${MKFILE} ${TMPMKFILE} /usr/bin/sed 's/--disable-all/--disable-all --enable-pdo --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd/g' ${TMPMKFILE} > ${MKFILE} fi -- And compile php via pkg{install|upgrade} tools. I have around 20 heavy-loaded servers with php-mysqlnd enabled for 5 month and i not get any failures therefore it is stable enough code and its will be wonderfull to see /usr/ports/lang/php5/Makefile with supporting of mysqlnd building. Thanks! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: xorg upgrade issue
Hello, i also update this ports today: xf86-input-keyboard-1.3.2_1 xkeyboard-config-1.5 and lose kbd switch functionality too after reload X On Wednesday 08 April 2009 17:53:05 Dominic Fandrey wrote: > Ater the recent Xorg related upgrades, I can no longer set a German > keyboard layout. > > > setxkbmap de > > Couldn't interpret _XKB_RULES_NAMES property > Use defaults: rules - 'xorg' model - 'pc105' layout - 'us' > Error loading new keyboard description > > Even though it says all back to us, even a lot o us keys do not work any > more. You might have recognized some missing letters, here. > > Also there is a 30% perormance loss in ioquake3. > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
adding users in ports
Hello maillist, I've planned porting some software to FreeBSD and currently generate Makefile for ports. My application required presence of some account in system. I've see many sample from current ports like "squid, cacti, avahi, mysql, pgsql, cups, distcc..." and many-many-many, they are using equally construction like: --- if ${PW} user show "${USER}" 2>/dev/null; then echo "You already have a user \"${USER}\", so I will use it." else if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ -d "/nonexistent" -s /usr/sbin/nologin -c "User user" then echo "Added user \"${USER}\"." else echo "Adding user \"${USER}\" failed..." exit 1 fi fi --- My question - why do not make this facility by generic (for example create add/del/check-existence procedure in some /usr/ports/Mk/bsd.users.mk file) ? Thanks ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"