1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

8213 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
6743a251cf - Add CPE information 2014-08-12 17:07:59 +00:00
Ashish SHUKLA
04516b04d7 - Update to bzr snapshot revision 117676
- Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
  not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extra @dirrmtry entries
2014-08-10 03:58:36 +00:00
John Marino
57f8338003 editors/vile & xvile: Upgrade version 9.8m => 9.8n
PR:		191817
Submitted by:	Ports Fury
2014-08-09 21:04:48 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
John Marino
b23dbd361d scite and scintilla: Upgrade version 3.4.1 => 3.4.4
PR:		190754
Submitted by:	maintainer (Naram Qashat)
2014-08-08 19:47:35 +00:00
Sunpoet Po-Chuan Hsieh
56576b93be - Update to 7.4.398
Changes:	https://code.google.com/p/vim/source/list
2014-08-08 03:40:03 +00:00
John Marino
410e1a4e01 editors/zim: Upgrade version 0.60 => 0.61 and stage
PR:		192475
Submitted by:	Ports Fury
2014-08-07 23:20:54 +00:00
Antoine Brodin
5e81b0aa02 Fix depends 2014-08-07 21:33:32 +00:00
Ashish SHUKLA
794b673e7b - Fix breakage caused by r364084, where @dirrmtry entries were removed
from emacs port Makefile by adding the removed @dirrmtry entries in
  PLIST_DIRSTRY

Reported by:	QAT
2014-08-07 06:42:58 +00:00
Antoine Brodin
d7a12c0af3 Update distinfo
Pointyhat:	pi
2014-08-07 05:55:47 +00:00
Kurt Jaeger
3c71bb81c8 editors/p5-Proc-InvokeEditor: 1.06 -> 1.07
- Apply patch from Brian Fraser to work on android
2014-08-06 15:21:53 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Baptiste Daroussin
c2140e4024 Remove useless inclusion of <bsd.port.options.mk> not needed with using helpers 2014-08-05 21:53:45 +00:00
Rodrigo Osorio
ee19e0204e - make NLS support optional
- bump PORTREVISION

PR:		ports/190974
Submitted by:	nikola lecic <nikola.lecic@anthesphoria.net>
Approved by:	kwm (mentor)
2014-08-05 21:48:21 +00:00
Don Lewis
e110bb96bc Upgrade Apache OpenOffice to version 4.1.0.
Fix all portlint -a and check-plist errors and warnings.

Fix all but one stage-qa warnings.

Disable --with-system-boost because it broke the build.

Enable the --with-system-graphite, --with-system-hyphen, and
--with-system-nss configure options.

Add all distfiles that were previously downloaded during
built to the ext_sources distfile.  Add the --disable-fetch-external
configure flag to disable downloads during build.

PR:		192258
Approved by:	office@ (bapt)
2014-08-05 16:34:47 +00:00
Dmitry Marakasov
a8094d709a - Switch textproc/libnxml to USES=libtool, drop .la files
- Switch to USES=pathfix
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-05 14:56:15 +00:00
Jason E. Hale
7835f74f9a - Stagify
- PLIST_FILES -> pkg-plist
2014-08-05 10:50:42 +00:00
Ashish SHUKLA
2c7614b3e1 - Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extraneous @dirrmtry entries
- Bump PORTREVISION due to pkg-plist change

Reported by:		rpaulo
2014-08-05 09:09:26 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Sunpoet Po-Chuan Hsieh
695c2d6091 - Update to 7.4.389
Changes:	https://code.google.com/p/vim/source/list
2014-08-02 05:12:42 +00:00
Antoine Brodin
4fc87504a1 - Update to 0.5.1
- Stage support

PR:		ports/190514
Submitted by:	maintainer
2014-08-01 21:47:41 +00:00
John Marino
6b973b110c editors/zoinks: Upgrade version 0.3.7 => 0.4.1 and stage
PR:		191818
Submitted by:	Ports Fury
2014-07-31 15:50:53 +00:00
Dmitry Marakasov
20f6a410f9 - Switch to USES=libtool, drop .la files 2014-07-30 12:14:58 +00:00
Pietro Cerutti
4f316f245c - Add LICENSE 2014-07-30 10:29:45 +00:00
Antoine Brodin
41fa68f92b Unbreak japanese/calligra-l10n and editors/calligra-l10-en_GB 2014-07-30 06:46:30 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00
John Marino
8af6916f84 editors/p5-Padre: Unbreak, update version 0.96 => 1.00, and stage
PR:		187974
Submitted by:	Ports Fury
2014-07-29 20:42:21 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Dmitry Marakasov
db4ea54250 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-29 17:50:19 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
William Grzybowski
f474a16cfb editors/fte: update to 20110708
- Support stage
- Add LICENSE
- Rename patches

PR:		192202
Submitted by:	tkato432 yahoo com
2014-07-29 16:46:44 +00:00
William Grzybowski
1ec32f8947 editors/cream: update to 0.43
- Support stage
- Add LICENSE
- USES desktop-file-utils
- Remove tab from WWW

PR:		192202
Submitted by:	tkato432 yahoo com
2014-07-29 16:41:50 +00:00
Adam Weinberger
f1e688d11d Stage, and rename patches. 2014-07-28 18:19:28 +00:00
Adam Weinberger
eab1b679e0 Rename editors/ patch-xy patches to reflect the files they modify. 2014-07-28 18:13:49 +00:00
Adam Weinberger
10d14cb18f Fix CANNA option. 2014-07-28 18:09:24 +00:00
John Marino
5008143258 editors/komodo-edit: unbreak and stage
Pet portlint some while here.

PR:		192071
Submitted by:	Allan Jude
2014-07-27 11:37:56 +00:00
Dmitry Marakasov
bc33c93e60 - Switch converters/psiconv to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Approved by:	kwm
2014-07-25 21:57:14 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Sofian Brabez
10bba6a815 - Fix build with clang
Reported by:	pkg-fallout
2014-07-24 14:40:59 +00:00
Ashish SHUKLA
d2c30c50cc - Update to bzr snapshot revision 117564 2014-07-24 14:38:01 +00:00
Pietro Cerutti
4f374c4364 - Remove compiler flags not understood by GCC
- Fix the source instead
2014-07-24 12:25:47 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Adam Weinberger
95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Adam Weinberger
e081d9b9ed Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
2014-07-21 17:47:52 +00:00