Commit Graph

89 Commits

Author SHA1 Message Date
Dirk Meyer 54cd28389b - add fix for possible DANE problem 2020-10-04 19:49:32 +00:00
Dirk Meyer 45ec0a9428 - update to 1-1.1.Alpha15.2 2020-06-22 09:24:33 +00:00
Dirk Meyer f8b3782912 - update to 1-1.1.Alpha15.1
- drop PKGNAMESUFFIX
2020-06-14 17:04:02 +00:00
Dirk Meyer 6335fcc090 - update to 1-1.1.Alpha15.0 2020-06-11 21:58:56 +00:00
Dirk Meyer 49e59c47c5 - fix build with -fno-common 2020-05-04 21:39:43 +00:00
Dirk Meyer 748d7f291a - fix build with -fno-common 2020-05-04 11:11:11 +00:00
Dirk Meyer 8e1bca8201 - add WWW 2020-04-21 17:40:13 +00:00
Dirk Meyer 3c6f03727a - update to 1-1.1.Alpha14.1 2020-01-01 08:08:10 +00:00
Baptiste Daroussin 0be2ce42f1 Drop the ipv6 virtual category for m* category as it is not relevant anymore 2019-10-09 12:06:22 +00:00
Mathieu Arnold 0c2d0c3241 Regular pkg-message cleanup.
Pointy hat:	dinoex ashish
2019-08-27 11:57:45 +00:00
Dirk Meyer 2651ac1da7 - update to 1.1.Alpha13.0 2019-08-20 22:15:30 +00:00
Mathieu Arnold 558224994b onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
Dirk Meyer e3266109f2 - update to 1.1.Alpha12.0 2019-02-04 15:51:24 +00:00
Dirk Meyer d5aa310b94 - update to 1.1.Alpha11.0 2018-12-13 00:09:47 +00:00
Dirk Meyer 685fa0a76e - update to 1.1.Alpha9.0 2018-04-30 05:00:21 +00:00
Dirk Meyer bfcbacbbb7 - update to 1.1.Alpha9.0 2018-03-14 21:40:52 +00:00
Dirk Meyer 95c1ce4da0 - fix linking with openssl-devel 2018-02-17 11:35:12 +00:00
Dirk Meyer d06e6539ae - update to 1.1.Alpha8.0 2017-07-06 12:03:37 +00:00
Mark Linimon 45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mathieu Arnold 6d588589c2 Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
2017-04-11 15:21:23 +00:00
Dirk Meyer 54551f7442 - update to meta1-1.1.Alpha7.0
- add license
2016-11-22 19:58:04 +00:00
Dirk Meyer a0e4afad38 - update to 1.1.Alpha6.0 2016-09-06 20:41:01 +00:00
Dirk Meyer 0cd22c8361 - cleanup options 2016-08-11 19:51:43 +00:00
Mathieu Arnold f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Dmitry Marakasov c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dirk Meyer 2cd394ce34 - update to 1.1.Alpha2.0 2016-01-02 10:40:16 +00:00
Dirk Meyer 580f1d2f36 - make portlint happier 2015-11-21 17:36:59 +00:00
Dirk Meyer 2a666ad01d - remove NEED_ROOT
PR:		200547

- fix GROUPS, USERS
- enable option IPV6 per default
- do not create default config on install
- fix most regression tests
- add pkg-message for new installs
2015-06-04 18:54:16 +00:00
Dirk Meyer 844698334d - update to meta1-1.1.Alpha1.0 2015-05-18 19:24:50 +00:00
Tijl Coosemans 5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Dirk Meyer 488941475a - fix build after removal of Berkeley DB port 2015-01-02 16:56:07 +00:00
Antoine Brodin 8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Matthias Andree b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Adam Weinberger 99afccd1ce Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:14:15 +00:00
Dirk Meyer c2aa3fe9ae - update to 1.0.Beta0.0
- use STAGEDIR
- preserve users and groups
2014-04-11 17:31:11 +00:00
Dirk Meyer c082577a8e - update to 1-1.0.Alpha22.0 2014-03-09 19:05:59 +00:00
Dirk Meyer 5cfc05628d - update to 1-1.0.Alpha21.0 2014-03-09 18:50:42 +00:00
Dirk Meyer 12ac28d2d3 - update to 1.0.Alpha20.0 2014-03-09 18:42:11 +00:00
Dirk Meyer 2bcc53a820 - update to 1.0.Alpha19.0
- use OPTIONS_SUB
- use OPT_CONFIGURE_ENABLE
2013-12-21 20:11:18 +00:00
Dirk Meyer 5be5719ec7 - update to 1.0.Alpha18.0 2013-12-01 14:38:33 +00:00
Dirk Meyer 1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Dirk Meyer 50d7ee708c - update to 1.0.Alpha15.0 2013-08-30 19:14:01 +00:00
Dirk Meyer 6f296b8ce6 - add OPTION DKIM
Submitted by:	alastair

- add OPTION MSP
2013-05-01 04:38:54 +00:00
Dirk Meyer 0f3e5dadd3 - update to 1.0.Alpha14.0 2012-12-29 17:00:18 +00:00
Hajimu UMEMOTO dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Dirk Meyer 0e4d8082e1 - update to 2.0.Alpha13.0 2012-12-09 21:35:26 +00:00
Dirk Meyer e711de13d3 - update to 1.0.Alpha12.0
PR:		172891
Submitted by:	Alastair Hogge
2012-12-09 21:33:34 +00:00