1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

5027 Commits

Author SHA1 Message Date
Dmitry Marakasov
2c9fc2bc62 - Switch emulators/libspectrum to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-27 08:58:00 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Antoine Brodin
3ee9c91394 Allow to build with texinfo from ports 2014-06-25 21:51:15 +00:00
Alexander Nedotsukov
6e1f5a5663 Support staging. 2014-06-25 14:42:07 +00:00
Baptiste Daroussin
698f728a34 Fix build on system built WITHOUT_INFO
With hat:	portmgr
2014-06-25 08:58:09 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Alex Kozlov
3e3a8c925a - Remove empty files and directories 2014-06-24 12:29:20 +00:00
Juergen Lock
d0d1c5fea9 - Fix bsd-user default TARGET_SIGINFO handling.
- Bump PORTREVISION.

Reported by:	sbruno
2014-06-22 11:05:29 +00:00
David Naylor
e22b18e5b5 Update i386-wine-devel to 1.7.20. 2014-06-21 16:54:28 +00:00
John Marino
1dcf992440 emulators/visualboyadvance-m: Upgrade version r1001 => r1231
Improvements:
  * Add Link support
  * Add Lirc support
  * Patch SDL interface (thanks dennylin93)
  * Several new translations
  * Many small fixes to various titles

PR:		189647
Submitted by:	maintainer (Nicole Reid)
2014-06-20 10:20:17 +00:00
Juergen Lock
5c9705912b Restore fbsd:nokeywords property on files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 lost by psvn ci. 2014-06-19 19:00:30 +00:00
Juergen Lock
543422a3dc - Fix FIODGNAME ioctl.
- Bump PORTREVISION.

Submitted by:	kan
2014-06-19 18:46:32 +00:00
Martin Wilke
fcad3a1b97 - Update to 2.6.5
PR:		190897
2014-06-18 07:37:32 +00:00
Rusmir Dusko
dd3adcb19b These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

audio/portaudio

- Pass maintainership to koalative at gmail.com

audio/portaudio2

- Pass maintainership to koalative at gmail.com

deskutils/parcellite

- Pass maintainership to koalative at gmail.com

devel/allegro

- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com

devel/allegro-devel

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

emulators/q4wine

- Remove not needed linie
- Pass maintainership to koalative at gmail.com

emulators/swine

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

finance/venice

- Pass maintainership to koalative at gmail.com

graphics/glfw

- Pass maintainership to koalative at gmail.com

graphics/glfw2

- Pass maintainership to koalative at gmail.com

graphics/xsane

- Pass maintainership to koalative at gmail.com

textproc/loook

- Pass maintainership to koalative at gmail.com
2014-06-16 21:03:57 +00:00
Gerald Pfeifer
0ece503936 Update to Wine 1.7.20. This includes the following changes:
- X11 drag & drop fixes.
 - A few more C/C++ runtime functions.
 - Fixes for various memory issues found by Valgrind.
 - Some OLE storage fixes.
 - Various bug fixes.
2014-06-15 15:16:36 +00:00
Martin Wilke
76f311c8ee - Add backup mirror
PR:		191012
2014-06-15 09:18:48 +00:00
Juergen Lock
3d81fef84c - Fix bsd-user x86_64 target failing with stk mmap: Invalid argument .
- Bump PORTREVISION.

Reported by:	sbruno
2014-06-12 19:34:06 +00:00
John Marino
3c67b90bc0 emulators/dynagen: Add stage support
In addition:
  * Update maintainer address
  * minor tweaks

PR:		190923
submitted by:	maintainer (Pavel Volkoy)
2014-06-11 16:38:50 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Philippe Audeoud
e9a5ed6ce0 - Update to 0.8.6
- Add stage support

PR:		190867
Submitted by:	maintainer
2014-06-11 13:41:01 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Danilo Egea Gondolfo
dd176849e8 - Fix build with clang
- Use options helpers

PR:		ports/190852
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2014-06-10 04:09:40 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
John Marino
754d0da771 emulators/vmsbackup: Unbreak on F9+
This port really does require infozip, the base unzip fails to
extract with the message, "Invalid central directory signature".
/usr/bin/tar also fails with a similar message.

