aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-141-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169 Notes: svn path=/head/; revision=523070
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2020-01-132-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/d133e34395bdec3485f47658e432da70f22a1012 Notes: svn path=/head/; revision=522967
* Update to version 1.09Steven Kreuzer2020-01-112-5/+4
| | | | Notes: svn path=/head/; revision=522624
* ports-mgmt/modules2tuple: Update to 1.14.0Dmitri Goutnik2020-01-042-4/+4
| | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.14.0 Notes: svn path=/head/; revision=522032
* Fix build when libncursesw will be removedBaptiste Daroussin2019-12-271-0/+16
| | | | Notes: svn path=/head/; revision=521013
* Ensure building against the proper libncursesBaptiste Daroussin2019-12-271-0/+4
| | | | Notes: svn path=/head/; revision=521011
* Update to 1.12.99.1Baptiste Daroussin2019-12-242-5/+5
| | | | | | | | | | | | | | | | | | | - When installing a file over a file that is not tracked by any package, save the previous one as .pkgsave - Fix a chicken/egg problem with the meta being compressed and defining the compression format. Now pkg repo will create a meta.conf file uncompressed (it is small enough) and fallback on the old meta.txz. Note that meta.txz is still created for backward compatibility - pkg repo now creates meta files in version 2 by default meaning the digests.txz is not created anymore, it was only used up to pkg 1.2. anyone upgrading from pkg 1.2 should first run pkg bootstrap -f to be on a recent version. - pkg -r now first lookup under the rootdir for its ABI_FILE. - suppress version checking when -j is specified - Alphabetically sort packages printed in the output of pkg commands to ease readability - pkg lock/unlock now allows multiple packages in arguments Notes: svn path=/head/; revision=520788
* ports-mgmt/modules2tuple: Update to 1.13.0Dmitri Goutnik2019-12-232-4/+4
| | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.13.0 Notes: svn path=/head/; revision=520706
* ports-mgmt/portal: fix build on GCC architecturesPiotr Kubaj2019-12-221-3/+6
| | | | | | | | | | Only add -L${NCURSESLIB} when ${NCURSESLIB} isn't /usr/lib to prevent linking with base libstdc++ on GCC architectures. PR: 240707 Approved by: culot (maintainer) Notes: svn path=/head/; revision=520653
* Update to 0.8.1.4Michael Gmelin2019-12-222-5/+4
| | | | | | | | PR: 242774 Approved by: koobs (maintainer) Notes: svn path=/head/; revision=520611
* ports-mgmt/py-FreeBSD-ports: works OK with newer python tooSteve Wills2019-12-161-1/+1
| | | | Notes: svn path=/head/; revision=520260
* ports-mgmt/pkg-provides: Upgrade to 0.6.2Rodrigo Osorio2019-12-162-5/+5
| | | | | | | | Changelog: * Fix PCRE options, search should be caseless. Notes: svn path=/head/; revision=520247
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-12-153-15/+34
| | | | | | | Changes: https://github.com/t6/portfmt/commits/dc6727041f0ad01e34131cab7186412d57ba6329 Notes: svn path=/head/; revision=520158
* New port: ports-mgmt/portgrepDmitri Goutnik2019-12-104-0/+37
| | | | | | | | | | portgrep is a fast parallel ports tree search utility, supporting both predefined queries (by MAINTAINER, USES, etc.) and custom regex searches. WWW: https://github.com/dmgk/portgrep Notes: svn path=/head/; revision=519782
* - Update to 3.3.3Bryan Drewery2019-12-102-5/+5
| | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/freebsd/poudriere/wiki/release_notes_333 - qemu: Add /usr/bin/wc and /usr/bin/head to HLINK_FILES. - Show flavor in more messages. - ports -l: Fix error when no ports trees exist yet. - distclean: Remove empty directories when done. - Allow overriding default nullfs paths with NULLFS_PATHS. - Fix WRKDIR saving with FLAVOR'd origins - Expand securelevel check to handle MUTABLE_BASE=schg and TMPFS_WRKDIR/TMPFS_LOCALBASE. - testport -c: Fix make.conf not being respected for `make config`. - image: warn if MFSROOT may be too large - jail: Pass MAKEWORLDARGS during installworld too - jail -c: Fix NO_LIB32 support - jail -d: Don't confirm if the jail doesn't exist - jail -i: Don't show ports tree info if not requested Notes: svn path=/head/; revision=519773
* - Update to 3.3.0-229-gce2011f23Bryan Drewery2019-12-102-5/+5
| | | | | | | | | | | | | | | * Pass MAKEWORLDARGS during installworld too * bulk/testport: Initial support for ports OVERLAYS * testport: Show log info on failure exit * jail -d: Don't confirm if the jail doesn't exist * jail -c: Fix NO_LIB32 support * jail -i: Don't show ports tree info if not requested * bulk: Compute queued stats after trimming ignored AND trimming queue. * Various fixes and expansion of sh mapfile support * Always export `LC_COLLATE=C` Notes: svn path=/head/; revision=519770
* ports-mgmt/create-rb-port: fetches againSteve Wills2019-12-091-2/+0
| | | | Notes: svn path=/head/; revision=519617
* Update to 0.3.0Sunpoet Po-Chuan Hsieh2019-12-083-4/+8
| | | | | | | Changes: https://github.com/lonkamikaze/bsda2/releases Notes: svn path=/head/; revision=519330
* - Update to 20191018Dmitry Marakasov2019-12-042-4/+4
| | | | | | | | PR: 241320 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=519030
* Upgrade ports/pkg-provides to v0.6.1Rodrigo Osorio2019-11-292-5/+5
| | | | | | | | | Changelog: - fix minor bug who empties the database file at each update check. Notes: svn path=/head/; revision=518645
* Upgrade ports-mgmt/pkg-provides to v0.6.0Rodrigo Osorio2019-11-234-26/+35
| | | | | | | | Changelog: - new database format reducing the file size Notes: svn path=/head/; revision=518205
* ports-mgmt/portfmt: Update to latest commit (chase r517831)Tobias Kortkamp2019-11-172-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/9121f6116898888fe3312fa20160b06c5271625e Notes: svn path=/head/; revision=517835
* ports-mgmt/modules2tuple: Update to 1.12.0Dmitri Goutnik2019-11-172-7/+4
| | | | | | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.12.0 Remove custom do-test after r517831. Approved by: tz (mentor, implicit) Notes: svn path=/head/; revision=517832
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-11-172-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/6cd962511a8bc631f09a38af09725db59eff9cc7 Notes: svn path=/head/; revision=517830
* ports-mgmt/psearch: update MASTER_SITES, unbreakKurt Jaeger2019-11-172-4/+3
| | | | | | | | | | | - take maintainer, because status of old maintainer undefined PR: 241899 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: p5B2E9A8F@t-online.de Notes: svn path=/head/; revision=517818
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* ports-mgmt/modules2tuple: Update to 1.11.0Dmitri Goutnik2019-11-122-4/+4
| | | | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.11.0 Approved by: tz (mentor, implicit) Notes: svn path=/head/; revision=517331
* Add missing USES={gnome,php,sdl} to the restTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517072
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-063-0/+6
| | | | Notes: svn path=/head/; revision=516887
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-11-042-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/a0df0ca8a0f40dbb8a153910eebe431f59658290 Notes: svn path=/head/; revision=516724
* ports-mgmt/modules2tuple: Update to 1.10.0Dmitri Goutnik2019-11-022-4/+4
| | | | | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.10.0 PR: 241637 Approved by: tz (mentor, implicit) Notes: svn path=/head/; revision=516315
* ports-mgmt/caronade: Update to 0.3.0Bernhard Froehlich2019-10-252-8/+7
| | | | | | | | | | | | | | | | | | | Changelog v0.3.0 - Return of Slimer: * Detect affected ports from list of changed/added files and not from CI message * Use Status API URL from webhook to simplify configuration * Support Ping Webhooks * Removed Gitea support * Updated bulma CSS to 0.8.0 * Updated yaml dependency to 2.2.4 * Git pushes with multiple commits were fixed * Fix ssh warning about stdin and silence ssh call for ssh recipe * Improve documentation for remote builder setup * Documentation fixes Notes: svn path=/head/; revision=515588
* ports-mgmt/modules2tuple: Update to 1.9.0Dmitri Goutnik2019-10-222-4/+4
| | | | | | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.9.0 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D22098 Notes: svn path=/head/; revision=515189
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-10-212-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/aaef9d8c373b204482369a2c5cecd5b5f8ab8c83 Notes: svn path=/head/; revision=515093
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-10-192-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/2f114abe8226fac6d900a7174257205b3a87e2f7 Notes: svn path=/head/; revision=514794
* Remove expired ports:Rene Ladan2019-10-1611-142/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-10-16 archivers/freetar: Unfetchable, unmaintained 2019-10-16 archivers/hffzip: Unfetchable, unmaintained 2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained 2019-10-16 archivers/untar: Unfetchable, unmaintained 2019-10-16 astro/gpsdrive: Unfetchable, unmaintained 2019-10-16 astro/planets: Unfetchable, unmaintained 2019-10-16 audio/ascd: Unfetchable, unmaintained 2019-10-16 audio/audiotag: Unfetchable, unmaintained 2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained 2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained 2019-10-16 audio/jack_mixer: Unfetchable, unmaintained 2019-10-16 audio/jmusic: Unfetchable, unmaintained 2019-10-16 audio/maplay: Unfetchable, unmaintained 2019-10-16 audio/mbox: Unfetchable, unmaintained 2019-10-16 audio/nuvolaplayer: Unfetchable, unmaintained 2019-10-16 audio/vagalume: Unfetchable, unmaintained 2019-10-16 audio/wmsmixer: Unfetchable, unmaintained 2019-10-16 audio/xmms2-scrobbler: Unfetchable, unmaintained 2019-10-16 benchmarks/filebench: Unfetchable, unmaintained 2019-10-16 biology/chemeq: Unfetchable, unmaintained 2019-10-16 biology/linux-foldingathome: Unfetchable, unmaintained 2019-10-16 cad/dxf2fig: Unfetchable, unmaintained 2019-10-16 cad/gerbv: Unfetchable, unmaintained 2019-10-16 cad/ghdl: Unfetchable, unmaintained 2019-10-16 comms/gsmlib: Unfetchable, unmaintained 2019-10-16 comms/nokryptia: Unfetchable, unmaintained 2019-10-16 databases/mrtg-mysql-load: Unfetchable, unmaintained 2019-10-16 databases/postgres-xl: Unfetchable, unmaintained 2019-10-16 databases/wmjsql: Unfetchable, unmaintained 2019-10-16 deskutils/dlume: Unfetchable, unmaintained 2019-10-16 deskutils/gkrellm-reminder2: Unfetchable, unmaintained 2019-10-16 deskutils/ljit: Unfetchable, unmaintained 2019-10-16 deskutils/mdh: Unfetchable, unmaintained 2019-10-16 devel/atlassian-plugin-sdk: Unfetchable, unmaintained 2019-10-15 devel/bingo: Abandoned upstream 2019-10-16 devel/dprog: Unfetchable, unmaintained 2019-10-16 devel/eblob: Unfetchable, unmaintained 2019-10-16 devel/elftoaout: Unfetchable, unmaintained 2019-10-16 devel/fga: Unfetchable, unmaintained 2019-10-16 devel/fib: Unfetchable, unmaintained 2019-10-16 devel/flickrnet: Unfetchable, unmaintained 2019-10-16 devel/fujaba: Unfetchable, unmaintained 2019-10-16 devel/funnelweb: Unfetchable, unmaintained 2019-10-16 devel/genproto: Unfetchable, unmaintained 2019-10-16 devel/gitphp: Unfetchable, unmaintained 2019-10-16 devel/gnatcoll: Unfetchable, unmaintained 2019-10-16 devel/kimwitu: Unfetchable, unmaintained 2019-10-16 devel/libghthash: Unfetchable, unmaintained 2019-10-16 devel/lua-alien: Unfetchable, unmaintained 2019-10-16 devel/monotone-viz: Unfetchable, unmaintained 2019-10-16 devel/noweb: Unfetchable, unmaintained 2019-10-16 devel/p65: Unfetchable, unmaintained 2019-10-16 devel/py-fileutils: Unfetchable, unmaintained 2019-10-16 devel/py-mercurialserver: Unfetchable, unmaintained 2019-10-16 devel/py-pqueue: Unfetchable, unmaintained 2019-10-16 devel/pypersrc: Unfetchable, unmaintained 2019-10-16 devel/root-doc: Unfetchable, unmaintained 2019-10-16 devel/sfio: Unfetchable, unmaintained 2019-10-16 devel/styx: Unfetchable, unmaintained 2019-10-16 devel/tclmore: Unfetchable, unmaintained 2019-10-16 devel/umem: Unfetchable, unmaintained 2019-10-16 dns/ez-ipupdate: Unfetchable, unmaintained 2019-10-16 editors/zoinks: Unfetchable, unmaintained 2019-10-16 emulators/aftp: Unfetchable, unmaintained 2019-10-16 emulators/ia64sim: Unfetchable, unmaintained 2019-10-16 emulators/loemu: Unfetchable, unmaintained 2019-10-16 emulators/pipelight: Unfetchable, unmaintained 2019-10-16 finance/ledgersmb: Unfetchable, unmaintained 2019-10-16 ftp/atftp: Unfetchable, unmaintained 2019-10-16 ftp/cftp: Unfetchable, unmaintained 2019-10-16 games/arkanoidsb: Unfetchable, unmaintained 2019-10-16 games/balazar: Unfetchable, unmaintained 2019-10-16 games/blockade: Unfetchable, unmaintained 2019-10-16 games/cleanq3: Unfetchable, unmaintained 2019-10-16 games/conquest: Unfetchable, unmaintained 2019-10-16 games/crafty-tablebase-no-pawn: Unfetchable, unmaintained 2019-10-16 games/epiar: Unfetchable, unmaintained 2019-10-16 games/exmars: Unfetchable, unmaintained 2019-10-16 games/fteqw: Unfetchable, unmaintained 2019-10-16 games/gnake: Unfetchable, unmaintained 2019-10-16 games/gru: Unfetchable, unmaintained 2019-10-16 games/gtkpool: Unfetchable, unmaintained 2019-10-16 games/imaze: Unfetchable, unmaintained 2019-10-16 games/inform: Unfetchable, unmaintained 2019-10-16 games/iourbanterror: Unfetchable, unmaintained 2019-10-16 games/iourbanterror-server: Unfetchable, unmaintained 2019-10-16 games/jools: Unfetchable, unmaintained 2019-10-16 games/legends: Unfetchable, unmaintained 2019-10-16 games/linux-enemyterritory-etpro: Unfetchable, unmaintained 2019-10-16 games/linux-worldofgoo-demo: Unfetchable, unmaintained 2019-10-16 games/noegnud-data: Unfetchable, unmaintained 2019-10-16 games/poker-engine: Unfetchable, unmaintained 2019-10-16 games/ptools: Unfetchable, unmaintained 2019-10-16 games/pyawale: Unfetchable, unmaintained 2019-10-16 games/pysycache-lang: Unfetchable, unmaintained 2019-10-16 games/qmars: Unfetchable, unmaintained 2019-10-16 games/quake-reaper: Unfetchable, unmaintained 2019-10-16 games/quake3-ra3: Unfetchable, unmaintained 2019-10-16 games/sdlCC: Unfetchable, unmaintained 2019-10-16 games/speyes: Unfetchable, unmaintained 2019-10-16 games/vodovod: Unfetchable, unmaintained 2019-10-16 games/wmeyes: Unfetchable, unmaintained 2019-10-16 games/wmshuffle: Unfetchable, unmaintained 2019-10-16 games/xabacus: Unfetchable, unmaintained 2019-10-16 games/xpacman: Unfetchable, unmaintained 2019-10-16 games/xscorch: Unfetchable, unmaintained 2019-10-16 graphics/aeskulap: Unfetchable, unmaintained 2019-10-16 graphics/agave: Unfetchable, unmaintained 2019-10-16 graphics/cbview: Unfetchable, unmaintained 2019-10-16 graphics/copperspice: Unfetchable, unmaintained 2019-10-16 graphics/cthumb: Unfetchable, unmaintained 2019-10-16 graphics/fujiplay: Unfetchable, unmaintained 2019-10-16 graphics/gimp-ez-perspective-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-focusblur-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-jagged-border-script: Unfetchable, unmaintained 2019-10-16 graphics/gimp-manual-html: Unfetchable, unmaintained 2019-10-16 graphics/gimp-save-for-web: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-denoise-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-sharpen-plugin: Unfetchable, unmaintained 2019-10-16 graphics/giram: Unfetchable, unmaintained 2019-10-16 graphics/inventor: Unfetchable, unmaintained, Depends on expiring graphics/libGLw 2019-10-16 graphics/jpg2pdf: Unfetchable, unmaintained 2019-10-16 graphics/jpgraph2: Unfetchable, unmaintained 2019-10-16 graphics/makehuman: Unfetchable, unmaintained 2019-10-16 graphics/pstoepsi: Unfetchable, unmaintained 2019-10-16 graphics/xmandel: Unfetchable, unmaintained 2019-10-16 irc/minbif: Unfetchable, unmaintained 2019-10-16 japanese/VTPSfont: Unfetchable, unmaintained 2019-10-16 japanese/asterisk-sounds: Unfetchable, unmaintained 2019-10-16 japanese/cannadic: Unfetchable, unmaintained 2019-10-16 japanese/edict-utf-8: Unfetchable, unmaintained 2019-10-16 japanese/kpcal: Unfetchable, unmaintained 2019-10-16 japanese/multiskkserv: Unfetchable, unmaintained 2019-10-16 japanese/skkfep: Unfetchable, unmaintained 2019-10-16 java/eclipse-log4e: Unfetchable, unmaintained 2019-10-16 java/eclipse-lomboz: Unfetchable, unmaintained 2019-10-16 java/java-checkstyle: Unfetchable, unmaintained 2019-10-16 korean/baekmukfonts-ttf: Unfetchable, unmaintained 2019-10-16 korean/gtkcomm: Unfetchable, unmaintained 2019-10-16 lang/arena: Unfetchable, unmaintained 2019-10-16 lang/diveintopython: Unfetchable, unmaintained 2019-10-16 lang/modula3: Unfetchable, unmaintained 2019-10-16 lang/p2c: Unfetchable, unmaintained 2019-10-16 lang/quack: Unfetchable, unmaintained 2019-10-16 lang/stldoc: Unfetchable, unmaintained 2019-10-16 mail/altermime: Unfetchable, unmaintained 2019-10-16 mail/autosig: Unfetchable, unmaintained 2019-10-16 mail/gkrellmmailwatch2: Unfetchable, unmaintained 2019-10-16 mail/mboxcheck-applet: Unfetchable, unmaintained 2019-10-16 mail/nmzmail: Unfetchable, unmaintained 2019-10-16 mail/poppy: Unfetchable, unmaintained 2019-10-16 mail/prom-wl: Unfetchable, unmaintained 2019-10-16 mail/py-apolicy: Unfetchable, unmaintained 2019-10-16 mail/spamdb-curses: Unfetchable, unmaintained 2019-10-16 mail/xlbiff: Unfetchable, unmaintained 2019-10-16 math/algotutor: Unfetchable, unmaintained 2019-10-16 math/nyh-hoc: Unfetchable, unmaintained 2019-10-16 math/superlu_mt: Unfetchable, unmaintained 2019-10-16 math/testu01: Unfetchable, unmaintained 2019-10-16 misc/astrolog: Unfetchable, unmaintained 2019-10-16 misc/chord2html: Unfetchable, unmaintained 2019-10-16 misc/crosspad: Unfetchable, unmaintained 2019-10-16 misc/detachtty: Unfetchable, unmaintained 2019-10-16 misc/dphys-config: Unfetchable, unmaintained 2019-10-16 misc/dvorakng: Unfetchable, unmaintained 2019-10-16 misc/gctpc: Unfetchable, unmaintained 2019-10-16 misc/gkrellm-helium: Unfetchable, unmaintained 2019-10-16 misc/gkrellweather2: Unfetchable, unmaintained 2019-10-16 misc/linm: Unfetchable, unmaintained 2019-10-16 misc/mc-light: Unfetchable, unmaintained 2019-10-16 misc/newer: Unfetchable, unmaintained 2019-10-16 misc/telbook: Unfetchable, unmaintained 2019-10-16 misc/valspeak: Unfetchable, unmaintained 2019-10-16 misc/xd: Unfetchable, unmaintained 2019-10-16 multimedia/audiopreview: Unfetchable, unmaintained 2019-10-16 multimedia/dvts: Unfetchable, unmaintained 2019-10-16 multimedia/gcfilms: Unfetchable, unmaintained 2019-10-16 multimedia/kissdx: Unfetchable, unmaintained 2019-10-16 multimedia/playd: Unfetchable, unmaintained 2019-10-16 multimedia/subtitleeditor: Unfetchable, unmaintained 2019-10-16 multimedia/umr: Unfetchable, unmaintained 2019-10-16 net/bluemix-cli: Unfetchable, unmaintained 2019-10-16 net/boclient: Unfetchable, unmaintained 2019-10-16 net/csync2: Unfetchable, unmaintained 2019-10-16 net/dictd-database: Unfetchable, unmaintained 2019-10-16 net/gtic: Unfetchable, unmaintained 2019-10-16 net/hidentd: Unfetchable, unmaintained 2019-10-16 net/ldap2dns: Unfetchable, unmaintained 2019-10-16 net/libmxp: Unfetchable, unmaintained 2019-10-16 net/librouteros: Unfetchable, unmaintained 2019-10-16 net/nettest: Unfetchable, unmaintained 2019-10-16 net/py-netstring: Unfetchable, unmaintained 2019-10-16 net/radiusd-cistron: Unfetchable, unmaintained 2019-10-16 net/rtptools: Unfetchable, unmaintained 2019-10-16 net/smbldap-tools: Unfetchable, unmaintained 2019-10-16 net/tcptrace: Unfetchable, unmaintained 2019-10-16 net/wackford-squeers: Unfetchable, unmaintained 2019-10-16 net/wmnet2: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-birthday-reminder: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-pidgimpd: Unfetchable, unmaintained 2019-10-16 net-im/poezio: Unfetchable, unmaintained 2019-10-16 net-mgmt/bsnmp-jails: Unfetchable, unmaintained 2019-10-16 net-mgmt/iog: Unfetchable, unmaintained 2019-10-16 net-mgmt/lanmap: Unfetchable, unmaintained 2019-10-16 net-mgmt/nagios-spamd-plugin: Unfetchable, unmaintained 2019-10-16 net-mgmt/nefu: Unfetchable, unmaintained 2019-10-16 net-mgmt/pixilate: Unfetchable, unmaintained 2019-10-16 net-mgmt/slate: Unfetchable, unmaintained 2019-10-16 net-mgmt/weplab: Unfetchable, unmaintained 2019-10-16 net-p2p/bnbt: Unfetchable, unmaintained 2019-10-16 net-p2p/btpd: Unfetchable, unmaintained 2019-10-16 net-p2p/gkremldk: Unfetchable, unmaintained 2019-10-16 news/newscache: Unfetchable, unmaintained 2019-10-16 news/nntpbtr: Unfetchable, unmaintained 2019-10-16 news/slrnconf: Unfetchable, unmaintained 2019-10-16 news/xpn: Unfetchable, unmaintained 2019-10-16 polish/ekg: Unfetchable, unmaintained 2019-10-16 polish/ekg2: Unfetchable, unmaintained 2019-10-16 ports-mgmt/fastest_sites: Unfetchable, unmaintained 2019-10-16 ports-mgmt/pkg-plist: Unfetchable, unmaintained 2019-10-16 ports-mgmt/symports: Unfetchable, unmaintained 2019-10-16 print/poster: Unfetchable, unmaintained 2019-10-16 russian/d1489: Unfetchable, unmaintained 2019-10-16 science/metaf2xml: Unfetchable, unmaintained 2019-10-16 security/authforce: Unfetchable, unmaintained 2019-10-16 security/avcheck: Unfetchable, unmaintained 2019-10-16 security/digest: Unfetchable, unmaintained 2019-10-16 security/fpm2: Unfetchable, unmaintained 2019-10-16 security/fwipe: Unfetchable, unmaintained 2019-10-16 security/gnome-password-generator: Unfetchable, unmaintained 2019-10-16 security/httprint: Unfetchable, unmaintained 2019-10-16 security/ike-scan: Unfetchable, unmaintained 2019-10-16 security/ipfwcount: Unfetchable, unmaintained 2019-10-16 security/libsparkcrypto: Unfetchable, unmaintained 2019-10-16 security/md4coll: Unfetchable, unmaintained 2019-10-16 security/md5coll: Unfetchable, unmaintained 2019-10-16 security/osiris: Unfetchable, unmaintained 2019-10-16 security/ranpwd: Unfetchable, unmaintained 2019-10-16 security/rdigest: Unfetchable, unmaintained 2019-10-16 security/smap: Unfetchable, unmaintained 2019-10-16 security/sshblock: Unfetchable, unmaintained 2019-10-16 shells/bashc: Unfetchable, unmaintained 2019-10-16 shells/flash: Unfetchable, unmaintained 2019-10-16 sysutils/cotty: Unfetchable, unmaintained 2019-10-16 sysutils/dt: Unfetchable, unmaintained 2019-10-16 sysutils/gkrellfire: Unfetchable, unmaintained 2019-10-16 sysutils/log_analysis: Unfetchable, unmaintained 2019-10-16 sysutils/mksunbootcd: Unfetchable, unmaintained 2019-10-16 sysutils/rfstool: Unfetchable, unmaintained 2019-10-16 sysutils/skill: Unfetchable, unmaintained 2019-10-16 sysutils/sloth: Unfetchable, unmaintained 2019-10-16 sysutils/snowlog: Unfetchable, unmaintained 2019-10-16 sysutils/wmfire: Unfetchable, unmaintained 2019-10-16 sysutils/xbattbar: Unfetchable, unmaintained 2019-10-16 textproc/bedic-data: Unfetchable, unmaintained 2019-10-16 textproc/clit: Unfetchable, unmaintained 2019-10-16 textproc/docbook-tdg: Unfetchable, unmaintained 2019-10-16 textproc/emacs-wiki: Depends on expiring ports 2019-10-16 textproc/htmlize.el: Unfetchable, unmaintained 2019-10-16 textproc/libflate: Unfetchable, unmaintained 2019-10-16 textproc/mguesser: Unfetchable, unmaintained 2019-10-16 textproc/opensched: Unfetchable, unmaintained 2019-10-16 textproc/opentoken: Unfetchable, unmaintained 2019-10-16 textproc/rot: Unfetchable, unmaintained 2019-10-16 textproc/rtfx: Unfetchable, unmaintained 2019-10-16 textproc/supercat: Unfetchable, unmaintained 2019-10-16 textproc/xml_ez_out: Unfetchable, unmaintained 2019-10-16 textproc/xmldiff: Unfetchable, unmaintained 2019-10-16 textproc/xqilla: Unfetchable, unmaintained 2019-10-16 www/WebMagick: Unfetchable, unmaintained 2019-10-16 www/bins: Unfetchable, unmaintained 2019-10-16 www/blogsum: Unfetchable, unmaintained 2019-10-16 www/boa: Unfetchable, unmaintained 2019-10-16 www/cgihtml: Unfetchable, unmaintained 2019-10-16 www/cgiparse: Unfetchable, unmaintained 2019-10-16 www/flot: Unfetchable, unmaintained 2019-10-16 www/ftasv: Unfetchable, unmaintained 2019-10-16 www/hastymail2-devel: Unfetchable, unmaintained 2019-10-16 www/htmlpp: Unfetchable, unmaintained 2019-10-16 www/http-analyze: Unfetchable, unmaintained 2019-10-16 www/junkbuster: Unfetchable, unmaintained 2019-10-16 www/links-hacked: Unfetchable, unmaintained 2019-10-16 www/llgal: Unfetchable, unmaintained 2019-10-16 www/mgstat: Unfetchable, unmaintained 2019-10-16 www/php-screw: Unfetchable, unmaintained 2019-10-16 www/phproxy: Unfetchable, unmaintained 2019-10-16 www/py-prewikka: Unfetchable, unmaintained 2019-10-16 www/redmine-backlogs: Unfetchable, unmaintained 2019-10-16 www/swfdec-plugin: Unfetchable, unmaintained 2019-10-16 www/swish-e: Unfetchable, unmaintained 2019-10-16 x11/blast: Unfetchable, unmaintained 2019-10-16 x11/dynamag: Unfetchable, unmaintained 2019-10-16 x11/xcurs: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome-hacks: Unfetchable, unmaintained 2019-10-16 x11-clocks/cairo-clock: Unfetchable, unmaintained 2019-10-16 x11-clocks/pclock: Unfetchable, unmaintained 2019-10-16 x11-clocks/stopwatch: Unfetchable, unmaintained 2019-10-16 x11-clocks/wmfuzzy: Unfetchable, unmaintained 2019-10-16 x11-fm/emelfm2: Unfetchable, unmaintained 2019-10-16 x11-fm/ezfm: Unfetchable, unmaintained 2019-10-16 x11-fm/ultracopier: Unfetchable, unmaintained 2019-10-16 x11-fm/xplore: Unfetchable, unmaintained 2019-10-16 x11-fonts/indic-ttf: Unfetchable, unmaintained 2019-10-16 x11-fonts/pingwi: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-ecliz: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-grounation-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-neutral-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-polar-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-envy-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-equinox-engine: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-qnxtheme: Unfetchable, unmaintained 2019-10-16 x11-themes/plank-theme-moka: Unfetchable, unmaintained 2019-10-15 x11-toolkits/swt-devel: Obsolete. Superseded by x11-toolkits/swt 2019-10-16 x11-wm/genmenu: Unfetchable, unmaintained 2019-10-16 x11-wm/musca: Unfetchable, unmaintained 2019-10-16 x11-wm/weewm: Unfetchable, unmaintained 2019-10-16 x11-wm/windowlab: Unfetchable, unmaintained 2019-10-16 x11-wm/wmfs: Unfetchable, unmaintained Notes: svn path=/head/; revision=514601
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-10-152-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/b82bcfc6ef31753798a4f24bf296218122d08804 Notes: svn path=/head/; revision=514503
* ports-mgmt/caronade:Bernhard Froehlich2019-10-143-16/+13
| | | | | | | | | | | - Project moved to GitHub so update WWW - Switch to fetch from GitHub - Regenerate GH_TUPLE with modules2tuple MFH: 2019Q4 Notes: svn path=/head/; revision=514443
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-10-032-6/+8
| | | | | | | Changes: https://github.com/t6/portfmt/commits/e1938905d1fb9f23edbe74dd4713321a7d0560ca Notes: svn path=/head/; revision=513659
* Attempt to fix pkg on mips.Baptiste Daroussin2019-10-021-0/+11
| | | | | | | | | | | | | | Since recently, libarchive is linked to libzstd, which itself uses threads somehow, this make the build of pkg in mips unhappy. Given libpkg is not threadsafe anyway just drop the __thread PR: 240822 Reported by: tech-lists@zyxst.net and mandree Discussed with: jhb Notes: svn path=/head/; revision=513597
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-10-012-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/16a873c98e015383e38bc70927f56733526395c9 Notes: svn path=/head/; revision=513461
* ports-mgmt/modules2tuple: Update to 1.8.2Dmitri Goutnik2019-09-272-6/+6
| | | | | | | | | | | | - Pet portclippy while here - add go.mozilla.org mirror Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21819 Notes: svn path=/head/; revision=513040
* Update to 1.0.18Romain Tartière2019-09-252-4/+4
| | | | Notes: svn path=/head/; revision=512798
* - update to 2.5Dirk Meyer2019-09-232-4/+4
| | | | Notes: svn path=/head/; revision=512630
* ports-mgmt/portfmt: Update to latest commitTobias Kortkamp2019-09-192-5/+5
| | | | | | | Changes: https://github.com/t6/portfmt/commits/cc970ecd65d6274fb3d856f2b989aa1fe70e82d8 Notes: svn path=/head/; revision=512308
* Release pkg 1.12.99.0Baptiste Daroussin2019-09-182-28/+5
| | | | | | | | | | | Changes from previous devel version: - Fix crash with bad ABI is provided Change in the port: - Do not check anymore for pkg_tools migration to pkg Notes: svn path=/head/; revision=512257
* Release pkg 1.12.0Baptiste Daroussin2019-09-182-4/+4
| | | | | | | | | | | | | | | | | | | | | - updating: allow to use regular expession in AFFECTS: value - updating: improve the exact matching for AFFECTS: values - recommand using pkg bootstrap -f instead of pkg-static install -f to reinstall pkg itself - Add support for lua in package scripts (not documented yet) - Add support for lua in keywords definition (not documented yet) - Properly detect when base libarchive is linked to zstd and handle it. (needed an upcoming change in base) - Add a function tu lua script to append message at the run of the pkg process along with other messages - Add the missing warning about @unexec being deprecated for a while now in pkg-plist - Fix build with gmake - Ensure pkg_shutdown properly reinitialize all the closed fd to -1. - Do not crash when being passed an unsupported ABI Notes: svn path=/head/; revision=512256
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* Deprecate a few portsAntoine Brodin2019-09-153-0/+6
| | | | Notes: svn path=/head/; revision=512125
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-3/+0
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079