Commit graph

4010 commits

Author SHA1 Message Date
Baptiste Daroussin
ad89c673b9 Remove useless mkdir which will be created by the @dir
convert deprecated @exec into @postexec
2019-08-26 12:46:10 +00:00
Baptiste Daroussin
ff5ccbaaeb Readd a line dropped by accident in pkg-plist 2019-08-26 11:26:04 +00:00
Baptiste Daroussin
2e53ca767a Convert to @sample 2019-08-26 11:24:28 +00:00
Baptiste Daroussin
b6e1d78e80 Update to 1.11.99.2:
- Fix cross installation with new build system
- Add a function to lua_script allowing to send a message which will be
  printed along with the other messages at the end of the message process.
- Fix detection of libarchive with zstd support
2019-08-26 10:04:45 +00:00
Tobias Kortkamp
9ba47d69fa ports-mgmt/portfmt: Update to latest commit
Changes:	cce6571645
2019-08-19 14:36:19 +00:00
Bryan Drewery
d77dd60b71 - Update to 3.3.0-126-g12112ee57
- image: Fix error with non-existent /etc/login.conf.orig
2019-08-15 19:58:27 +00:00
Mathieu Arnold
d2f3167e02 Convert to UCL & cleanup pkg-message (categories [p-r]) 2019-08-14 12:14:42 +00:00
Tobias Kortkamp
906923baf5 ports-mgmt/modules2tuple: Update to 1.8.0
Changes:	https://github.com/dmgk/modules2tuple/releases/tag/v1.8.0
PR:		239804
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-08-12 17:28:39 +00:00
Tobias Kortkamp
559e8c331f ports-mgmt/portfmt: Update to latest commit
Changes:	32c8480f84
2019-08-09 08:22:57 +00:00
Jason Helfman
958e4f1f33 - reclaim 2019-08-08 15:28:13 +00:00
Rene Ladan
860a89e29f Return jgh's ports to the various pools after his commit bit was safekept.
Hat:		portmgr-secretary
2019-08-05 20:07:06 +00:00
Antoine Brodin
df4aac35f0 Mark BROKEN: unfetchable 2019-08-05 06:37:30 +00:00
Bryan Drewery
5fa772b943 - Update to 3.3.0-125-g0a50192f8
- bulk: Process IGNORE/BLACKLIST before build.
 - Add job status to saving workdir on build failure.
 - ports -u: Add 'ports_update done' hook.
2019-08-03 17:41:29 +00:00
Tobias Kortkamp
07466ab2eb ports-mgmt/portfmt: Update to latest commit 2019-08-01 20:10:10 +00:00
Tobias Kortkamp
b411d2c006 ports-mgmt/portfmt: Update to latest commit 2019-07-30 18:25:06 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Bryan Drewery
30dafc4625 - Update to 3.3.0-90-gd6f021339
- Add DISALLOW_NETWORKING, fixes #689
 - qemu: Add /usr/bin/wc and /usr/bin/head to HLINK_FILES.
 - image: Add zsnapshot imagetype.
 - Fix pkg 1.11 issue with devfs mount.
 - bulk -a: Don't print ports in summary unless -v is used.
 - Show FLAVOR in more places.
 - ports -l: Fix error when no ports trees exist yet.
 - testport -c: Fix make.conf not being respected for `make config`.
 - image: Add sleep, ls, and ping to miniroot.
2019-07-24 16:21:37 +00:00
Koichiro Iwao
bc00076bc3 ports-mgmt/dialog4ports: Switch primary master site to https
PR:		239090
Submitted by:	Miyashita Touka <imagin8r@protonmail.com>
Approved by:	maintainer
2019-07-23 01:48:44 +00:00
Tobias Kortkamp
dbc72754bb ports-mgmt/portfmt: Update to latest commit
Fix a potential crash.
2019-07-16 15:54:27 +00:00
Tobias Kortkamp
7f1e435747 ports-mgmt/portfmt: Update to latest commit
Add more portedit commands:

- bump-epoch: bumps PORTEPOCH or inserts it at the right place
- get: lookup unevaluated variable values
- merge: Generic command to set/update variables while also
  formatting the updated variables properly and inserting them
  in the right places if necessary.  Useful for merging output
  of tools like make cargo-crates, make stage-qa, or
  modules2tuple.
- set-version: resets PORTREVISION, sets DISTVERSION or PORTVERSION
2019-07-15 14:08:02 +00:00
Steve Wills
cd9ec5e3b8 Fix typo in category makefile 2019-07-11 21:58:29 +00:00
Steve Wills
5f039aed74 ports-mgmt/py-FreeBSD-ports: create port
Parse FreeBSD Ports INDEX, provide search API

WWW: https://github.com/swills/py-FreeBSD-ports/
2019-07-11 21:39:32 +00:00
Sunpoet Po-Chuan Hsieh
55842624b6 Update to 1.7.3
Changes:	https://github.com/dmgk/modules2tuple/commits/master
PR:		239047
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-07-10 17:01:25 +00:00
Sunpoet Po-Chuan Hsieh
6fc49c494b Update to 1.7.1
Changes:	https://github.com/dmgk/modules2tuple/commits/master
PR:		239033
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-07-07 19:16:25 +00:00
Baptiste Daroussin
f0edfd6e1b Update to 1.11.99.1
- Add support for lua scripting:
  for now it allows to use scripts in lua instead of shell scripts
  everywhere possible, including keywords.
- Fix detection of libarchive built with zstd support
2019-07-04 07:07:07 +00:00
Steve Wills
cab0106c2f ports-mgmt/modules2tuple: update to 1.6.0
PR:		238872
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-06-30 21:52:57 +00:00
Steve Wills
e90924e2bd ports-mgmt/porttree: 1.1.r114
PR:		238706
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2019-06-30 20:47:21 +00:00
Baptiste Daroussin
d6c1c9d5eb Release pkg 1.11.99.0
- add support for packages compress in zstandard format
- improve messages output adding marks to separate messages from each packages
  and messages within a given packages
- messages can now contain variables: ${PREFIX} ${PKGNAME} for now
2019-06-26 12:53:32 +00:00
Tobias Kortkamp
c5765f4889 ports-mgmt/portfmt: Update to latest commit
- Fix many crashes and hangs found by fuzzing with afl
- Portclippy ignores variables prefixed with an _ now
2019-06-25 04:29:14 +00:00
Bernhard Froehlich
7039eb9b03 ports-mgmt/caronade:
- Update to 0.2.0
- Use go:modules instead of manual GOFLAGS=-mod=vendor

Changes in 0.2.0:
=================

Features:
* New Web UI with Bulma
* Implement EMail notifications
* Allow Environment variables to be written in Go template syntax
* Add PathMatch parameter to separate repository into different environments
* Implement better overlay Portstree
* Add SSH recipe for remote building
* Support GNU make

