1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

326715 Commits

Author SHA1 Message Date
Joe Marcus Clarke
e249494644 Correct a typo when configuring dynamic prpl modules. I seem to recall this
was a typo on purpose at some point, but the new configure uses '-' instead
of '_'.
2014-02-21 15:26:23 +00:00
Pietro Cerutti
71c33fe6c6 - Convert to USES=tcl 2014-02-21 15:17:11 +00:00
Pietro Cerutti
828356fa6f - Convert to USES=tcl 2014-02-21 15:16:24 +00:00
Pietro Cerutti
75caee9cb2 - Convert to USES=tk
- Add LICENSE
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-02-21 15:15:11 +00:00
Philippe Audeoud
baf3622df4 - Fix pkg-plist
Noticed by:	sunpoet@, az@
2014-02-21 15:12:44 +00:00
Mathieu Arnold
da2ae9b3da Respect CC, cleanup some patch.
Submitted by:	takefu (based on)
Sponsored by:	Absolight
2014-02-21 15:12:25 +00:00
Pietro Cerutti
d75885e17a - Convert to USES=tk 2014-02-21 15:11:22 +00:00
Bernhard Froehlich
6319782f75 - Update to 0.8.6 2014-02-21 15:06:46 +00:00
Kubilay Kocak
8d49f6a2bf Reset maintainer for llwang@infor.org (leftover from r336813)
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Thank you for your contribution to the FreeBSD
project.

I'm not sure how this port was missed during the initial commit in r336813 [1]

[1] http://svnweb.freebsd.org/ports?view=revision&revision=336813

Approved by:	portmgr
2014-02-21 15:06:23 +00:00
Pietro Cerutti
8edb7ca926 - Convert to USES=tcl 2014-02-21 15:05:33 +00:00
Pietro Cerutti
5466e846ee - Convert to USES=tcl 2014-02-21 15:04:51 +00:00
Pietro Cerutti
748a55d7cd - Convert to USES=tk
- STAGE-clean
2014-02-21 15:04:03 +00:00
Pietro Cerutti
89ff8c2b6e - Convert to USES=tk 2014-02-21 14:52:33 +00:00
Emanuel Haupt
a409a44861 Restore LICENSE_FILE as mat pointed out that BSD licenses have copyright holder
in them.

Notified by:	mat
2014-02-21 14:51:24 +00:00
Emanuel Haupt
df6a0ec074 Replace PAX with COPYTREE_SHARE
Notified by:	mat
2014-02-21 14:45:20 +00:00
Philippe Audeoud
365a8496e8 - Add LICENSE
- Install missing pm file
- Bump PORTREVISION

PR:		ports/186941
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2014-02-21 14:35:12 +00:00
Sunpoet Po-Chuan Hsieh
ed9f58af53 - Fix LICENSE_FILE
Pointed out by:	mat, ache
2014-02-21 14:27:51 +00:00
Emanuel Haupt
69f8d744b8 - Support staging
- Update LICENSE
2014-02-21 14:14:56 +00:00
Emanuel Haupt
1a94c4d26a Support staging 2014-02-21 14:07:22 +00:00
Emanuel Haupt
03e3a8f2c0 Support staging 2014-02-21 14:05:49 +00:00
Emanuel Haupt
303b109146 Support staging 2014-02-21 14:04:46 +00:00
Martin Wilke
9e14603a16 - Stage support 2014-02-21 14:03:09 +00:00
Martin Wilke
36b381c441 - Stage support 2014-02-21 14:03:09 +00:00
Martin Wilke
75fdf95820 - Stage support 2014-02-21 14:03:00 +00:00
Mathieu Arnold
c272b6e140 Staging.
Sponsored by:	Absolight
2014-02-21 14:02:53 +00:00
Martin Wilke
416a3b2cb2 - Stage support 2014-02-21 14:02:36 +00:00
Martin Wilke
9267d76a38 - Stage support 2014-02-21 14:02:09 +00:00
Martin Wilke
4f0535a646 - Stage support 2014-02-21 14:01:35 +00:00
Martin Wilke
8254d2ca2d - Stage support 2014-02-21 14:01:26 +00:00
Martin Wilke
49308db8d4 - Stage support 2014-02-21 14:01:21 +00:00
Martin Wilke
b21e5591f7 - Stage support 2014-02-21 14:01:00 +00:00
Martin Wilke
122670a48b - Stage support 2014-02-21 14:00:58 +00:00
Martin Wilke
4181169208 - Stage support 2014-02-21 14:00:49 +00:00
Martin Wilke
54d96eb021 - Stage support 2014-02-21 14:00:49 +00:00
Martin Wilke
05650b024c - Stage support 2014-02-21 14:00:32 +00:00
Martin Wilke
657a524527 - Stage support 2014-02-21 14:00:28 +00:00
Emanuel Haupt
e839f4539d Support staging 2014-02-21 14:00:00 +00:00
Emanuel Haupt
0ad741bf4a Support staging 2014-02-21 13:56:24 +00:00
Emanuel Haupt
10fd8a42a3 - Support staging
- Add LICENSE
2014-02-21 13:53:28 +00:00
Mathieu Arnold
02e8203b06 Convert to staging.
Sponsored by:	Absolight
2014-02-21 13:52:52 +00:00
Bernhard Froehlich
d0340b4cfa - Update to 2.13.4 2014-02-21 13:52:43 +00:00
Kubilay Kocak
b1bc680e1c lang/python31: Backport fox for Python issue #8168
- Backport Python issue #8168 [1]:

    python3 py_compile does not ignore UTF-8 BOM characters

This causes installation (during bytecode compilation) errors for Python
ports with sources that contain BOM characters [2]

The issue was fixed [3] in the default branch at the time (3.2) but was
not backported to 3.1.

Since Python 3.1 is now in security-fix-only mode (no new features or bug
fixes), backporting is required.

[1] http://bugs.python.org/issue8168
[2] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186034
[3] http://hg.python.org/cpython/rev/e15a8a476494/

PR:		ports/186034
Reported by:	Mark Andrews <marka at isc dot org>
2014-02-21 13:42:08 +00:00
Emanuel Haupt
f9b77521fd Remove trailing whitespaces from category x11-wm 2014-02-21 13:40:33 +00:00
Emanuel Haupt
3258efa5b1 Remove trailing whitespaces from category x11-toolkits 2014-02-21 13:40:27 +00:00
Emanuel Haupt
3704b25f26 Remove trailing whitespaces from category x11-fonts 2014-02-21 13:40:22 +00:00
Emanuel Haupt
dc779e7c69 Remove trailing whitespaces from category x11-fm 2014-02-21 13:40:17 +00:00
Emanuel Haupt
f16c46fafa Remove trailing whitespaces from category x11-clocks 2014-02-21 13:40:13 +00:00
Emanuel Haupt
ee563546d6 Remove trailing whitespaces from category x11 2014-02-21 13:40:06 +00:00
Emanuel Haupt
cff8764726 Remove trailing whitespaces from category www 2014-02-21 13:39:57 +00:00
Emanuel Haupt
3e71c58204 Remove trailing whitespaces from category textproc 2014-02-21 13:39:48 +00:00