This source file only needed a couple of minor fixes to build again.
Passes Redports 8x
2014-06-05 19:02:33 +00:00
Carlo Strub
bdc6f5d9a6 Back to pool
PR:		190334
Submitted by:	shurd@sasktel.net (maintainer)
2014-06-03 20:26:02 +00:00
Dmitry Marakasov
1f9444e0f6 - Add USES=libtool
- Strip binaries
2014-06-03 00:40:13 +00:00
Michael Gmelin
9a6bd32c1f Stagify
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-02 17:28:16 +00:00
Michael Gmelin
f26899ecee Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-02 17:26:45 +00:00
Michael Gmelin
38d20a0c22 Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 17:24:23 +00:00
Michael Gmelin
9d8e3d3114 Stagify.
Note that this won't fix the port to build on 10 or 11.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 17:06:55 +00:00
Michael Gmelin
7a2a42a09a Stagify. Small fixes while being there.
The port doesn't build with std=c++11. Even though it's
an upstream problem, the maintainer might want to
look into fixing this.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:39:41 +00:00
Michael Gmelin
29e157d1dd Stagify.
Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:37:23 +00:00
Michael Gmelin
879cf33fd3 Stagify port, change USES_BZIP2 to new USES syntax.
The original master site www.amigaemulator.org is not
available anymore, the only available source was an
amiga forum called http://www.amigaemuboard.net, so
it lives on freefall now.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
2014-06-01 16:27:59 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Alex Kozlov
3dfb17425b - Update to 3.1.0
- Support STAGEDIR
- Convert to OptionsNG
- Convert to new LIB_DEPENDS syntax
- Add license
- Pass maintainership to submitter

PR:	ports/190392
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (new maintainer)
2014-05-30 19:37:57 +00:00
Jung-uk Kim
9b415edf29 - Fix plist when both PYTHON and WEBSERVICE options are disabled. [1]
- Build and install correctly when DEBUG option is enabled. [2]

Reported by:	Mike Jakubik <mike.jakubik@intertainservices.com> [1]
PR:		ports/190227 [1]
Reported by:	Ron Thomas <ron@vopenhouse.ca> [2]
Tested by:	Ron Thomas <ron@vopenhouse.ca> [2]
2014-05-29 19:18:03 +00:00
Baptiste Daroussin
5a740d7970 Fix lua option 2014-05-26 16:35:58 +00:00
Martin Wilke
4de7d44a79 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 13:13:46 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
David Naylor
7dbb2d553f Update emulators/i386-wine-devel to 1.7.19. 2014-05-24 06:56:11 +00:00
Jung-uk Kim
4fa6babaec Remove an unnecessary change sneaked in the previous commit. 2014-05-23 23:48:13 +00:00
Jung-uk Kim
0a5a8db8c6 - Compile Python sources before installation. This fixes stage-qa. [1]
- Create symbolic links to SDK directory.

Reported by:	bar, nox [1]
2014-05-23 23:45:23 +00:00
Jung-uk Kim
c17a40b1a9 Remove cruft from r350637. The patches requiring the hack was removed in
the previous commit (r354896) because the problem was fixed in 4.3.12:

https://www.virtualbox.org/changeset/50940/vbox
2014-05-23 20:08:19 +00:00
Jung-uk Kim
f40b7d81d5 Update to 4.3.12. 2014-05-22 23:10:51 +00:00
Martin Wilke
e39ddea615 - Update depdendency
PR:		189570
Submitted by:	"Charlie &" <root@tomse.dk>
Approved by:	maintainer
2014-05-21 08:12:26 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Juergen Lock
d4b92c1491 Pet check-plist. (I thought this was fixed by r354246 but looks like
that commit only handles the pkgng case not pkg_*...)

Submitted by:	jenkins via swills
2014-05-20 15:57:31 +00:00
Juergen Lock
6f2df1132f Add new slave port emulators/qemu-user-static:
QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
    * User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.

This is a slave port of emulators/qemu-devel to build only static
bsd-user targets named like qemu-mips-static.  While still being
experimental people have already built quite a few armv6/mips/mips64
packages using these and e.g. poudriere.  Some notes are also here:

	http://wiki.freebsd.org/QemuUserModeHowTo

WWW: http://wiki.qemu.org/Main_Page

Suggested by:	bapt
2014-05-19 17:12:58 +00:00
Martin Wilke
0f55b5a122 - Update to 2.7
- Update pkg-descr

PR:		188142
Submitted by:	ports fury
2014-05-19 07:50:03 +00:00