Bugs:
* Use the correct poudriere portstree when building
* Fix clean targets in portlint and poudriere recipe
* Render Job Template as soon as the job starts
* Fix issue when StatusAPI is not used/configured
2019-06-24 14:30:47 +00:00
Tobias Kortkamp
0032528a53 ports-mgmt/portfmt: Update to latest commit 2019-06-15 06:42:36 +00:00
Baptiste Daroussin
11ffe03b2c Fix poudriere image with pkg 1.11 2019-06-13 12:49:09 +00:00
Bernhard Froehlich
841fe891f1 ports-mgmt/caronade: Set PATH in rc.d script explicitly to have a proper environment for building 2019-06-12 19:22:35 +00:00
Antoine Brodin
eaf940a5f6 Unbreak INDEX 2019-06-11 17:45:22 +00:00
Dmitry Marakasov
1ae1028e1e - Add LICENSE_FILE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-06-10 09:01:52 +00:00
Steve Wills
f82b57de27 ports-mgmt/modules2tuple: update to 1.5.0
PR:		238322
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-06-08 00:29:55 +00:00
Alex Kozlov
707e9b5ad8 - Update to 1.23 2019-06-04 06:45:05 +00:00
Baptiste Daroussin
0bb669f431 Respect CC and PREFIX 2019-06-03 11:28:13 +00:00
Baptiste Daroussin
887504ba6b Respect CC
Submitted by:	tijl
2019-06-03 11:27:34 +00:00
Dirk Meyer
08110940c7 - fix build with custom PREFIX
PR:		238296
2019-06-03 05:02:52 +00:00
Tobias Kortkamp
0c449f5227 ports-mgmt/portfmt: Update to latest commit 2019-06-02 12:08:10 +00:00
Baptiste Daroussin
75b69fed68 Update to 1.11.1
- Fix abi string for dragonfly
- Fix libfetch built without ipv6 support [1]

PR:		238264
Reported by:	ume
2019-05-31 14:59:44 +00:00
Baptiste Daroussin
b49bc9fc24 Update to 1.11
Improvements:
  * better ABI name on linux
  * lots of changes in internal API to use fd when possible
  * 410.pkg-audit now uses anticongestion on freebsd 12+
  * completion improvements
  * add an extra line when printing pkg-messages to improve readability
  * add %q to pkg_printf(3) and pkg-query(8) to print altabi
  * make pkg version -r imply -R
  * New build system based on autosetup
  * pkg is now a semi static binary
  * Add 3 new aliases:
    - rall-depends: showing depenencies of a non installed package
    - rcomment: showing only the comment of a non installed package
    - rdesc: showing only the description of a non installed package
  * close stdin when running scripts
  * Tons of bug fixes
Removal:
  * removed option: pkg repo -L
  * removed script: pkg2ng
2019-05-31 09:54:49 +00:00
Tobias Kortkamp
47b48962f4 ports-mgmt/portfmt: Update to latest commit 2019-05-29 07:18:29 +00:00
Tobias Kortkamp
9657c0c5d7 ports-mgmt/portfmt: Update to newest commit
Add preview of portclippy, a linter to check if variables are in
the correct order.
2019-05-27 10:49:00 +00:00
Baptiste Daroussin
df17d35330 Update to 1.10.99.14
- fix libpkg.so when linked with binutils
- instead of closing stdin for script just use /dev/null
- force installation of symlinks to avoid make install to fail is some
  symlinks are already there
2019-05-27 09:07:23 +00:00
Romain Tartière
ece6cc5295 Add WWW
Contributors reported difficulties to find upstream to submit fixes.  Make
their life easier.
2019-05-25 23:00:10 +00:00
Steve Wills
6de798e31a ports-mgmt/jailaudit:
PR:		237914
Submitted by:	cryx-freebsd@h3q.com (maintainer)
2019-05-23 20:52:02 +00:00
Baptiste Daroussin
88b5baf67c Bump port revision 2019-05-23 17:00:31 +00:00
Baptiste Daroussin
68f4e42bd9 Add a patch to not close stding but actually use /dev/null
When running scripts
2019-05-23 17:00:09 +00:00
Alex Kozlov
21bdc2aa93 - Update to 1.22 2019-05-19 21:16:04 +00:00
Mateusz Piotrowski
2b575568ff Move devel/modules2tuple to ports-mgmt/modules2tuple
The reason is that modules2tuple is a tool useful to port maintainer to
generate contents for GH_TUPLE for ports written in Go.

PR:		237907
Approved by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-05-15 12:55:28 +00:00
Koichiro Iwao
745f80626f ports-mgmt/porttree: Update to 1.0.r102
PR:		237810
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2019-05-10 05:50:49 +00:00
Dirk Meyer
371332a13f - update to 2.4
fix non default flavors in dependecies
2019-05-09 10:20:29 +00:00
Tobias Kortkamp
cdba4a1fe8 ports-mgmt/portfmt: Update to latest commit
Changes:	c667ef4bc6...9927af0960
2019-05-06 05:40:28 +00:00
Tobias Kortkamp
0cdda7ee46 ports-mgmt/portfmt: Update to latest commit
Changes:	7f255c432d...c667ef4bc6
2019-05-03 09:37:40 +00:00
Tobias Kortkamp
d53e8a5386 ports-mgmt/portfmt: Update to latest commit
Changes:	5f6ab52521...7f255c432d
2019-05-02 14:15:13 +00:00
Tobias Kortkamp
266d0f4269 ports-mgmt/portfmt: Update to latest commit
- Extend data model to allow for target command formatting if turned
  on with the new -t flag
- General parser improvements
- Sort USE_PYQT like USE_QT
- Add preliminary support for WIP USES=cabal options helpers/variables
- Add a portedit command which instead of formatting the entire
  file only formats edited portions of it.  As a proof of concept
  this for now only has a 'bump-revision' command to bump PORTREVISION
  of a port, and a 'get' command to return unevaluated variable
  values as parsed by portfmt.

Changes:	ff04b7c3f4...5f6ab52521
2019-05-01 08:16:43 +00:00
Dmitry Marakasov
690d3a7fac - Update WWW
Approved by:	portmgr blanket
2019-04-20 09:01:19 +00:00
Baptiste Daroussin
5018b514c8 Really update to 1.10.99.13
Changes from pkg 1.10.99.12 to 1.10.99.13
- fix segfault when running pkg version <an_invalid_index_file>
- fix segfault that can occurs sometime when forcing the installation of a
  localpackage: pkg install -f ./mypkg-X.txz
- fix abi detection when multiple elf notes are used in the binary like on
  fedora

Reported by:	tobik, sunpoet
2019-04-19 17:41:33 +00:00
Baptiste Daroussin
2880b8abbe Update to 1.10.99.13 2019-04-19 14:25:53 +00:00
Emanuel Haupt
7ea5c6a6a9 Pacify portlint 2019-04-11 11:42:52 +00:00
Fernando Apesteguía
dc4e1c2326 ports-mgmt/ports-tools: update to 1.8
From the ChangeLog: https://github.com/ppekala/ports-tools/releases/tag/1.8

* pfind:

    * add -d option for searching deleted ports
    * support searching for slaves in other categories then master port
    * add information about already installed packages in search results

* upgrade-ports:

    * don't use full dependencies list while sorting, this prevents out of
      memory problems
    * while sorting large list of ports
    * fix uprade of security/sudo package when using sudo for upgrade
      process (non-root user)
    * inform user about lenghty backups
    * don't attempt to big version upgrade of perl5, needs manual intervention
    * make required by list more compact in need to be installed summary

and many small fixes.

Reported by:	portscout
2019-04-09 21:47:34 +00:00
Tobias Kortkamp
1c5c87689c ports-mgmt/portfmt: Update to newer commit
- Properly sort USE_PYQT
2019-04-08 18:13:24 +00:00
Joe Marcus Clarke
033d6aec87 Update to 2.18.9.
* Add check for sensible CMAKE settings to ports-mgmt/portlint [1]
* Do not warn about absolute paths in *_OLD_CMD (when USES=shebangfix is set) [2]
* If an option only has QMAKE_ON or QMAKE_OFF settings, it is flagged as no effect [3]
* Check for options defined per ARCH to make sure we don't have a lot
  of false positives. [4]

