1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

4211 Commits

Author SHA1 Message Date
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Bernhard Froehlich
0584205d76 - Fix panic at unload of vboxnetadp
- Bump PORTREVISION

PR:		ports/169565
Submitted by:	Thomas Eberhardt <sneakywumpus@googlemail.com>
Obtained from:	virtualbox r41199
2012-07-25 19:15:14 +00:00
Bernhard Froehlich
4136328e14 - Follow vm_contig_grow_cache() renaming to vm_pageout_grow_cache() in r238561
PR:		ports/170056
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
Thanks to:	alc, avg
2012-07-25 19:12:39 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Jun Kuriyama
068d76f9a2 - pkg-{descr,message} cosmetic changes.
- Don't do multiple (needless) copy of sys/* sources [1]

PR:		ports/168512 [1]
Submitted by:	Yasuhito FUTATSUKI <futatuki@bsdclub.org> [1]
2012-07-20 14:23:37 +00:00
Juergen Lock
22ed0bf0be - Update to 1.1.1, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html

- Rename CLANG workaround knob to CLANG_HACK to avoid it being
  inadvertently triggered by WITH_CLANG in make.conf etc.

- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
  1.1.1 distfile is in fact compressed with gzip not bzip2 despite
  the extension.

- Add preliminary arm-bsd-user support, this still will only run
  very simple executables like a static echo (the same as the rest
  of the bsd-user targets) due to lots of syscall handling still
  missing.  Help welcome there! :)
  This work was started by bapt and cognet, I fixed syscall arg
  passing (only the first four are passed in registers, the rest
  on the stack) as well as errno and carry handling at syscall
  return among other things and cleaned up cognet's version a bit.
  (The OpenBSD case is untested and probably wrong.) [1]
  Some notes in this post:

	http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html

Submitted by:	cognet [1] (initial version of the patch)
2012-07-19 20:15:43 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Armin Pirkovitsch
bb5944abea - Update to version 0.31
PR:           ports/169412
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:28:07 +00:00
Armin Pirkovitsch
b955182027 - Update to version 1.6.1
- Update WWW: line

PR:           ports/169411
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:27:33 +00:00
Gerald Pfeifer
4bb448ca11 Update to Wine 1.5.9. This includes the following changes:
- Support for GPOS font tables in Uniscribe.
 - Support for XRandr 1.2 and 1.3.
 - Parser improvements for the HLSL compiler.
 - Various bug fixes.

Remove ABI version numbers for all library dependencies.
2012-07-17 22:37:35 +00:00
Gabor Kovesdan
65a55114c1 - Update to 20120710 2012-07-16 09:18:42 +00:00
Gerald Pfeifer
0231102853 Adapt to the new options framework.
Reviewed by:	David Naylor <naylor.b.david@gmail.com>
2012-07-14 01:28:09 +00:00
Michael Scheidell
fd7ef396cd Addport: emulators/vtoolbox Provides effective control of virtual machines of VirtualBox
icon-external-link.png (virtualization solution) on a FreeBSD
headless server, published as free and open source software.

WWW: http://vboxtool.sourceforge.net

PR:		ports/169211
Submitted by:	pjm
2012-07-13 09:17:01 +00:00
Alex Kozlov
484901efca - Update to 1.6
PR:	ports/169746
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-12 12:39:46 +00:00
Gerald Pfeifer
8de1c0ae56 Update to Wine 1.5.8. This includes the following changes:
- More stream functionality in the C++ runtime.
 - A number of Windows Codecs improvements.
 - More WBEM classes and properties.
 - Some HTML Help fixes.
 - Support for printing fake italic fonts.
 - Various bug fixes.
2012-07-08 08:53:19 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Gerald Pfeifer
ac202d1226 Unconditionally prevent the detection of libinotify which currently
fails the build on FreeBSD.

PR:		168617
Reported by:	Barbara <barbara.xxx1975@libero.it>
2012-07-03 21:50:29 +00:00
Alex Kozlov
96acfc76ae - Remove unneeded wrapper from ${PREFIX}/bin
PR:	ports/169489
Submitted by:	Adrian Holota <holotaa@iem.pw.edu.pl>
Approved by:	Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
2012-07-03 17:41:29 +00:00
Steven Kreuzer
3e5eb05150 Imagine this nightmare scenario: your boss tells you about a legacy system you
have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded
6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502
emulator that works so well the squirrels will never know the difference.

WWW:    http://search.cpan.org/dist/Acme-6502/
2012-07-03 15:35:31 +00:00
Akinori MUSHA
d48b60ff76 Add SF to master sites.
PR:		ports/167514
Approved by:	maintainer timeout
2012-07-02 06:06:36 +00:00
Jason Helfman
cc3bc4ae35 - revert previous commit, index breakage
PR:	ports/169224
2012-07-01 23:43:40 +00:00
Jason Helfman
f7c6b7b0f8 - revert previous commit, index breakage
PR:	ports/169223
VS: ----------------------------------------------------------------------
2012-07-01 23:41:31 +00:00
Jason Helfman
0939ea8d31 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE

