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

305523 Commits

Author SHA1 Message Date
Andrej Zverev
66c886d546 - Convert to new perl order (fix build) 2013-07-31 10:14:47 +00:00
Andrej Zverev
f59911fc56 - Convert to new perl order
- replace post-patch with shebangfix
2013-07-31 10:11:09 +00:00
Baptiste Daroussin
89b7ae1d51 Convert to new perl order, add perl as patch dependency 2013-07-31 09:59:23 +00:00
Baptiste Daroussin
28a37ebbf8 Remove libbonobomm and libbonobouimm:
Both are unsupported upstream,
Both are broken with clang,
Both are not depended on in the ports tree

Approved by:	bland (maintainer)
2013-07-31 09:43:18 +00:00
Baptiste Daroussin
2b8d18d67c Convert to new perl order this fixes an undetermined fallout 2013-07-31 09:31:53 +00:00
Antoine Brodin
814a6997a0 yara-editor:
- bring in upstream fixes, including the fix for crash on 1st launch
- mark that it is not ready for python 3 yet
- no need to patch the shellbang, distutils do this already
2013-07-31 09:24:32 +00:00
Baptiste Daroussin
5c044ac97a Convert to new perl order this fixes an undetermined fallout 2013-07-31 09:24:23 +00:00
Frederic Culot
427f326676 - Update to 1.307
- Convert to new Uses/perl5.mk framework

Changes:	http://search.cpan.org/dist/Git-Repository/Changes
2013-07-31 09:21:56 +00:00
Alexey Dokuchaev
070ff6326a Minor, last-minute fixes missed in the previous commits. 2013-07-31 09:18:07 +00:00
Baptiste Daroussin
98a3426ada Convert to new perl order that fixes an undetermined fallout 2013-07-31 09:17:35 +00:00
Mathieu Arnold
f0bb0f1b50 Fixup build when using either GLIB or QT4.
Use the new bsd.options.mk knobs.

PR:		ports/180950
Submitted by:	mat
Approved by:	maintainer
2013-07-31 09:17:08 +00:00
Baptiste Daroussin
28d66b87c0 Fix p5-libapreq2 with new perl order
Use REINPLACE_CMD in post-patch instead of plain perl
2013-07-31 09:14:11 +00:00
Kevin Lo
76be59a06a Update to 5.0.9 2013-07-31 08:34:47 +00:00
Alexey Dokuchaev
f683aceac0 - Unbreak parallel (-jX) builds (have to use GNU make)
- Respect CC and CFLAGS in a less intrusive way
- Minor cleanups; remove dead WWW link from pkg-descr
2013-07-31 08:33:56 +00:00
Alexey Dokuchaev
07856ccb50 - Unbreak parallel (-jX) builds (have to use GNU make)
- Move USE* knobs earlier in Makefile, before OPTIONS
- Contract COMMAND and make it more readable while here
2013-07-31 08:13:51 +00:00
Jason Helfman
bdea2a4cfa xa is a high-speed, two-pass portable cross-assembler.
It understands mnemonics and generates code for:
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02) and the 65816.

WWW: http://www.floodgap.com/retrotech/xa/

PR:		ports/179021
Submitted by:	uffe@uffe.org
2013-07-31 07:45:04 +00:00
Alexey Dokuchaev
dd8b700f64 Try to properly fix parallel builds instead of marking port as -jX unsafe. 2013-07-31 07:43:53 +00:00
Alexey Dokuchaev
ed1050ad9c - Trim Makefile header, comment out dead MASTER_SITES
- Patch internal makefiles to allow parallel (-jX) builds
- Touch COMMENT and port description, remove dead URL
- Wrap one overly long line; miscellaneous port cleanups
2013-07-31 07:25:25 +00:00
Baptiste Daroussin
1b4b5c1568 Convert to new perl order 2013-07-31 07:23:26 +00:00
Baptiste Daroussin
758e1e6a77 Convert to new perl order,
Remove leading article in comment
USES=gmake
2013-07-31 07:22:11 +00:00
Baptiste Daroussin
bbc08b34be Typo 2013-07-31 07:19:05 +00:00
Jason Helfman
675b5a216a dxa65 is a disassembler for MOS 6502 and compatible CPUs
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02)

WWW: http://www.floodgap.com/retrotech/xa#dxa

PR:		ports/179030
Submitted by:	uffe@uffe.org
2013-07-31 07:11:46 +00:00
Baptiste Daroussin
8c55b12f72 Do not force perl as a patch and extract dependency each time the old form of USE_PERL5 is used
Speed boost make index and package builder order calculation

Reviewed by:	az
2013-07-31 06:57:22 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Baptiste Daroussin
c37aa810ab Convert my ports to the new perl order 2013-07-31 06:47:15 +00:00
Baptiste Daroussin
ad51948917 Document the new USE=perl5 2013-07-31 06:39:05 +00:00
Baptiste Daroussin
27b5677573 New USES= perl5
Deprecate and replaces bsd.perl.mk, it adds more consistency:
only USE_PERL5 is needed to define all expected behaviour.

