summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29Updated security/libressl to 2.2.6nb2wiz1-1/+2
2016-06-29Move pkgconfig files to default location, so they can be found by default.wiz2-8/+10
Bump PKGREVISION. ok jperkin
2016-06-28Build fixes:bouyer5-6/+23
- even if python bindings are not selected, it is needed as a tool for build - during build, it wants to run an executable from the build dir, which fails to find a not-yet-installed shared librarie. Fixed by calling it with appropriate LD_LIBRARY_PATH set - fix PLIST no PKGREVISION bump as it didn't build before.
2016-06-28Note update of databases/phpmyadmin package to 4.6.3.taca1-1/+2
2016-06-28Update phpmyadmin to 4.6.3, including security fixes.taca3-339/+343
pkgsrc change: * Update MASTER_SITES. * Now allow php70. Changes are too many to write here, please refer ChangeLog.
2016-06-28Updated security/libressl to 2.2.6nb1wiz1-1/+2
2016-06-28Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.wiz1-2/+4
2016-06-28squid3 uses C++11 if available. Insist on C++11 if linking to libecap.prlw11-1/+2
2016-06-27Add kdm unprivileged user.markd1-2/+10
Fixes PR pkg/51249.
2016-06-27Use ${FAKEHOMEDIR} as maven build root directorycheusov1-5/+5
2016-06-27+ mpv-0.18.0 [leot]leot1-1/+2
2016-06-27use GCC specific flags for GCC 5, too.maya1-2/+2
Fixes build on NetBSD-current.
2016-06-27Fix HOMEPAGE.wiz1-3/+2
2016-06-27Add NetBox to the wish listsevan1-1/+5
2016-06-27pkgsrc-wip no longer lives on sourceforge, update URLsevan1-2/+2
2016-06-27Fix build on -currenttnn2-1/+17
2016-06-27+ mailman-2.1.22, mailman-3.0.3wiz1-14/+14
Add my login name to some lines to mark them as prepared for after the freeze.
2016-06-26Add buildlink3.mk that passes through directories and adds them to thewiz1-0/+17
preprocessor and linker flags.
2016-06-26Updated net/youtube-dl to 20160625; added missing postgresql changesadam1-1/+7
2016-06-26Update net/youtube-dl to 20160625adam3-11/+14
Changes: 2016.06.25: [*] misc bug fixes and improvements 2016.06.23*: [*] misc bug fixes and improvements 2016.06.22: [gametrailers] Remove extractor [*] misc bug fixes and improvements 2016.06.20: [*] misc bug fixes and improvements 2016.06.19*: [aftonbladet] Fix extraction [closertotruth] Add extractor [r7] Fix extraction [*] misc bug fixes and improvements
2016-06-26+ py-dns-1.14.0.wiz1-1/+2
2016-06-26Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.wiz1-4/+2
Adds support for building this with python-3.x.
2016-06-26Updated pkgtools/url2pkg to 2.27wiz1-1/+2
2016-06-26Fix typo in github handling.wiz2-4/+4
Bump version.
2016-06-26Suggest packaging tools for Tor/privacy from the list atwiz1-1/+5
https://torbsd.github.io/porting-pets.html
2016-06-26Updated net/nanomsg to 1.0.0nb1kamil1-1/+2
2016-06-26Add missing PKGCONFIG_OVERRIDE.kamil1-1/+4
It's still needed (but with a fixed path) Bump PKGREVISION. Pointed out by <wiz>.
2016-06-26Updated www/libproxy to 0.4.13kamil1-1/+2
2016-06-26Update libproxy to 0.4.13kamil3-26/+7
Upstream changes: - Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2). - Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF). - Fix compilation errors with CLang on MacOSX. - bindings: perl: Add an option to explicitly link against libperl.so Some distributions want to do it, other prefer not to, the library is anyway in context of perl. - config_kde: Add a basic cache and invalidation: performance improvement for the KDE module. Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes. Requested by Ralf Nolden <nolden@kde.org> Approved by <pkgsrc-pmc>.
2016-06-26- duplicity-0.7.07, libtar-1.2.20, nginx-devel-1.9.12,wiz1-7/+2
php-libawl-0.54, ruby-stomp-1.3.5.
2016-06-26+ ImageMagick-7.0.2.1, afl-2.16b, desktop-file-utils-0.23, gmp-6.1.1,wiz1-3/+14
libsndfile-1.0.27, mdds-1.2.1, ocamlgraph-1.81, p5-Moo-2.002003, p5-XML-LibXML-2.0126, pari-2.7.6, py-cffi-1.7.0, py-setuptools-23.1.0, x264-devel-20160625.
2016-06-26Updated misc/cowsay to 3.04wiz1-1/+2
2016-06-26Updated cowsay to 3.04. Addresses PR 51273 by Tony.wiz3-11/+14
3.04 24 June 2016 - Licensing terms have changed to GPLv3. - Friendlier to being hosted on GitHub. - No functionality changes whatsoever.
2016-06-26Fix PKGNAME in distinfo. From kre@.wiz1-361/+361
2016-06-26+ calibre-2.60.0, dolphin-5.0, erlang-19.0, etckeeper-1.18.4,wiz1-6/+11
gtklevel9-5.1, nss-3.25, pulseaudio-9.0.
2016-06-26Clarify bit about default binary by referring to MESSAGE.dholland1-2/+2
(related to PR 51244)
2016-06-25Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.pgoyette1-1/+3
2016-06-25Updated sdcc3 to 3.6.0bouyer1-1/+2
2016-06-25Update to 3.6.0, fixing boost-related build issue.bouyer5-33/+808
Changes since 3.5.0: - Merged upstream binutils 2.25 - New memory management with lower overhead - Changed default language dialect to --std-sdcc11 - Diagnostic for missing type specifier: No implicit int outside of C90 mode anymore - C11 generic selections - char type is now unsigned by default (old behaviour can be restored using --fsigned-char) - Character constants are now of type int instead of char. - ISO C95 and ISO C11 wide character constants - ISO C95 and ISO C11 wide string literals - Basic standard library support for wide characters: c16rtomb(), mbrtoc16(), mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(), mblen(), wctomb() - Treat all ports the same in the manual (i.e. mcs51-specific stuff is now clearly described as such) - Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80 backends - Workaround for stm8 division hardware bug - ELF/DWARF support for stm8 - Output symbol table for ELF - pic16 port now uses standard-compliant crt0iz that initializes static and globals to 0 by default Numerous feature requests and bug fixes are included as well.
2016-06-25Add duplicity, squashfs to TODOmaya1-1/+5
2016-06-25Add reminder to update packages for which patches were provided in PRsmaya1-1/+4
2016-06-25Updated devel/ocaml-ppx_optcomp to 113.33.00jaapb1-1/+2
2016-06-25Updated package to latest version, 113.33.00 and made it compatible withjaapb4-12/+40
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0 ## 113.33.00 - Install standalone ppx-optcomp program that can be run through `-pp`
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb21-568/+537
2016-06-25Updated package to work with ocaml.mk. No upstream changes.jaapb2-5/+3
2016-06-25Pakcage uses ocamlbuild.jaapb1-1/+3
2016-06-25Package uses ocamlbuild - also cleaned up Makefile a bit. No upstreamjaapb2-11/+5
changes.
2016-06-25Package uses ocamlbuild.jaapb1-2/+3
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb2-5/+3
2016-06-25Package uses ocamlbuild.jaapb1-1/+3