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

336932 Commits

Author SHA1 Message Date
Martin Wilke
b03d1014c0 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
2014-06-01 09:49:18 +00:00
Martin Wilke
beb08c3436 - Stage support
- Convert xz to USES
2014-06-01 09:46:58 +00:00
Martin Wilke
153002b181 - Stage support 2014-06-01 09:46:33 +00:00
Martin Wilke
9ec350c490 - Stage support 2014-06-01 09:46:16 +00:00
Martin Wilke
318c2fe39f - Stage support 2014-06-01 09:46:01 +00:00
Martin Wilke
c73d867c23 - Stage support 2014-06-01 09:43:15 +00:00
Martin Wilke
bb62405ba1 - Stage support 2014-06-01 09:42:59 +00:00
Martin Wilke
0e9566f711 - Stage support 2014-06-01 09:42:41 +00:00
Martin Wilke
299caea4c6 - Stage support 2014-06-01 09:42:21 +00:00
Martin Wilke
c04d421619 - Stage support 2014-06-01 09:42:11 +00:00
Martin Wilke
248021246a - Stage support 2014-06-01 09:41:49 +00:00
Martin Wilke
99357069d1 - Stage support
- Drop 7X gruft
2014-06-01 09:41:14 +00:00
Martin Wilke
21a95579fd - Stage support
- Convert USE_BZIP2 to USES
2014-06-01 09:40:41 +00:00
Martin Wilke
353fa2f878 - Stage support 2014-06-01 09:40:19 +00:00
Martin Wilke
e7f2bf559c - Stage support 2014-06-01 09:40:10 +00:00
Olli Hauer
46e1755ca1 - add stage support 2014-06-01 09:34:52 +00:00
John Marino
de58a02313 devel/gwenhywfar: Fix on F10, F11, and DF
The newer platforms need explicit linking to libintl.so
2014-06-01 09:10:37 +00:00
Pawel Pekala
e7f6bc453c - Fix build on 10+ by respecting CC, CFLAGS
- Add staging support
- Convert to new options framework

MFH:		2014Q2
2014-06-01 09:07:52 +00:00
Antoine Brodin
030f1bf0af Remove a trailing backslash
With hat:	portmgr
2014-06-01 09:01:42 +00:00
Olli Hauer
b3f95b0e35 cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
2014-06-01 09:00:15 +00:00
Antoine Brodin
02fe5fe0cc Mark BROKEN: Dysfunctional
All ports depending on this one fail to build:
    devel/asdlgen
    devel/ml-doc
    devel/sml_tk
    math/isabelle
    textproc/sml-fxp

Reported by:	pkg-fallout
With hat:	portmgr
2014-06-01 09:00:05 +00:00
Olivier Duchateau
a08779fd1a - Remove some Xfce download mirrors (no longer available)
Approved by:	portmgr (antoine@)
2014-06-01 08:51:51 +00:00
Antoine Brodin
2f401f4fad Update to 20140414 2014-06-01 08:15:39 +00:00
Marcus von Appen
74c65ae602 - Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
2014-06-01 08:11:34 +00:00
Olli Hauer
b15c3597f5 - USE_BZIP2 -> USES=tar:bzip2 2014-06-01 08:08:51 +00:00
Antoine Brodin
2e34642c45 Mark a few unfetchable ports as BROKEN
With hat:	portmgr
2014-06-01 08:00:35 +00:00
Olli Hauer
73969bbf79 - fix sanity in CAT archivers
- USE_BZIP2   -> USES=tar:bzip2
 - LICENSE=BSD -> BSD[n]CLAUSE
2014-06-01 07:59:15 +00:00
John Marino
060db7b1f8 devel/tnt: use UNZIP_CMD instead of EXTRACT_CMD 2014-06-01 07:56:42 +00:00
John Marino
ce3b039d0d vietnamese/vis2u: Fix EXTRACT_AFTER_ARGS
The EXTRACT_AFTER_ARGS came after <bsd.port.mk>, and even if it were
to be merly moved, it likely still would not work.  This argument is
not additive due to use of conditional initialization.
2014-06-01 07:41:14 +00:00
Antoine Brodin
4125312295 - Update to 8.07.14 (and make fetchable again)
- Adjust LEGAL entry

PR:		ports/189704
Submitted by:	maintainer
2014-06-01 07:36:36 +00:00
John Marino
a77b07f63f mail/p5-IMAP-Sieve: Use TAR instead of EXTRACT_CMD 2014-06-01 07:35:46 +00:00
Marcus von Appen
d4cf0dcbcf - Update to version 10.1 2014-06-01 07:33:19 +00:00
John Marino
9bbc802c56 textproc/hunspell: Use TAR instead of UNZIP_CMD to remove infozip
When EXTRACT_CMD was removed, it was replace by UNZIP_CMD which required
a new dependency on infozip.  By using TAR to extract the zip archive
instead, that new dependency is no longer necessary.
2014-06-01 07:28:43 +00:00
Martin Wilke
4ee6cceaa7 - Stage support 2014-06-01 07:28:32 +00:00
Martin Wilke
b270ebcbbf - Stage support 2014-06-01 07:28:20 +00:00
John Marino
573352197c polish/hunspell: use TAR instead of EXTRACT_CMD
Currently UNZIP_CMD refers to infozip, so using TAR to extract the
embedded zip file to replace EXTRACT_CMD saves having to add infozip
as a dependency.
2014-06-01 07:26:33 +00:00
Martin Wilke
e1acca19ed - Stage support 2014-06-01 07:14:35 +00:00
John Marino
dd6901a9d7 textproc/s5: use TAR instead of EXTRACT_CMD
This actually changes the extract tool from /usr/bin/unzip to /usr/bin/tar
because UNZIP_CMD currently refers to $LOCALBASE/bin/unzip so using that
would require a new dependency on info.

To avoid adding a new dependency, just use TAR which works fine.
2014-06-01 07:12:37 +00:00
John Marino
ec15996c38 mail/thunderbird-18n: Explicitly use UNZIP_CMD instead of EXTRACT_CMD
This follows similar changes to firefox*-i18n and seamonkey-i18n.
2014-06-01 07:00:17 +00:00
Dmitry Sivachenko
c8c9367527 Update to version 2.0.5. 2014-06-01 06:12:13 +00:00
Ruslan Makhmatkhanov
9b7d484701 multimedia/gtk-recordmydesktop: support stage
- convert desktopfileutils to USES equivalent
- support stage
- bump PORTREVISION
2014-06-01 05:48:58 +00:00
Ruslan Makhmatkhanov
e03d4b913d misc/typetrainer: support stage
- do not use easy_install
- support stage
- bump PORTREVISION
2014-06-01 05:46:57 +00:00
Ruslan Makhmatkhanov
e2d37354a9 sysutils/py-zdaemon: support stage
- do not use easy_install
- support stage
- bump PORTREVISION
2014-06-01 05:46:02 +00:00
Ruslan Makhmatkhanov
0ae6207864 devel/py-boto: update to 2.29.1 2014-06-01 05:44:30 +00:00
Martin Wilke
39634fad50 - Stage support 2014-06-01 05:26:09 +00:00
Martin Wilke
7e88412314 - Stage support 2014-06-01 05:25:54 +00:00
Martin Wilke
3b7496c23f - Stage support 2014-06-01 05:25:42 +00:00
Martin Wilke
b0fe6f9448 - Stage support 2014-06-01 05:25:29 +00:00
Martin Wilke
2ad6b4f0c1 - Stage support 2014-06-01 05:25:21 +00:00
Martin Wilke
f869085edd - Stage support 2014-06-01 05:25:13 +00:00