USE_PERL5 accept the following arguments:
Version: like 5.14+
- configure (formerly PERL_CONFIGURE=yes)
- run (formerly USE_PERL5_RUN=yes)
- build (formerly USE_PERL5_BUILD=yes)
- patch (only use perl as a patch dependency)
- extract (only use perl as an extract dependency)
- modbuild (formerly PERL_MODBUILD)

It has the new
P5MAN{1,2,3,4,5,6,7,8} macros equivalent to MAN{1,....} but depending on the perl path.

Reviewed by:	az
Thanks to:	az
2013-07-31 06:29:25 +00:00
Alexey Dokuchaev
6d613e2879 - Fix parallel (-jX) builds, remove jobs unsafe mark
- Fix MASTER_SITES, define LICENSE (GPLv2)
- Improve COMMENT and port description, add WWW link
- Utilize newly added option helpers, sort the knobs
2013-07-31 05:36:33 +00:00
Bryan Drewery
e0822b98f2 - Update to checkin d7d7cd3
Changes:
  * Fixed FreeBSD version detection
2013-07-31 05:25:47 +00:00
Alexey Dokuchaev
012ea9678a - Fix parallel (-jX) builds, remove jobs unsafe mark
- Drop article from COMMENT, expand creator's name
2013-07-31 04:37:25 +00:00
Alexey Dokuchaev
2b825c8683 Fix couple of typos, inconsistent formatting, and use official X.Org spelling. 2013-07-31 02:23:14 +00:00
Alexey Dokuchaev
37346076f2 Spell Qt correctly; for Qt and KDE entries, put a space before version
number.  Remove trailing blanks at EOL while here.
2013-07-31 02:08:16 +00:00
Martin Matuska
c4c5ba73bb Update phoronix-test-suite to 4.6.1 2013-07-30 22:35:46 +00:00
Andrey A. Chernov
ed701e3452 Update to 2.03pre20 2013-07-30 20:57:59 +00:00
Martin Matuska
771646edd5 Update net/smbldap-tools to 0.9.10 2013-07-30 20:49:36 +00:00
Martin Matuska
238670dbaf Update audio/fdk-aac to 0.1.2 2013-07-30 20:45:38 +00:00
Martin Matuska
1f2cc02184 Update multimedia/ffmpeg1 to 1.2.2 2013-07-30 20:44:05 +00:00
Martin Matuska
28d666f2cd Update multimedia/orc to 0.4.17 2013-07-30 20:43:20 +00:00
Martin Matuska
d06941fa38 Update debootstrap to 1.0.53 2013-07-30 20:41:12 +00:00
David Naylor
38a645dfe9 Fix lang/pypy library detection.
The library detection orginally depended on sys.version however that
tends to change a lot and thus a more robust method is used based on
sys.pypy_version_info.

This fixes installation using distutils and corrects output from sysconfig.

Special thanks to Attila Nagy who reported the issue and tracked down
the root issue (allowing me to deliver a quick solution).

Reported by:	Attila Nagy <bra@fsn.hu>
2013-07-30 20:22:47 +00:00
Martin Matuska
6ae0b0d5ea Update c-icap-modules to 0.2.4 2013-07-30 20:20:40 +00:00
Martin Matuska
57c4d3fcd2 Update c-icap to 0.2.5 2013-07-30 20:14:27 +00:00
Olivier Duchateau
6d7f245a3d - Update to 1.0
- Trim Makefile header
- Update maintainer address
- Replace tab by space in WWW entry (pkg-descr)
2013-07-30 19:46:05 +00:00
Olivier Duchateau
b1e1ed5d69 - Update to 0.10.1
- Trim Makefile header
- Rewrite COMMENT entry (Makefile)
- Remove patch
- Replace tab by space in WWW entry (pkg-descr)
2013-07-30 19:39:19 +00:00
Carlo Strub
18ef5c5f0f Update to 0.13.0
PR:		ports/180357
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	maintainer (me)
2013-07-30 19:33:24 +00:00
Mikolaj Golub
45673e3917 Update to 1.5.0.
Since 1.5.0 swiftclient's setuptools have been using pbr thus adds pbr
dependancy.

The setup.py needs patching though to work correctly after merging
d2to1 into pbr 0.5.19.  Hope this is temporary and setup.py will be
updated upstream soon.

Approved by:	bdrewery
2013-07-30 19:33:16 +00:00
Olivier Duchateau
33179c4035 - Update to 0.9.3
- Trim Makefile header
- Convert to new option framework
- Sort pkg-plist file
- Remove patches

PR:		180853
Submitted by:	myself
Approved by:	moggie (maintainer)
2013-07-30 19:27:24 +00:00
Antoine Brodin
9ed1e705d8 Update python-registry to 0.2.5.1 2013-07-30 19:03:06 +00:00
Rene Ladan
0d75872258 Use clang from ports on FreeBSD < 9.2 to prevent
non-clickable links in tables.

While here remove no-op MAKE_JOBS_SAFE

Bump PORTREVISION
Submitted by:	George Liaskos
2013-07-30 18:33:19 +00:00
Steven Kreuzer
fbea7ab87e Adopt the port 2013-07-30 18:30:37 +00:00