- Utilise OPTIONS helpers
- Quieten compiler warnings about unused arguments (caused by unconditionally
passing LOCALBASE/{lib,includes} via CFLAGS)
- Remove occurrences of deprecated @dirrm and @dirrmtry from plist
Changes: http://www.weechat.org/files/changelog/ChangeLog-1.0.1.html
Pass maintainership to submitter.
Uncomfortably, this port was converted to generated plist out of
necessity due to gacutil creating randomly named directories.
PR: 194150
Submitted by: Muhammad Rahman
- The port is badly broken and its maintainer has no interest in fixing
it despite offered help. It cant be fixed without deep knowledge of the
software and therefore it cant be fixed without maintainer's help
PR: 192347
Approved by: marino (mentor)
The upgrade removes:
* The version package
* The full option (pgsql, smtp, and xmpp facilities)
It switches to build with gprbuild
It fixes the policy database so that it's safe for concurrent access.
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns
Changes:
GtkUI
#2256: Indexes are not updated correctly when removing column
Fix bug in the torrentview when Plugins added a column
WebUI
Security update for POODLE vulnerability
* Fix version reference in server script
* Remove blank sample files
* Add note in pkg-message how to upgrade from version 1.4.6
* Note in pkg-deinstall files files might exist in $ETCDIR as well
(even though pkg also mentions this)
PR: 194312
Reported by: Helge Oldach
Final fix by: maintainer (Jonathan Price)
Squid's configure script defaults to -march=native, if the flag is
supported by the compiler. And this even *overrides* your own specified
CPUTYPE or -march= flag!
That could cause squid to crash when using a package that was built on a
newer CPU type that the one where the package would run on.
Submitted by: dim
While upgrading to the latest version released last week:
* Rebase .config file on latest sample versoin
* Support non-default prefixes
* Merge new contents of do-configure target into post-patch target
PR: 194315
Approved by: maintainer: (Craig Leres)
The author of matreshka informed me that GPRBuild 2014 has a bug in
it that suppresses flags like -msse2 and -march. It's been fixed in the
Pro version, but not the GPL version. He worked around the bug instead,
and this commit brings in the essential part of that workaround. The
GPRBuild bug prevented Matreshka from building on i386 on all releases
and all platforms.
While here, remove @dirrm from pkg-plist, strip the installed libraries,
convert to USES=pgsql and tighten the makefile up a bit.
MFH: 2014Q4