(Note: [1] was already in PORTREVISION 2).

PR:		232948 [2]
		237045 [3]
		234888 [4]
Submitted by:	adridg [3]
2019-04-05 13:25:12 +00:00
Adriaan de Groot
ee3af61d9a Add check for sensible CMAKE settings to ports-mgmt/portlint
If a port sets CMAKE variables (CMAKE_ARGS, or the option helpers
like foo_CMAKE_BOOL) then it should have USES=cmake; otherwise
those variables don't make any sense.

This is the slightly simplified version of the patch: there
really shouldn't be options that switch (meta-)build systems.

PORTREVISION bumped because I'm not sure what the versioning
scheme is for portlint.

PR:		235650
Reported by:	yuri
Approved by:	marcus (maintainer timeout 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D19525
2019-04-05 12:08:54 +00:00
Rene Ladan
cc5fe2dd62 Remove expired ports:
2019-03-25 chinese/reciteword: depends on audio/esound
2019-03-31 comms/conserver: Superseeded by comms/conserver-com
2019-03-24 databases/flamerobin: Abandonware since 2009, does not work with newer version of wxGTK
2019-04-01 databases/mariadb100-client: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/)
2019-04-01 databases/mariadb100-server: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/)
2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose
2019-03-20 devel/py-construct28: Latest upstream version is in ports tree devel/py-construct
2019-03-31 devel/xtoolchain-llvm40: No supported release uses this version
2019-03-31 devel/xtoolchain-llvm50: No supported release uses this version
2019-03-31 finance/aqmoney: no longer maintained upstream
2019-03-31 finance/openhbci: no longer maintained upstream
2019-03-31 graphics/py-exiv2: py-exiv2 has been deprecated in favour of GExiv2
2019-04-04 mail/dbmail22: Please use mail/dbmail which uses latest version of 3.X
2019-03-31 net/rubygem-fog-google17: Use net/rubygem-fog-google instead
2019-03-31 ports-mgmt/bsdadminscripts: Upstream stale nearly 10 years, no longer works properly, use ports-mgmt/bsdadminscripts2 instead
2019-03-24 www/mod_md-devel: Use the module that is shipped with Apache 2.4
2019-03-25 x11/xbelld: Depends on audio/esound
2019-04-04 16:37:29 +00:00
Tobias Kortkamp
b450fe30b6 ports-mgmt/portfmt: Update to latest commit
Changes:	139c92e5b9...5c2ccf1c5f
2019-03-30 17:35:10 +00:00
Sunpoet Po-Chuan Hsieh
2799326af2 Update to 0.2.1
- Do not silence installation message
- Sort PLIST
- Take maintainership

Changes:	https://github.com/lonkamikaze/bsda2/releases
2019-03-29 14:15:29 +00:00
Baptiste Daroussin
f1860f7c9e Update to 1.10.99.12
Changes from pkg 1.10.99.11 to 1.10.99.12
- use /usr/bin/uname to determine of the ABI
- Add 3 new aliases:
  * rall-depends: showing depenencies of a non installed package
  * rcomment: showing only the comment of a non installed package
  * rdesc: showing only the description of a non installed package
- switch to cirrus-ci
- improve portability on linux
- simplify code to create the repository
- close stdin when running scripts
- update bundled libucl to latest version
- remove backward compat (pkg_*) in periodic scripts
- always use anticongersion on periodic scripts
- Prevent SIGSEGV with 'pkg version' with packaged base
- Fix issue with recent lld
2019-03-27 12:58:42 +00:00
Tobias C. Berner
260c9ae28a ports-mgmt/packagekit: remove nonexistent qt4 slaveport check
Approved by:	portmgr (implicit)
2019-03-17 00:04:52 +00:00
Bernhard Froehlich
0a927b4bf1 Caronade will automatically create build jobs using poudriere and portlint
whenever you push changes to your Git based ports repository.

WWW: https://code.bluelife.at/decke/caronade
2019-03-15 14:14:55 +00:00
Ryan Steinmetz
78a7c38cb3 - Update to 0.8.1.3 2019-03-13 23:37:10 +00:00
Ryan Steinmetz
c9e2d877b4 - Update to 0.8.1.2
Approved by:	koobs@ (maintainer)
2019-03-13 14:01:46 +00:00
Tobias Kortkamp
f176b71dd3 New port: ports-mgmt/portfmt
Portfmt is a tool for formatting FreeBSD Ports Collection Makefiles.

For the time being portfmt concentrates on formatting individual
variables as such it does not move variables to preferred positions.

WWW: https://github.com/t6/portfmt
2019-03-12 05:35:08 +00:00
Bryan Drewery
be8e7ceb18 Update to 3.3.2
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_332
2019-03-11 20:13:30 +00:00
Bryan Drewery
aefa286183 Update to 3.3.0-62-g5abf90c67
- Minor updates to blacklist processing (should be NOP)
2019-03-11 20:13:02 +00:00
Bryan Drewery
4116991e7f - Update to 3.3.0-59-g6e1132813
- poudriere: Only pass MAKEOBJDIRPREFIX to 'jail'
 - Document environment fully for poudriere/-jail/-ports.
 - Revert progress indicator
 - poudriere: Fix all environment to be space/quote safe.
 - jail/ports -l: Avoid printing empty columns/trailing whitespace.
 - jail -c -m null/tar/src: Again require -v if newvers.sh is not readable.
 - Show proper errors for missing jail metadata.
 - poudriere-jail.8: jail -m null does NOT null-mount during build.
 - jail -c: Defer pwd_mkdb until bulk's jail_start() call.
 - jail -cu: Stop modifying /etc/login.conf in the jail.
 - Slightly speedup MOVED parsing
