review/committer needed (new ports getting dusty)
Hi I added a new python port for graphite-api [0] and dependencies [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=20 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208889 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208890 www/h2o has its usual small update: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209517 thanks Dave [0]: http://graphite-api.readthedocs.org/ [1]: https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010165.html ___ 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 you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/po...@freebsd.org.html Port| Current version | New version +-+ databases/luasql-mysql | 2.3.1 | v2.3.2 +-+ databases/luasql-postgres | 2.3.1 | v2.3.2 +-+ databases/luasql-sqlite3| 2.3.1 | v2.3.2 +-+ net-mgmt/check_mysql_health | 2.2.1 | 2.2.2 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ 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: Is there a way to automatically edit port Makefile and plist after updates
-Original Message- From: Walter Schwarzenfeld once more for clear, there are some typos you can for example put in the makefile .if ${.CURDIR:M*/ports/lang/php56} CONFIGURE_ARGS+=--disable-mysqlnd .endif Thanks a lot Walter! This does indeed do the trick for my needs - I did a full build test and reinstall and it worked as it should. -Reko ___ 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"
portmaster -ty --clean-distfiles and "make" errors
hello, world\n whenever I clean old distfiles I get a handful of ugly error messages: # portmaster -t -y --clean-distfiles ===>>> Gathering distinfo list for all ports (This will take several minutes) make: "/usr/ports/devel/svnmerge/Makefile" line 33: Cannot open /usr/ports/devel/subversion16/Makefile.inc make: Fatal errors encountered -- cannot continue make: "/usr/ports/Mk/bsd.linux-apps.mk" line 589: Malformed conditional (${${:Utcl84}_DETECT}=="") make: "/usr/ports/Mk/bsd.linux-apps.mk" line 589: Malformed conditional (${${:Utk84}_DETECT}=="") make: Fatal errors encountered -- cannot continue make: "/usr/ports/x11/avant-window-navigator-gnome/Makefile" line 8: Cannot open /usr/ports/x11/avant-window-navigator-gnome/../avant-window-navigator/Makefile make: Fatal errors encountered -- cannot continue ===>>> Checking for stale distfiles /usr/ports/devel/subversion16 no longer exists, which explains the first error. The others are more obscure. This makes for a quite disappointing user experience. The errors point, as far as I can tell, to some neglience in ports tree maintenance. Would it be possible to add a check for a silent, error free "portmaster -t -y --clean-distfiles" to the Ports QA checks? And how should I go about fixing the Malformed conditional (${${:Utcl84}_DETECT}=="") issue? Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) ___ 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: portmaster -ty --clean-distfiles and "make" errors
The malformed Conditional does not exists on lmy system in bsd.linux.apps. svnmerge and avant-window-navigator-gnome also not exists. Did you look if there are entries in their category Makefiles= But I would do a "radical" solution: rm -rf /usr/ports* portsnap fetch extract ___ 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: portmaster -ty --clean-distfiles and "make" errors
vottrvzion rm -rf /usr/ports/* ___ 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: portmaster -ty --clean-distfiles and "make" errors
Had my finger on the wrong place ;-)) vottrvzion shuld be correction. ___ 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"
Using the subversion switch command to keep up with quarterly branches
I track the quarterly ports branches so that I can build ports from the same tree as binary packages so that I don't, for example, have to build all 2783 packages on my dev VM, just the 13 where I need non-default options. Yes I know, "That is not the intended use, ma'am," blah blah void my warranty, etc. This is a dev/preprod instance, I am TRYING to break it. Since the current quarter's branch name changes each quarter (2016Q1, 2016Q2), you can't just relocate and update, you need to use the switch command. I really just want to keep up with the current quarter and would like to take advantage of already having most of the branch already downloaded. Is it safe to use the switch command to jump ports quarterly branches (assuming a read-only check-out), or are there special gotchas in how FreeBSD is doing the branches? ___ 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"