PR:     ports/169224
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
2012-07-01 23:08:51 +00:00
Jason Helfman
1bf5094f4c - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE

PR:	ports/169223
Submitted by:	jgh@
Approved by:	maintainer timeout ( 14 days )
2012-07-01 22:52:41 +00:00
Jason Helfman
46fc59f926 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR:	ports/169213
Submitted by:	jgh@
Approved by:	maintainer timeout ( 14 days )
2012-07-01 22:27:59 +00:00
Pawel Pekala
95e58e03cd Fix build with clang 2012-07-01 19:39:34 +00:00
Pawel Pekala
c64b43bfc8 - Fix build with clang
- Switch to PLIST_FILES for plist
2012-07-01 16:00:40 +00:00
Bernhard Froehlich
10d9e7caf3 - Update to 4.1.18 [1]
- Convert to OptionsNG [2]
- Install DEBUG symbols for kernel modules [1]

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
		bapt@ [2]
2012-06-30 07:21:54 +00:00
Steve Wills
7a7703967d - Try again 2012-06-29 02:06:31 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Gabor Kovesdan
46c7a5c517 - Update to 20120626 2012-06-28 08:24:19 +00:00
Juergen Lock
cabfb741f5 - Replace ALL_TARGETS knob by two new knobs, BSD_USER and X86_TARGETS
to allow only building x86 targets again.
- Add knob to enable the clang workaround, this is a knob to make sure
  users read about the disadvantages. (result is slow and less stable)
- No PORTREVISION bump as the default installed bits don't change.
2012-06-27 17:27:39 +00:00
Ganael LAPLANCHE
93b6ca8a1b Update to 1.9.92.r78288 2012-06-27 11:46:51 +00:00
Rene Ladan
aee3a56677 Make sure DOCS, NLS, and EXAMPLES are mentioned in OPTIONS_DEFINE if used. 2012-06-26 19:25:12 +00:00
Pietro Cerutti
53d4e5ffda - Restore src packages distinfo, inadvertently swept by my previous commit
Reported by:	bsam@
2012-06-26 11:56:55 +00:00
Pietro Cerutti
02903f4739 - Add gamin to linux_base (required by libgiofam, already part of the port)
- Bump PORTREVISION

Reviewed by:	emulation (netchild@)
Approved by:	emulation (netchild@)
2012-06-26 07:56:27 +00:00
Hiroki Sato
69f2c4c57e Add kld to CATEGORIES.
Submitted by:	Masaki TAGAWA
PR:		ports/169368
2012-06-25 10:53:29 +00:00
Sofian Brabez
c65cec3244 - Update to 0.8.2
- Convert to OptionsNG
- Remove non needed patches

PR:		ports/167339
Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
2012-06-25 10:32:51 +00:00
Alex Kozlov
61ccb75449 - Convert to optionsNG
- Pet portlint
- Remove pkg-plist from security/dropbear

Approved by:	eadler (mentor)
2012-06-25 04:15:50 +00:00
Gerald Pfeifer
85eb69f273 Update to Wine 1.5.7. This includes the following changes:
- New version of the Gecko engine based on Firefox 13.
 - Dynamic device support with UDisks2.
 - More stream classes implemented in the C++ runtime.
 - Support for metadata in TIFF files.
 - Fleshed out WBEM implementation.
 - Improved support for printer paper sizes.
 - Various bug fixes.
2012-06-23 14:45:02 +00:00
Wesley Shields
b19a109f0d Fix RUN_DEPENDS.
Add LICENSE.
Switch to PLIST_FILES.

PR:		ports/168937
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
2012-06-22 01:49:00 +00:00
Juergen Lock
bae371eefc - Fix build after texi2html grew a new arg so -number became ambigious. [1]
- Remove double quotes from *_DESC now that make showconfig no longer
  needs them.

Submitted by:	pointyhat via linimon and pav [1]
2012-06-19 16:19:16 +00:00
Gerald Pfeifer
abca9ee880 Update to Wine 1.5.6. This includes the following changes:
- Control panel applet for joysticks.
 - Device bitmap rendering now done through the DIB engine.
 - Support for video rendering through DirectX (VMR-9).
 - First steps towards a D3D shader compiler.
 - Various bug fixes.

Submitted by:	David Naylor <naylor.b.david@gmail.com>
2012-06-17 23:31:48 +00:00
Baptiste Daroussin
1ba457a9bb revert the logic of docs option
Reported by:	pointyhat (linimon)
2012-06-17 22:03:41 +00:00
Sylvio Cesar Teixeira
88e9c0c675 - Update to version 0.146
PR:		ports/168998
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:23:48 +00:00
Sylvio Cesar Teixeira
9619a6d287 - Update to version 0.36
PR:		ports/169000
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:19:01 +00:00
Sylvio Cesar Teixeira
67a69bd51d - Update to version 0.146
PR:		ports/168999
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:12:22 +00:00
Juergen Lock
a120c6a205 Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
2012-06-16 15:28:45 +00:00
Gerald Pfeifer
a6e3173752 Update to the stable Wine 1.4.1 release. This includes
- Translation updates.
 - Various bug fixes.
2012-06-16 05:28:30 +00:00