2019-03-09 18:51:49 +00:00
Bryan Drewery
b1c4ae8455 Update to 3.3.1
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_331
2019-03-01 16:24:03 +00:00
Bryan Drewery
af8fe7673b Update to 3.3.0-36-g824cd5d40
* Fix status sed/regex error on 11/head.
 * Fix some bogus 'pwait: No such process' warnings.
 * image -t firmware: Fix installation of /usr/local/etc files (#637).
 * image -f: Fix @flavor support.
 * image: Fix errors calculating IMAGESIZE when not needed (like -t tar).
 * image: Fix cleaning up temporary files properly when USE_TMPFS=all is used.
2019-03-01 00:52:44 +00:00
Bryan Drewery
25c8d2b3f4 Update to 3.3.0
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_33
2019-02-26 18:26:46 +00:00
Bryan Drewery
8e70503ccb Update to 3.3.30 release.
No changes.
2019-02-26 18:22:46 +00:00
Bryan Drewery
884c315c62 - Update to 3.2.8-438-ga95f2cbfe
- Fix symlinked POUDRIERE_DATA unmount bug.
 - testport: Fix ports-mgmt/pkg Latest link leaking into real package repository.
 - bulk/status: Display the progress indicator extracted from build logs.

This will be 3.3.0.
2019-02-25 21:54:32 +00:00
Koichiro Iwao
25625ad347 ports-mgmt/bsdadminscripts: Mark DEPRECATED
Upstream has no updates for nearly 10 years, pkg_libchk command no longer
detects missing libraries correctly.  Switch to ports-mgmt/bsdadminscripts2
instead. It is redeveloped new one written by the same author.

PR:		236001
Submitted by:	myself
2019-02-24 16:46:33 +00:00
Bryan Drewery
78848ce91e - Update to 3.2.8-432-g070fc33be
- Update sh from head r343981
 - Add a builtin for simple string substitutions
 - Fix some invalid memset(3)
 - mapfile fixes and tests
 - Micro-optimize some hash functions to save around 30%
 - Inline some mapfile checks
 - Manpage updates/fixes
2019-02-12 20:33:54 +00:00
Steve Wills
365fa7bbd2 ports-mgmt/porttree: update to 0.9.r94
PR:		235610
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2019-02-10 21:08:42 +00:00
Stephen Hurd
225cb7e321 Remove obsolete features, fixed blacklist
- Removed support for old dialog(3)
- Removed support for old pkg

pkg support blacklist was broken due to not having the key malloc()ed.
2019-02-05 23:31:31 +00:00
Rene Ladan
4668b0bb61 Remove expired ports:
2019-01-31 mail/dovecot-pigeonhole04: End of Life upstream, use mail/dovecot-pigeonhole instead
2019-01-31 multimedia/pyjama: Unmaintained upstream
2019-01-31 devel/py-omniorb-3: Uses legacy version of omniORB, consider using devel/py-omniorb
2019-01-31 mail/dovecot22: End of Life upstream, use mail/dovecot instead
2019-01-31 devel/hs-uuagc-bootstrap: No release since 2011
2019-01-31 sysutils/hs-angel: No releases since 2016
2019-01-31 devel/hs-uuagc: No release since 2015
2019-01-31 ports-mgmt/hs-porte: No updates since 2010
2019-02-01 net/pdb: Depends on expired net/py-pcs
2019-02-01 irc/iroffer: Abandoned upstream
2019-02-03 sysutils/fusefs-wdfs: Abandonware, functionally incomplete, has problems with caching
2018-12-19 net/py-pcs: Broken for more than 6 months
2019-02-04 19:31:35 +00:00
Tobias Kortkamp
c1a0661573 ports-mgmt/pkg-rmleaf: Use NO_WRKSUBDIR 2019-02-02 09:38:54 +00:00
Tobias Kortkamp
f9a6396ad4 ports-mgmt/managepkg: Use NO_WRKSUBDIR 2019-02-02 09:37:11 +00:00
Eric Turgeon
f9f5c626ed update ports-mgmt/synth to 2.08
PR:		235365
Submitted by:	Jonathan Chen
Approved by:	mentors (implicit)
2019-02-01 21:44:54 +00:00
Baptiste Daroussin
33b2bbb4f4 Remove m1cro.me mirror which is now unavailable.
Submitted by:	maintainer
2019-01-29 14:21:29 +00:00
Steve Wills
8ded422909 ports-mgmt/porttree: Update to 0.8.r82
PR:		235089
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2019-01-25 16:44:30 +00:00
Joe Marcus Clarke
a878b39931 Correct a typo in the previous commit. 2019-01-22 16:21:44 +00:00
Joe Marcus Clarke
625d09dcbb Update to 2.18.8
* Handle multiple licenses [1]
* Warn about leading and trailing whitespace in pkg-descr [2]

PR:		233774 [1]
		235070 [2]
Submitted by:	amdmi3 [1]
		swills [2]
2019-01-22 16:19:06 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Kurt Jaeger
2e3620d7ee ports-mgmt/pkg_rmleaves: update 20140222 -> 20190108 to support FBSD 12
- switch from GNU diff to BSD diff needs to be handled

PR:		234769, 234763
Reported by:	Lapo Luchini <lapo@lapo.it>
Submitted by:	alexander@wittig.name (maintainer)
2019-01-09 20:41:04 +00:00
Gleb Popov
8520857832 Use proper format for EXPIRATION_DATE.
Reported by:	FreshPorts
Approved by:	tcberner (mentor)
2019-01-06 13:22:02 +00:00
Gleb Popov
e2c3fdc1fd lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
2019-01-06 12:18:06 +00:00
Rene Ladan
6095f8d47a Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6
2018-12-30 deskutils/phpcollab: Works only with EOL php 5.6
2018-12-30 deskutils/simplegroupware: Works only with EOL php 5.6
2018-12-30 japanese/php5-mecab: Works only with EOL php 5.6
2018-12-30 graphics/php-gdal: Works only with EOL php 5.6
2018-12-30 graphics/php5-ffmpeg: Works only with EOL php 5.6
2018-12-30 graphics/pecl-gmagick: Works only with EOL php 5.6
2018-12-30 graphics/php-magickwand: Works only with EOL php 5.6
2018-12-30 graphics/pecl-imlib2: Works only with EOL php 5.6
2018-12-30 graphics/php-libpuzzle: Works only with EOL php 5.6
2018-12-30 mail/dracmail: Works only with EOL php 5.6
2018-12-30 mail/pecl-pop3: Works only with EOL php 5.6
2018-12-30 mail/pecl-mailparse2: Works only with EOL php 5.6
2018-12-30 www/usermanager: Works only with EOL php 5.6
2018-12-30 www/sams2: Works only with EOL php 5.6
2018-12-30 www/pecl-yar1: Works only with EOL php 5.6
2018-12-30 www/pecl-http1: Works only with EOL php 5.6
2018-12-30 www/revive-adserver: Works only with EOL php 5.6
2018-12-30 www/netoffice: Works only with EOL php 5.6
2018-12-30 www/xcache: Works only with EOL php 5.6
2018-12-30 www/testlink: Works only with EOL php 5.6
2018-12-30 www/pecl-http2: Works only with EOL php 5.6
2018-12-30 www/kplaylist: Works only with EOL php 5.6
2018-12-30 www/gallery3: Works only with EOL php 5.6
2018-12-30 www/claroline: Works only with EOL php 5.6
2018-12-30 www/sit: Works only with EOL php 5.6
2018-12-30 www/magento: Works only with EOL php 5.6
2018-12-30 www/asterisk-stat: Works only with EOL php 5.6
2018-12-30 www/pecl-sphinx: Works only with EOL php 5.6
2018-12-30 www/pecl-twig: Works only with EOL php 5.6
2018-12-30 www/fluxbb: Works only with EOL php 5.6
2018-12-30 www/php-templates: Works only with EOL php 5.6
2018-12-30 www/rnews: Works only with EOL php 5.6
2018-12-30 www/entrans: Works only with EOL php 5.6
2018-12-30 www/pecl-amfext: Works only with EOL php 5.6
2018-12-30 www/atutor: Works only with EOL php 5.6
2018-12-30 www/pecl-yaf2: Works only with EOL php 5.6
2018-12-30 www/redaxo: Works only with EOL php 5.6
2018-12-30 www/dotproject: Works only with EOL php 5.6
2018-12-30 www/sitebar: Works only with EOL php 5.6
2018-12-30 www/limesurvey: Works only with EOL php 5.6
2018-12-30 www/mahara: Works only with EOL php 5.6
2018-12-30 www/mysar: Works only with EOL php 5.6
2018-12-30 www/oscommerce: Works only with EOL php 5.6
2018-12-30 www/cmsmadesimple: Works only with EOL php 5.6
2018-12-30 www/pecl-swish: Works only with EOL php 5.6
2018-12-30 security/pecl-crack: Works only with EOL php 5.6
2018-12-30 security/php-suhosin: Works only with EOL php 5.6
2018-12-30 security/phpdeadlock: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz: Works only with EOL php 5.6
2018-12-30 devel/pecl-trace: Works only with EOL php 5.6
2018-12-30 devel/pecl-scream: Works only with EOL php 5.6
2018-12-30 devel/pecl-judy: Works only with EOL php 5.6
2018-12-30 devel/pecl-test_helpers: Works only with EOL php 5.6
2018-12-30 devel/pecl-spl_types: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsmin2: Works only with EOL php 5.6
2018-12-30 devel/pecl-uri_template: Works only with EOL php 5.6
2018-12-30 devel/pecl-params: Works only with EOL php 5.6
2018-12-30 devel/pecl-expect: Works only with EOL php 5.6
2018-12-30 devel/php5-dav: Works only with EOL php 5.6
2018-12-30 devel/php5-pinba: Works only with EOL php 5.6
2018-12-30 devel/pecl-htscanner: Works only with EOL php 5.6
2018-12-30 devel/pecl-newt: Works only with EOL php 5.6
2018-12-30 devel/pecl-memoize: Works only with EOL php 5.6
2018-12-30 devel/pecl-libevent: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonc: Works only with EOL php 5.6
2018-12-30 devel/pecl-weakref: Works only with EOL php 5.6
2018-12-30 devel/pecl-pthreads2: Works only with EOL php 5.6
2018-12-30 devel/pecl-gearman: Works only with EOL php 5.6
2018-12-30 devel/pecl-inotify: Works only with EOL php 5.6
2018-12-30 devel/pecl-raphf: Works only with EOL php 5.6
2018-12-30 devel/php5-thrift: Works only with EOL php 5.6
2018-12-30 devel/php5-ice: Works only with EOL php 5.6
2018-12-30 devel/pecl-runkit: Works only with EOL php 5.6
2018-12-30 devel/pecl-uopz: Works only with EOL php 5.6
2018-12-30 devel/pecl-strict: Works only with EOL php 5.6
2018-12-30 devel/pecl-xhprof: Works only with EOL php 5.6
2018-12-30 devel/pecl-propro: Works only with EOL php 5.6
2018-12-30 devel/php-scalar_objects: Works only with EOL php 5.6
2018-12-30 devel/pecl-msgpack0: Works only with EOL php 5.6
2018-12-30 devel/pecl-svn: Works only with EOL php 5.6
2018-12-30 devel/php-uprofiler: Works only with EOL php 5.6
2018-12-30 devel/pecl-statgrab: Works only with EOL php 5.6
2018-12-30 devel/pecl-uploadprogress: Works only with EOL php 5.6
2018-12-30 devel/pecl-qb: Works only with EOL php 5.6
2018-12-30 devel/php-memoize: Works only with EOL php 5.6
2018-12-30 devel/php5-blitz-devel: Works only with EOL php 5.6
2018-12-30 devel/pecl-ncurses: Works only with EOL php 5.6
2018-12-30 devel/php-jq: Works only with EOL php 5.6
2018-12-30 devel/pecl-jsonnet: Works only with EOL php 5.6
2018-12-30 databases/pecl-drizzle: Works only with EOL php 5.6
2018-12-30 databases/pecl-pdo_user: Works only with EOL php 5.6
2018-12-30 databases/php-mdcached: Works only with EOL php 5.6
2018-12-30 databases/sqlbuddy: Works only with EOL php 5.6
2018-12-30 databases/mysqldumper: Works only with EOL php 5.6
2018-12-30 databases/pecl-chdb: Works only with EOL php 5.6
2018-12-30 databases/pecl-dbase: Works only with EOL php 5.6
2018-12-30 databases/php5-tarantool: Works only with EOL php 5.6
2018-12-30 databases/pecl-rrd1: Works only with EOL php 5.6
2018-12-30 databases/pecl-tokyo_tyrant: Works only with EOL php 5.6
2018-12-30 databases/pecl-mongo: Works only with EOL php 5.6
2018-12-30 print/pecl-ps: Works only with EOL php 5.6
2018-12-30 print/pecl-haru: Works only with EOL php 5.6
2018-12-30 games/mkgichessclub: Works only with EOL php 5.6
2018-12-30 net-im/pecl-stomp: Works only with EOL php 5.6
2018-12-30 math/pecl-trader: Works only with EOL php 5.6
2018-12-30 math/pecl-big_int: Works only with EOL php 5.6
2018-12-30 math/pecl-stats: Works only with EOL php 5.6
2018-12-30 archivers/pecl-phk: Works only with EOL php 5.6
2018-12-30 net-mgmt/phpip: Works only with EOL php 5.6
2018-12-30 net-mgmt/nedi: Works only with EOL php 5.6
2018-12-30 net-mgmt/cacti88: Works only with EOL php 5.6
2018-12-30 net-mgmt/hawk: Works only with EOL php 5.6
2018-12-30 net-mgmt/ipplan: Works only with EOL php 5.6
2018-12-30 ports-mgmt/tinderbox: Works only with EOL php 5.6
2018-12-30 lang/pecl-perl: Works only with EOL php 5.6
2018-12-30 lang/php56-extensions: Works only with EOL php 5.6
2018-12-30 finance/php-tclink: Works only with EOL php 5.6
2018-12-30 converters/pecl-fribidi: Works only with EOL php 5.6
2018-12-30 sysutils/pecl-mogilefs: Works only with EOL php 5.6
2018-12-30 23:30:55 +00:00
Muhammad Moinur Rahman
c6821201d2 ports-mgmt/pkg_cutleaves: Allow non-versioned git versioned ports to be allowed in the exclude list
PR:		228226
Submitted by:	dereks@lifeofadishwasher.com
2018-12-16 19:13:00 +00:00
Kurt Jaeger
2b29639bac ports-mgmt/porttree: update 0.6.r67 -> 0.7.r69
- Fix bug related to py3
- Fix manpage

PR:		233814
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2018-12-15 07:08:28 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Rene Ladan
968c62c6fb Remove version 7.0 from the IGNORE_WITH_PHP list. 2018-12-06 11:22:12 +00:00
Steve Wills
3883c63d9c ports-mgmt/porttree: Update to 0.6.r67
PR:		233757
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2018-12-04 17:07:37 +00:00
Steve Wills
1170f62667 ports-mgmt/porttree: Update to 0.5.r66
PR:		233665
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2018-12-02 21:24:14 +00:00
Antoine Brodin
237c32d16d Deprecate ports depending on php 5.6 2018-12-02 17:43:33 +00:00
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Eric Turgeon
6ab6e50518 update ports-mgmt/synth to 2.07
Approved by:	mentors (implicit)
2018-12-02 12:41:52 +00:00
Romain Tartière
36d59eb91f Update to 1.0.17
This update fix the FreeBSD 12 build.

PR:		233053
Submitted by:	marius.halden@modirum.com
Reported by:	freebsd@mhka.no
2018-11-27 18:32:47 +00:00
Dirk Meyer
524da2e331 - update to 2.3 2018-11-26 11:13:54 +00:00
Joe Marcus Clarke
2a9aad72f4 Remove the warnings around USE_PYTHON and autoplist.
You can use autoplist with a pkg-plist or PLIST_*.  Some ports require this
apparently.  Remove these warnings for now until a more robust
duplicate-checking solution can be implemented.

Reported by:	koobs
2018-11-19 20:05:38 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Baptiste Daroussin
a7091cda19 Update to 1.10.99.11 which attempts to fix build with recent libarchive 2018-11-03 21:27:52 +00:00
Alex Kozlov
ede9d0e3f1 - Update to 1.21 2018-10-29 09:19:57 +00:00
Stefan Eßer
1ac413f57a Remove reference to obsolete INDEX files for FreeBSD7-9 and report build
time for successful builds, as suggested by Walter Schwarzenfeld.

Approved by:	antoine (implicit)
2018-10-27 18:37:59 +00:00
Steve Wills
31a03e4eb4 ports-mgmt/pkg_replace: update to 20181024
PR:		232695
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2018-10-27 00:25:32 +00:00
Bryan Drewery
32e7c41f16 - Update to 3.2.8-402-g73eefa2e6
- Replace portsmon links with freshports.
 - Document that hook plugins can provide make.conf, but not with filename patterns.
 - pkgclean: Ensure -j is passed in.
 - Create a dataset for poudriere/data/images during initial setup (#630)
 - image -t zrawdisk: Load the ZFS module at boot, so the filesystem can be
   mounted (#633)
 - image -t zrawdisk: Fix check for IMAGESIZE (#634)
 - image: On failure, don't leave md(4) devices laying around (#635)
 - image: When copying the contents of an overlay, copy symlinks as
   symlinks (#636)
 - Update sh to r338473
 - bulk -cC: Prompt to delete if not in a TTY.
   - Only prompt when ATOMIC_PACKAGE_REPOSITORY is off.
   - Only prompt if there are packages to remove.
 - ATOMIC_PACKAGE_REPOSITORY: Be a bit more verbose about packages directory
   paths.
 - image: Add bytes to bibytes conversion regarding image size (#638)
 - image: Add dump support (#644)
 - Update zsh completion
2018-10-24 22:17:03 +00:00
Bryan Drewery
e04251feb5 Update to 3.2.8
Very minor update.

Changes: https://github.com/freebsd/poudriere/wiki/release_notes_328
2018-10-24 22:09:20 +00:00
Tobias Kortkamp
4a3358a952 ports-mgmt/portsreinstall: Update to 4.1.0
PR:		231572
Submitted by:	maintainer
2018-10-24 20:57:04 +00:00
Stefan Eßer
ebbcf94e7e Fix upgrades of moved ports. 2018-10-22 12:06:40 +00:00
Baptiste Daroussin
721fca0324 Add a patch to fix pkg-static with linked against openssl 1.1.1
This is needed to be able to sign repository with pkg-static

Reported by:	many (based on a patch by gjb)
MFH:		2018Q4
2018-10-16 10:08:01 +00:00
Joe Marcus Clarke
d4e3c772df Update to 2.18.6.
Fix an uninitialized variable warning in non-Python ports.

Reported by:	leres
2018-10-14 17:50:32 +00:00
Stefan Eßer
cdc0f1d2c3 Make portmaster use "pkg-static" instead of "pkg". This prevents problems
with inconsistent shared library references that may occur when openssl in
base is upgraded to version 1.1.1 with 1.0.x installed from a port.

Approved by:	antoine (implicit)
2018-10-13 19:22:47 +00:00
Joe Marcus Clarke
f50359c2ad Update to 2.18.5.
* Do not complain about extra FLAVORS in *_DEPENDS. [1]
* Do not fully expand variable dependencies to allow for more granular checks. [2]
* Allow GH_* in USES section. [3]
* Check for duplication between *_USES and USES. [4]
* Check for incorrect use of *_CMAKE_ARGS [5]
* Check that CMAKE_BOOL arguments do not contain a -D flag [5]
* Check for use of autoplist and pkg-plkist or PLIST_FILE. [6]

PR:		231420 [1]
		231421 [2]
		231422 [3]
		231566 [4]
		231894 [5]
		231865 [6]
Submitted by:	db [3] [6]
2018-10-13 15:38:08 +00:00
Ryan Steinmetz
274759c90c - Bump PORTREVISION to chase openssl update in CURRENT 2018-10-11 00:10:52 +00:00
Steve Wills
42e5331589 ports-mgmt/pkg_replace: Update to 20180927
PR:		231749
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2018-10-09 13:57:34 +00:00
Antoine Brodin
3f14fbb2c0 Fix some PKGNAME collisions 2018-10-08 15:08:13 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Eric Turgeon
fadd019319 Update ports-mgmt/synth to 2.06
Approved by:	wg (mentor)
2018-09-27 19:05:20 +00:00
Baptiste Daroussin
351d44a02c Update to 1.10.99.10 2018-09-22 10:44:56 +00:00
Mark Linimon
272bca67ef Mark these ports as broken on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 11:01:50 +00:00
Joe Marcus Clarke
f6a09b8a5a Update to 2.18.4.
* Do not complain about icon installation if USE_QT is defined [1]
* Add support for checking LICENSE_PERMS [2]
* Add a warning when NO_PACKAGE is used [2]
* Per the Porter's handbook, check for sections for USE/USES and FLAVORS [3]
* Check for -on/-off in OPTION names [4]
* Check to make sure the correct LICENSE_FILE_foo is specified [5]

PR:		231122 [1]
		231155 [2]
		230594 [3]
		229280 [4]
		231303 [5]
Submitted by:	loader [3]
		adamw [4]
2018-09-16 17:51:43 +00:00
Brad Davis
27f9bf5942 Apply a patch from git that fixes make packages with hardlinks and config files. 2018-09-10 22:28:59 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Ben Woods
d247691573 Fix fetch by updating GH_TAGNAME as required by r479255
Approved by:	portmgr blanket
2018-09-09 03:43:17 +00:00
Brad Davis
caccd90e82 Update to 1.10.99.9
- Remove a check for config files that have hardlinks
- Add .gitlab-ci.yml to support the Gitlab CI service
- Add a few more tests with hardlinks
2018-09-08 19:22:29 +00:00
Emanuel Haupt
eba101ec88 - Update to 1.2
- Improve pylint score from 4.73 to 9.08
- Set a distinctive User-Agent when making HTTP/HTTPS requests
2018-09-04 08:58:07 +00:00
Chris Rees
349073f46c Clarify error message 2018-09-01 11:23:29 +00:00
Emanuel Haupt
695b6582cf - Update to 1.1.1
- Support for python3 [1]
- Specify LICENSE_FILE since it's available in the distfile [1]

Requested by:	sunpoet [1]
2018-08-31 09:12:27 +00:00
Jason E. Hale
f553e29ed8 Fix build with Qt 5.11 (patch sent upstream)
PR:		230884
2018-08-31 03:33:36 +00:00
Emanuel Haupt
d4e3dc3570 Allow building without privileges.
Submitted by:	ohauer
2018-08-29 07:57:19 +00:00
Emanuel Haupt
0597b34c50 - Update to 1.1
- Correctly handle hostnames that do not resolve
- Implemented a --silent option which will only show errors
2018-08-28 15:15:39 +00:00
Emanuel Haupt
bd5027391f - Update to 1.0
- Add WWW and provide an additional mirror
- Provide a longer description as requested by portlint

- Distilator will now report when an URL gives a redirect
- Rewritten in python using requests and requests_ftp
- Licensed under BSD2CLAUSE

PR:		215425
Requested by:	mat
2018-08-27 16:28:42 +00:00
Baptiste Daroussin
a9644863f1 Update to 1.10.99.8
Changes from pkg 1.10.99.7 to 1.10.99.8
- Add options to ignore OSVERSION check and document it
- Complain about RO filesystem for pkgdb access if needed
- Fix privileges drop done too early
- Improve OSVERSION check
- Fix some resource leaks
- Lots of documentation improvements
- Improve conflicts handling
- Do not check remote packages when doing `pkg upgrade -v`
- Convert from autotools to autosetup
- Fix warnings spotted by gcc 7+
- Fix pkg info -R to match the documented behaviour
- Update zsh completion
- Fix crash with config file handling
- pkg is now a semi static binary
2018-08-20 17:06:15 +00:00
Brad Davis
8a3ef66b51 Add a small patch to pkg to fix NULL check in pkg_is_config_file().
This helps pkgbase users with recent updates.

Approved by:	bapt
2018-08-20 16:53:05 +00:00
Dirk Meyer
3f5e74a98d - switch MASTER_SITES to github
- add more scripts
2018-08-16 08:48:04 +00:00
Dirk Meyer
0457fc2192 - switch MASTER_SITES to github
- add more scripts
2018-08-16 07:57:02 +00:00
Torsten Zuehlsdorff
66495f27bc Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR:		229982
2018-08-13 09:25:01 +00:00
Joe Marcus Clarke
91c178d00b Fix breakage introduced in previous commits.
PR:		230427
2018-08-07 12:49:20 +00:00
Rodrigo Osorio
874d4a3f3d Update ports-mgmt/pkg-provides from 0.4.2 to 0.5.0
Changes :
- use https instead of http to update the database
- new env variable PROVIDES_URL to overwrite the default URL
2018-08-04 15:44:33 +00:00
Adam Weinberger
9c38e50be9 Reevert change accidentally included in r476184 2018-08-01 18:13:39 +00:00
Adam Weinberger
0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Stefan Eßer
672a731a16 Fix quoting of optional FLAVOR argument in some make invocations, which
were uncovered by fixed quoting in the pm_make* functions.

Reported by:	tatsuki_makino at hotmail.com (Tatsuki Makino)
Approved by:	antoine (implicit)
2018-07-23 06:55:51 +00:00
Stefan Eßer
b390554d5f Make some sub-routines use "$@" instead of $* to correctly pass arguments
with blanks to invoked commands. This fixes clean-up of shared library
backups, where only one file was removed due to a parameter list being
terminated by the first blank within one parameter.

Reported by:	tatsuki_makino at hotmail.com (Tatsuki Makino)
Approved by:	antoine (implicit)
2018-07-22 07:24:35 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Kirill Ponomarev
a80d6ed528 Update to 4.0.0
PR:		229411
Submitted by:	maintainer
2018-07-02 10:26:27 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Thomas Zander
3b828a42f7 Update to upstream version 0.4.r65
Detailed maintainer log:
- Add TEST-DEPENDS.
- Add indication of the type of dependence by the first characters
  in parentheses: (BR) for BUILD_DEPENDS and RUN_DEPENDS together.
- Make it ready for Python 3.
- Fix transition of svn sources from Google Code to SF for gen-dist.

PR:		228361
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2018-06-24 19:26:15 +00:00
Joe Marcus Clarke
02cd77c8b7 Update to 2.18.3.
* Be less strict in the check for MASTER_SITE_SUBDIR use.
  This change checks that the subdirectory used is actually different
  than what is defined in MASTER_SITES_SUBDIRS.  To make this easier to
  do, support has been added to single-quote variables passed to the
  get_makevar* functions. [1]

* Now only PY_FLAVOR is recommended as opposed to FLAVOR. [2]

* Remove an errant ':' when suggesting PY_FLAVOR. [3]

PR:		228227 [1]
Requested by:	mat [2]
Reported by:	koobs [3]
2018-06-24 16:13:06 +00:00
Stefan Eßer
6f1399c349 Fix building of specific qt4 ports after qt5 has become the default flavor.
The ports infrastructure does not consistently deal with FLAVOR environment
variables set to an empty string. This caused the dependency check in
portmaster to fail for multimedia/phonon.

With FLAVOR="" in the environment, "make -V FLAVOR" returns "qt4", but the
dependency list produced by "make build-depends-list" assumes "qt5", even
though no user preferences for qt5 have been set.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
Approved by:	antoine (implicit)
2018-06-22 06:44:44 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Eitan Adler
ea6edb7b6d ports-mgmt/pkgs_which: feex a typo
Approved by:	mandree (maintainer)
2018-06-10 20:28:15 +00:00
Romain Tartière
115b9a0a8e Update to 1.0.16 2018-06-02 10:56:11 +00:00
Bryan Drewery
e56e26d6f9 - Update to 3.2.7-372-g6125e0831
Very minor chase of 3.2.7.

  - HTML: Reset error load counter on successful load
2018-06-01 18:36:06 +00:00
Bryan Drewery
28c4f5f7e1 - Update to 3.2.7
Very minor maintenance release.
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_327
2018-06-01 18:32:07 +00:00
Steve Wills
2e4f2a6565 ports-mgmt/pkg_replace: update to 20180530
PR:		228627
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
2018-05-31 13:59:15 +00:00
Eric Turgeon
578b5d3204 Update ports-mgmt/synth to 2.05
PR:		228573
Approved by:	wg (mentor)
2018-05-29 15:38:21 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Dmitry Marakasov
5e4a9887a7 - Update WWW
Approved by:	portmgr blanket
2018-05-22 09:34:12 +00:00
Stefan Eßer
7e4c59fc9e Document --package-format=<fmt> option. I had implemented that option some
time ago, but decided to not expose it in the man-page, since portmaster
will not necessarily install the latest version if installing from local
Jpackages is requested and there exist multiple package files that only
differ in archive format. But since a non-standard package format allows
to choose between an optimization for speed or for disk space, this is a
useful option that shall be described in the man page.

Approved by:	antoine (implicit)
2018-05-21 12:42:17 +00:00
Stefan Eßer
955455de8e Fix recursive building of ports (-r option). The match_flavor function was
called before being defined.

The issue and cause has been reported by Herbert J. Skuhra. (Thanks!)

PR:		227882
Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Approved by:	antoine (implicit)
2018-05-20 10:56:13 +00:00
Martin Wilke
a92e14465c - Update to 0.4
PR:	227828
Submitted by:	maintainer
Sponsored by:     iXsystems Inc.
2018-05-19 16:21:14 +00:00
Stefan Eßer
be3e7a0e58 Fix previous attempt to cache some parameters in environment variables.
The quoting was messed up by use of "eval" and the cached values did not
match what the ports system expected.

Submitted by:	tijl
Reported by:	tijl
Approved by:	antoine (implicit)
2018-05-18 17:26:42 +00:00
Stefan Eßer
5782487054 Cache some build parameters in the environment that were recalculated over
and over for individual ports. This significantly reduces the time to scan
for updates if many ports with USES=compiler are present.

Based on a suggestion and code fragment provided by Tijl Coosemans.

While here commit a few changes present in my local version that should not
cause any functional change.

Submitted by:	tijl
Approved by:	antoine (implicit)
2018-05-18 10:43:32 +00:00
Torsten Zuehlsdorff
78cabb9634 Drop MAINTAINERship for these ports:
- databases/postgresql-plproxy
- devel/fpp
- devel/gnu-efi
- games/nlarn
- games/wesnoth
- mail/phpmailer
- mail/tlb
- ports-mgmt/pkg-plist
- sysutils/battray
- textproc/xml-parse.el
2018-05-17 09:56:55 +00:00
Dmitry Marakasov
0e8e345651 - Update WWW
Approved by:	portmgr blanket
2018-05-17 09:34:07 +00:00
Joe Marcus Clarke
5606d3f1b5 Bump version to 2.18.2.
Fix a regression in the mae makepatch check.

Make sure only the patch header is checked, but make sure
to read in the entire patch file.  This regression was
introduced in 2.18.0.

PR:		228203
2018-05-12 22:14:30 +00:00
Joe Marcus Clarke
ef15aa321e Bump version to 2.18.1.
Soften the py-* dependency error around flavors.

Now the message is a warning and a suggestion. This is pending more discussion,
but this seems like a good compromise for now.

PR:		225654
Requested by:	antoine
2018-05-12 18:59:07 +00:00
Joe Marcus Clarke
18bdf5dabf Update to 2.18.0. Enough has happened that it's time for a minor bump.
* Fix the check for duplicate SHEBANG_LANG values [1]
* Check to make sure patch files end with newlines [2]
* Allow flavored *_DEPENDS in the DEPENDS section [3]
* Check that kde:4 OR kde:5 is defined with USE_KDE [4]
* Add a check to make sure pkg-descr is at least a certain number of lines [5]
* Fix a couple of typos [6] [7]
* Allow for any *_DEPENDS item in the DEPENDS section and fix a bug in the
  dependency syntax checking [8]
* Add a check to make sure Python dependencies include a FLAVOR [9]

PR:		226709 [1]
		226109 [2]
		226581 [3]
		227255 [5]
		227729 [6]
		227878 [7]
		227556 [8]
		225654 [9]
Submitted by:	tcberner [4]
		0mp [5][6][7]
Differential Revision:	D13723 [4]
2018-05-11 21:33:55 +00:00
Bryan Drewery
5408e94fa1 - Update to 3.2.6-369-g91f1ddf5f
- jail -u freebsd-update: Auto confirm prompts
  - bulk tests: Don't let system perl interfere with the partial tree used.
  - compute_deps: Determine all errors before bailing out
2018-05-11 17:09:06 +00:00
Eric Turgeon
136a050d4f Update ports/synth from 2.03 to 2.04
Approved by:	wg (mentor)
2018-05-10 13:48:08 +00:00
Brad Davis
2a713fb09d Apply patch for a segfault on upgrade
https://github.com/freebsd/pkg/issues/1663

Approved by:	bapt
2018-05-09 16:00:37 +00:00
Koichiro Iwao
d6cdf7ade4 ports-mgmt/pkg_replace: Update to 20180424
- Cleanup code
- Speed up and strictly check package's dependencies
- While here, pet portlint by using pkg-plist instead of PLIST_FILES

PR:		227730
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)
Approved by:    pi (mentor)
2018-05-06 10:15:03 +00:00
Bryan Drewery
8e0c383b2c - Add DIALOG4PORTS option (default on) to install it for 'options' command [1].
- Add CERTS option (default on) to allow disabling cert dependencies.
- Reword QEMU_DESC to match poudriere-devel.
- Only install ZSH files if the option is enabled.

PR:		225457 [1]
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> [1] (based on)
2018-05-03 23:10:11 +00:00
Eric Turgeon
0e47b9352c Update ports-mgmt/synth to 2.03
Approved by:	wg (mentor)
2018-05-02 20:57:35 +00:00
Stefan Eßer
d8101cdd54 Make the -n option work better for non-root users.
Approved by:	antoine (implicit)
2018-04-29 05:56:31 +00:00
Rodrigo Osorio
2172b9d350 Upgrade pkg-provides from 0.4.1 to 0.4.2
Major changes:
 * Fix DragonFly path construction
 * Fix typos and improve wording
2018-04-19 09:57:34 +00:00
Mark Felder
83dcbdd7ee Reset MAINTAINER
Approved by:	maintainer (private communications)
2018-04-16 21:33:18 +00:00
Rodrigo Osorio
c8eadf08fb Upgrade pkg-provides to 0.4.1
Changes :
 - Add DragonFly BSD support
 - Add a environment variable to disable the "fetch on upgrade" mechanism
2018-04-03 23:12:13 +00:00
Eric Turgeon
b5669c253e Update Eric Turgeon ports maintainer email
Approved by:	wg, bapt (mentors)
2018-04-03 12:45:01 +00:00
Dirk Meyer
e409e28bcc - update manpages 2018-03-31 07:04:00 +00:00
Bryan Drewery
760c44d262 - Update to 3.2.6
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_326
2018-03-30 20:18:06 +00:00
Joseph Mingrone
5d3b4406b3 ports-mgmt/poudriere-devel: Fix plist issue with completion options 2018-03-28 18:38:20 +00:00
Bryan Drewery
8a4c4fcb59 - Update to 3.2.5-363-g9c2944629
- Add BASH option for completion installation

  - ports_env: set UID=0 to avoid id -u lookups.
  - Remove USE_PTSORT=no support and only use ptsort.
  - Remove POOL_BUCKETS option
  - Only set POOL_BUCKET_DIRS from load_priorities()
  - SIGINFO: Reverse phase and total times to: phase / total
    The original change order was confusing but so is the change.  It may
    ultimately be reverted.
  - USE_CACHED=yes: Block using this as it does not work.
  - Fix '3: Bad file descriptor' on crashed build
  - Format crashed build with JOB_ID if possible
  - MUTABLE_BASE=schg: Exclude immutable paths from mtree comparisons
  - markfs: No need to rewrite the mtree file every time, just share it from
    MASTERMNT
  - Always null-mount ro /usr/lib32
  - Remove references to INDEX - support removed in 0bef52955606412ac64aceddde6
  - MUTABLE_BASE=schg: Need to track flags for mtree
  - MUTABLE_BASE=schg mtree: Don't ignore changes to schg files with testport
    or bulk -t
  - Remove some shash buckets once no longer needed.
  - Fix some error spam in bulk.
  - Exclude /root from build_fs_violation.
  - MUTABLE_BASE=schg: Allow writing new files to /boot.
  - Move ALLOW_MAKE_JOBS_PACKAGES handle to remove misleading DISABLE_MAKE_JOBS
    in buildlog make.conf
  - bulk: Spawn builds in their own process group.
    Block SIGTTOU/SIGTTIN to avoid stopping on tty access.
  - kill_job: Don't show jobid warning.
  - Close stdin at exit in case an interrupted redirection is referencing the
    jail which results in umount warnings.
  - processonelog: Detect pkg's conflict line
  - processonelog: Try to detect immutable base failures
  - Create /home and /usr/home paths in port build startup
  - MUTABLE_BASE=schg: Allow writing to /usr/home
  - poudriere: Default -e to /usr/local/etc for non-install executions
  - options: Don't pass FLAVOR as a make arg - which may break downstream ports
  - testport -c: Don't pass FLAVOR as a make argument
  - testport: Show log summary at the end
  - Support PKG_NOCOMPRESS in make.conf
  - CCACHE_STATIC_PREFIX: Add CCACHE_JAIL_PREFIX for overriding /ccache in jail
  - MUTABLE_BASE=schg + CCACHE_STATIC_PREFIX: Allow ccache-update-links to work
    properly
  - Add bash completion script
  - Don't consider /var/crash/*.core as build_fs_violations
2018-03-28 17:57:02 +00:00
Dirk Meyer
fc45dfb12d - update to 2.0 2018-03-25 16:57:38 +00:00
Sunpoet Po-Chuan Hsieh
06bfeeb0b0 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-03-24 21:12:13 +00:00