- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
Approved by: portmgr-lurkers (antoine)
- Add DIG command to SUB_LIST, not overwrite the list
- Use correct OSVERSION for the dig(1) / drill(1) change
- Don't add anything to rc.conf and periodic.conf when WITH_PACKAGE_BUILDING is set to pet poudriere and tinderbox
- Re-word pkg-message
- Bump PORTREVISION
PR: ports/175879
Submitted by: Alex Keda <admin@lissyara.su>
Approved by: maintainer
Reported by: Alex Keda, 2A, and dvl
Patched by: A.J. Kehoe and me
Approved by: portmgr (bapt)
Fix build on FreeBSD 10+.
Use more system features on all supported FreeBSD versions (8.3+),
and bump PORTREVISION.
Regenerate files/patch-archival__unzip.c.
Do not show colored output for pkg-message this is wrong because
1/ the code will depend on the terminal running it
2/ pkgng does not like it at all (this bug should be fixed in pkgng anyway)
Reported by: antoine
- Fix build with libc++, dropping hardcoded -lstdc++ from the right Makefile.
- Fix build with clang, casting a large constant to int in mntent_compat.c++.
- Fix a noisy clang warning in BTree.h by parenthesizing the 2nd for() expr.
- Fix a format string mismatch (%d/size_t -> %lu/unsigned long) in snprintf.
- Regenerate patches, and normalize their filenames, with make makepatch.
- Bump PORTREVISION.
Allow to follow 302 redirection when fetching from http.
The main reason for it to not be allowed was to avoid infinite redirection loop
it appears that fetch(1) anyway limit the number of redirections to 5 on 8.3 and 9.1
20 on 9.2 and 10+ meaning we have no good reasons anymore to continue forbidding
following redirections.
Thanks to Michael Gmelin for having investigation
Reported by: many
Fix build with clang (on FreeBSD-10) with curl plugin enabled:
curl_xml.c:617:37: error: variable 'url' is uninitialized when used here
[-Werror,-Wuninitialized]
status, db->curl_errbuf, url);
^~~
./plugin.h:342:47: note: expanded from macro 'ERROR'
#define ERROR(...) plugin_log (LOG_ERR, __VA_ARGS__)
^
curl_xml.c:610:12: note: initialize the variable 'url' to silence this warning
char *url;
^
= NULL
1 error generated.
- Update to 193 to be able to connect to the servers again
- Repack distribution file, reroll/simplify patches.
The original host is gone, and there is no obvious replacement for the
distribution file, so roll our own from the referenced git repository:
git://git.berlios.de/elc
branch master, commit 86780d5dd43b3c9b66fa014944cf1811fa78d161
- Stagify
- Strip library versions [1]
Submitted by: portlint [1]
Approved by: acm (implicit)
Approved by: portmgr (bapt)
Try to build after games/el-data is resurrected.
Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN:
> LINK el.bin
> /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition
> /usr/local/lib/libX11.so.6: could not read symbols: Bad value
While here convert to new LIB_DEPENDS and USES=gmake
PR: ports/185113 (related)
Submitted by: rene
Approved by: maintainer timeout (acm, 15 days)
Approved by: portmgr (bapt)
- Update to version 193 (*)
- Stagify
- Mark as architecture-independent
- Remove NO_PACKAGE (pkg will show the package size upon installation)
(*) Version 192 is not accepted by the servers any longer, version 193
allows me to connect to the servers, create an account, and wander around.
Approved by: acm (implicit)
Approved by: portmgr (bapt)
Update libXfont to 1.4.7
This is a security fix and it is important to update, since it might lead to
a privilege escalation if the X server is run as root (which is the default)
Security: CVE-2013-6462
Approved by: portmgr-lurker (mat)
Correct ident for most recent entries. No functional changes.
People, please be aware that we use the FreeBSD Documentation Primer
and that there are style rules we have to follow. If you are in
doubt please consult me and I am more then willing to help.
Hat: secteam