Commit request for #233580 (graphics/cloudcompare: Remove qPCL plugin to fix compile errors)
Hi freebsd-ports@, Currently, graphics/cloudcompare is broken because of a graphics/pcl-pointclouds update. Bug #233580 removes the qPCL plugin to fix compilation. The Bugzilla URL is: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233580 Could someone look at committing it? Thank You, Neel Chauhan === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Dropping maintainership for www/miniminiweb
Hi freebsd-ports@, May I please drop maintainership for www/miniminiweb only? However, I still want to maintain other ports. Thanks, Neel Chauhan === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Committing updates for three ports (graphics/py-glfw, sysutils/zrep, and misc/py-tqdm)
Hi freebsd-ports@ mailing list, Could someone please be able to commit updates for these three ports: * graphics/py-glfw (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241883) * misc/py-tqdm (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242063) * sysutils/zrep (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242064) These were all tested and passes Poudriere on FreeBSD 12.0/12.1. -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Committing updates for three ports (graphics/py-glfw, sysutils/zrep, and misc/py-tqdm)
Thanks! -Neel On 2019-11-19 05:01, Koichiro Iwao wrote: Hi! Everything has been committed. On Mon, Nov 18, 2019 at 02:44:16PM -0500, Neel Chauhan wrote: Hi freebsd-ports@ mailing list, Could someone please be able to commit updates for these three ports: * graphics/py-glfw (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241883) * misc/py-tqdm (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242063) * sysutils/zrep (Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242064) These were all tested and passes Poudriere on FreeBSD 12.0/12.1. -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
13-CURRENT r355560: GNOME and KDE crash when logging in
Hi freebsd-current@, freebsd-ports@ mailing lists, When I updated my laptop to r355560, I could boot into GDM, but logging into GNOME led to a coredump and brought me back to GDM. I tried KDE, but logging in via SDDM also led to a crash. I noted a lot of changes to the VM subsystem have happened, are they related to the crashes? Not meaning that r355560 specifically caused the issue, but that's the last checked out revision. I don't have coredumps, sorry. Looks like my laptop will be booting into Windows for the time being. Running -STABLE is not an option because of unsupported hardware there. -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: devel/libgtop build error
I also have a patch. It has been accepted into GNOME's libgtop repo, but not the Ports tree yet. Someone should commit it. I have been using GNOME with the patched libgtop on my desktop and laptop (both 13-CURRENT). -Neel === https://www.neelc.org/ On 2019-12-16 10:53, Jan Beich wrote: Nilton Jose Rizzo writes: Problem with compile devel/libgtop libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -Winline -Wall -Wchar- subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -pipe -fstack- protector-strong -fno-strict-aliasing -MT procargs.lo -MD -MP -MF .deps/procargs.Tpo -c procargs.c -o procargs.o >/dev/null 2>&1 procmap.c:101:25: warning: unused variable 'um' [-Wunused-variable] struct ufsmount um; ^ procmap.c:282:39: error: no member named 'next' in 'struct vm_map_entry' first = vmspace.vm_map.header.next; ~ ^ procmap.c:285:56: error: no member named 'next' in 'struct vm_map_entry' (gulong) vmspace.vm_map.header.next, ~ ^ procmap.c:308:56: error: no member named 'next' in 'struct vm_map_entry' (gulong) entry.next, ~ ^ procmap.c:386:24: error: no member named 'next' in 'struct vm_map_entry' } while (entry.next != first); ~ ^ procmap.c:396:16: warning: cast from 'gchar *' (aka 'char *') to 'glibtop_map_entry *' (aka 'struct _glibtop_map_entry *') increases required alignment from 1 to 8 [-Wcast-align] return (glibtop_map_entry*) g_array_free(maps, FALSE); ^~ 2 warnings and 4 errors generated. Probably regressed by https://svnweb.freebsd.org/changeset/base/355491 Better ask on current@ list. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Committing updates to two ports
Hi freebsd-ports@, Could a committer please review and commit these two updates: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242900 (net/yaz) * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242901 (misc/py-tqdm) -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Unable to run "pkg update -f" on 13-CURRENT
Hi freebsd-ports@, I am running FreeBSD 13-CURRENT and I am getting this error on a "pkg update": pkg: wrong architecture: FreeBSD:13.0:amd64 instead of FreeBSD:13:amd64 pkg: repository FreeBSD contains packages with wrong ABI: FreeBSD:13.0:amd64 I am running FreeBSD 13-CURRENT r358510. Why is this happening? I also filed a bug on Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244549 -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Dropping maintainership of my Ports
Hi freebsd-ports@, I would like to drop maintainership for the following Ports: databases/py-mysqlclient deskutils/go-for-it devel/grpc devel/libnsutils devel/libparserutils devel/netsurf-buildsystem devel/nsgenbind dns/libnspsl emulators/nestopia graphics/cloudcompare graphics/glfw graphics/libnsbmp graphics/libnsgif graphics/maim graphics/py-glfw math/py-keras multimedia/gtk-youtube-viewer net/librsync2 net/yaz security/i2p sysutils/ioping sysutils/pick sysutils/ttyd sysutils/zrep textproc/libcss textproc/libwapcaplet www/itop www/libdom www/libhubhub www/mohawk www/mongrel2 www/netsurf x11/slop I am no longer interested in maintaining Ports, after many months of half-hearted work if not neglect. I still plan to contribute to FreeBSD, just that my focus is now on the TCP/IP networking stack. Could someone please reset the maintainership of the ports above? -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Dropping misc/py-tqdm
Hi freebsd-ports@, I am no longer interested in maintaining Ports, and most of my Ports have had their maintainership reset. However, misc/py-tqdm has not been reset. Could someone please reset misc/py-tqdm? -Neel === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Committing New Ports on Bugzilla
Hi freebsd-ports@, I hope you all had a great holiday season. I have a couple of New Ports which I would like someone to commit. The Ports are: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252314 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252226 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252224 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252223 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=25 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252185 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252151 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252152 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252150 Could one of you please commit these New Ports? Have a happy new year! -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Looking at a few Ports updates and adoptions
Hi freebsd-ports@, If one of you don't mind, could you please commit these following Ports updates (and one adoption)? * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251859 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251749 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252340 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252328 -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Looking at a few Ports updates and adoptions
While you're at it, could you also look at: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252342 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252341 -Neel On 2021-01-01 19:16, Neel Chauhan wrote: Hi freebsd-ports@, If one of you don't mind, could you please commit these following Ports updates (and one adoption)? * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251859 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251749 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252340 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252328 -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Committing New Ports on Bugzilla
Thanks! -Neel On 2021-01-01 02:07, Kurt Jaeger wrote: Hi! * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252314 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252226 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252224 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252223 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=25 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252185 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252151 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252152 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252150 Could one of you please commit these New Ports? Done. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
MFH commit issues
Hi freebsd-ports@, I made a MFH commit for www/oauth2-proxy which was a security update. However, when I did it, it initially didn't MFH. To "commit" it, I had to run "svn propdel svn:mergeinfo www". After this, it didn't really do the MFH but instead says "props deleted". Sorry for the issues caused by this. The "MFH": https://svnweb.freebsd.org/ports?view=revision&revision=564996 Could some of you please fix the issues with the branch? -Neel signature.asc Description: OpenPGP digital signature
Re: MFH commit issues
Also, I am not able to MFH this port for some reason. Please help. Also, could someone with access to 2021Q1 revert r564996 and MFH r564995 on my behalf? Sorry if I made a big mistake here. I was trying to commit the MFH but couldn't. -Neel On 2021-02-11 21:19, Neel Chauhan wrote: Hi freebsd-ports@, I made a MFH commit for www/oauth2-proxy which was a security update. However, when I did it, it initially didn't MFH. To "commit" it, I had to run "svn propdel svn:mergeinfo www". After this, it didn't really do the MFH but instead says "props deleted". Sorry for the issues caused by this. The "MFH": https://svnweb.freebsd.org/ports?view=revision&revision=564996 Could some of you please fix the issues with the branch? -Neel signature.asc Description: OpenPGP digital signature
Re: MFH commit issues [UPDATE: (hopefully) RESOLVED]
I realized this port doesn't exist in 2021Q1 since it's so new, and that's why I couldn't MFH. I reverted this in r564997. Sorry for the confusion, and sorry again if I committed in the wrong place, and sorry yet again if I sent too many emails. -Neel On 2021-02-11 21:26, Neel Chauhan wrote: Also, I am not able to MFH this port for some reason. Please help. Also, could someone with access to 2021Q1 revert r564996 and MFH r564995 on my behalf? Sorry if I made a big mistake here. I was trying to commit the MFH but couldn't. -Neel On 2021-02-11 21:19, Neel Chauhan wrote: Hi freebsd-ports@, I made a MFH commit for www/oauth2-proxy which was a security update. However, when I did it, it initially didn't MFH. To "commit" it, I had to run "svn propdel svn:mergeinfo www". After this, it didn't really do the MFH but instead says "props deleted". Sorry for the issues caused by this. The "MFH": https://svnweb.freebsd.org/ports?view=revision&revision=564996 Could some of you please fix the issues with the branch? -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Phabricator Review: Updating the GNUstep Ports
Hi freebsd-ports@, I have a review on Phabricator to update the GNUstep Ports: https://reviews.freebsd.org/D28654 The Port mainly updates: * devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 But since this is a big update and involves bumping a lot of PORTVERSIONs, could one of you committers please review this? -Neel Chauhan (nc@) signature.asc Description: OpenPGP digital signature
Re: Phabricator Review: Updating the GNUstep Ports
The phrase "The Port" in this email should mean "This patch", sorry for the wrong wording. -Neel On 2021-02-13 14:15, Neel Chauhan wrote: Hi freebsd-ports@, I have a review on Phabricator to update the GNUstep Ports: https://reviews.freebsd.org/D28654 The Port mainly updates: * devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 But since this is a big update and involves bumping a lot of PORTVERSIONs, could one of you committers please review this? -Neel Chauhan (nc@) signature.asc Description: OpenPGP digital signature
Updating emulators/i386-wine-devel but get a runtime error
Hi freebsd-ports@ I recently adopted emulators/i386-wine-devel and am attempting to update it to 6.2 along with adding 14.0 support. Phabricator URL: https://reviews.freebsd.org/D28908 When I attempt to run the `wine` command, I get this error: root@omen:/usr/ports.dev/emulators/i386-wine-devel # wine wine: could not load ntdll.so: (null) root@omen:/usr/ports.dev/emulators/i386-wine-devel # It seems ntdll.so is a new DLL. For anyone who has worked with Wine, is there a reason why this is happening and how I can solve this? -Neel signature.asc Description: OpenPGP digital signature
Re: Updating emulators/i386-wine-devel but get a runtime error
Nevermind, it was that WINEDLLPATH was missing. -Neel On 2021-02-23 13:01, Neel Chauhan wrote: Hi freebsd-ports@ I recently adopted emulators/i386-wine-devel and am attempting to update it to 6.2 along with adding 14.0 support. Phabricator URL: https://reviews.freebsd.org/D28908 When I attempt to run the `wine` command, I get this error: root@omen:/usr/ports.dev/emulators/i386-wine-devel # wine wine: could not load ntdll.so: (null) root@omen:/usr/ports.dev/emulators/i386-wine-devel # It seems ntdll.so is a new DLL. For anyone who has worked with Wine, is there a reason why this is happening and how I can solve this? -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Maintainer timeout on textproc/py-markdown update on Bugzilla - safe to commit?
Hi, There is an update to the port textproc/py-markdown but the maintainer, koobs@ has not responded even when (I believe) it could be committed. Bugzilla PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239070 Assuming no dependent ports have an issue with this update, would it be safe to commit this with a maintainer timeout if koobs@ hasn't responded? I'm asking since I don't want to prematurely commit ports. This port needs to be updated in order to import GTK+ 4 which in turn needs to update x11-toolkits/pango (which in turn needs this update). -Neel (nc@) ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Looking at new port deskutils/currtime
Hi freebsd-ports Mailing List, I have a new FreeBSD port deskutils/currtime, which is a command-line operated real time clock. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196781 Keep in mind that right now, deskutils/currtime is just a command-line based clock without any additional frills, although I do plan to add more features to currtime in the future as I am the author of currtime. Thanks, Neel ___ 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"
security/tor-devel and Maintainer Timeout
Hi, I have posted patches for updated versions of security/tor-devel, but the maintainer, b...@freebsd.org does not seem to be looking at the Bugzilla requests, nor are the ports being updated. A URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208594 I happily post patches, but bf isn't committing them, nor is any other port maintainer doing so, and therefore, security/tor-devel does not have a "Maintainer Timeout" status. Tor isn't a very complex software compilation like GNOME or KDE, so why isn't it being updated? Just to let you be aware of this. Thanks, Neel Chauhan === http://www.neelc.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
sysutils/goaccess and Maintainer Timeout
Hi freebsd-ports mailing list, I have a patch to update the port sysutils/goaccess to 0.9.8, and it looks like the maintainer (s...@freebsd.org) isn't currently active. The Bugzilla report is at the URL below: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209442 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209442) >From a search on FreshPorts >(https://www.freshports.org/search.php?stype=committer&method=match&query=sbz&num=10&orderby=category&orderbyupdown=asc&search=Search > >(https://www.freshports.org/search.php?stype=committer&method=match&query=sbz&num=10&orderby=category&orderbyupdown=asc&search=Search)), > I figured out that he was last active in April and it is likely that he is >busy enough to not look at Bugzilla reports. Just to make you aware of this (like I did for security/tor-devel). Thank You, Neel Chauhan === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Is anybody working on a FreeBSD Port for the Pantheon desktop
Hi freebsd-ports, I am wondering if anybody is working on a FreeBSD Port for the Pantheon desktop (the DE used in Elementary OS)? If not, I am happily willing to work on a port (or even if someone is, if they want help, I can help). Thank You, Neel Chauhan === https://www.neelc.org/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
[patch] - Fix for "Failed to parse/validate config: Failed to init Log options"
Hi, I have a patch to fix the "Failed to parse/validate config: Failed to init Log options" problem whenever I start Tor on FreeBSD. It is: --- Makefile.old2014-04-03 19:48:25.0 -0400 +++ Makefile2014-04-03 19:49:57.0 -0400 @@ -42,6 +42,9 @@ CONFLICTS= tor-devel-[0-9]* +PLIST_SUB= USERS=${USERS} +PLIST_SUB+=GROUPS=${GROUPS} + .include .if ( (${OSVERSION} < 90) || \ --- pkg-plist.old 2014-04-03 19:37:16.0 -0400 +++ pkg-plist 2014-04-03 19:47:56.0 -0400 @@ -8,6 +8,8 @@ man/man1/tor-resolve.1.gz man/man1/tor.1.gz man/man1/torify.1.gz +@exec touch /var/log/tor ; chown %%USERS%%:%%GROUPS%% /var/log/tor +@exec mkdir /var/run/tor ; chown -R %%USERS%%:%%GROUPS%% /var/run/tor %%DATADIR%%/geoip %%DATADIR%%/geoip6 @dirrm %%DATADIR%% I'm in a hurry to post this because I'm a high school student and I don't want my mom to be too angry with me, but I did test this and it worked. And my Postfix server couldn't send this email the first time (I actually run my own email server, and from home!). But anyways, hope you enjoy it. -Neel ___ 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"
[patch] - Fix for "Failed to parse/validate config: Failed to init Log options"
Hi, I have a patch to fix the "Failed to parse/validate config: Failed to init Log options" problem whenever I start Tor on FreeBSD. It is: --- Makefile.old2014-04-03 19:48:25.0 -0400 +++ Makefile2014-04-03 19:49:57.0 -0400 @@ -42,6 +42,9 @@ CONFLICTS= tor-devel-[0-9]* +PLIST_SUB= USERS=${USERS} +PLIST_SUB+=GROUPS=${GROUPS} + .include .if ( (${OSVERSION} < 90) || \ --- pkg-plist.old 2014-04-03 19:37:16.0 -0400 +++ pkg-plist 2014-04-03 19:47:56.0 -0400 @@ -8,6 +8,8 @@ man/man1/tor-resolve.1.gz man/man1/tor.1.gz man/man1/torify.1.gz +@exec touch /var/log/tor ; chown %%USERS%%:%%GROUPS%% /var/log/tor +@exec mkdir /var/run/tor ; chown -R %%USERS%%:%%GROUPS%% /var/run/tor %%DATADIR%%/geoip %%DATADIR%%/geoip6 @dirrm %%DATADIR%% I'm in a hurry to post this because I'm a high school student and I don't want my mom to be too angry with me, but I did test this and it worked. Hope you enjoy it. -Neel ___ 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: [patch] - Fix for "Failed to parse/validate config: Failed to init Log options"
Hi, Sorry for the duplicate email. -Neel ___ 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"