Commit graph

14395 commits

Author SHA1 Message Date
Vanilla I. Shu
47d5088c99 1: Stagify.
2: move post-install messages to pkg-message.

Approved by:	portmgr@
2014-06-15 14:10:09 +00:00
Vanilla I. Shu
6ddbb15911 1: Stagify.
2: add depends to perl5.

Approved by:	portmgr@
2014-06-15 14:04:12 +00:00
Vanilla I. Shu
4776a244d5 1: Stagify.
2: switch to tar:bzip2

Approved by:	portmgr@
2014-06-15 10:03:38 +00:00
Vanilla I. Shu
3ad49071cb 1: Stagify.
2: fix build with clang.

Approved by:	portmgr@
2014-06-15 09:54:16 +00:00
Vanilla I. Shu
c79aba96f1 Stagify.
Approved by:	portmgr@
2014-06-15 09:45:21 +00:00
Rusmir Dusko
18f3cc7038 - Update to 0.1.r765 2014-06-15 08:58:29 +00:00
Martin Wilke
cfeeb55b15 - Update to 20140614
PR:		191031
2014-06-15 08:44:16 +00:00
Rusmir Dusko
47806589c2 games/arkanoidsb
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes

games/magicmaze

- Mastersite disappeared, mirror on my SF site
- Transfer maintainership to games@ team
- Change WWW to WayBack

games/sdl_jewels

- Transfer maintainership to games@ team

games/sdl_lopan

- Transfer maintainership to games@ team

games/secrettower

- Transfer maintainership to games@ team

games/super_mario_bros_python

- Transfer maintainership to games@ team

games/xvier

- Transfer maintainership to games@ team
2014-06-14 15:15:06 +00:00
Oliver Lehmann
c0395cb1d4 fix build by defining TOLUAXX_CMD on my own 2014-06-14 10:48:12 +00:00
Danilo Egea Gondolfo
6d3ee48953 - Update MAINTAINER email
- Add LICENSE
- Add stage support
- Add a desktop entry
- Improve WWW

PR:		ports/191000
Submitted by:	Benjamin Lutz <mail@maxlor.com>
2014-06-14 01:00:58 +00:00
John Marino
efcec66ca4 games/japanese: quit: Stage support and change maintainers
Pass maintainership to submitter, the listed maintainer hasn't been
active since 2005.  The slave port wasn't maintained.

PR:		190874
Submitted by:	Koichiro IWAO
2014-06-13 22:15:18 +00:00
Danilo Egea Gondolfo
a01642922d - Update MASTER_SITES
- Remove BROKEN
- Pass maintainership to submitter
- Add stage support
- Improve WWW

PR:		ports/190986
Submitted by:	craig001@lerwick.hopto.org
2014-06-13 15:22:27 +00:00
Jimmy Olgeni
5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Oliver Lehmann
ba9f381a1d STAGEify 2014-06-12 11:49:55 +00:00
Alexey Dokuchaev
458e2b1076 - Update OpenTTD to version 1.4.1 which fixes a regression with the order
of how some packets are sent to the admin port
- Add another mirror (per http://devs.openttd.org/~truebrain/mirror.txt)
- Remove trivial files/liblzma.pc and handle liblzma the same way as zlib
  and lzo2; this also allows to simplify `post-patch' target
2014-06-12 06:06:27 +00:00
Oliver Lehmann
b0f5f45793 STAGEify 2014-06-11 20:07:20 +00:00
Thierry Thomas
0ac68f2c94 Unbreak. 2014-06-11 19:50:18 +00:00
Antoine Brodin
99fdbb800a Update to 1.2.2
PR:		ports/190619
Submitted by:	maintainer
2014-06-11 19:32:48 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Antoine Brodin
d509639325 Add explicit dependency on glu 2014-06-11 18:15:40 +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
John Marino
fac4ecc6a6 games/xlogical: stage support and unbreak on F10+
This port needed a lot more help than the PR indicated:
 * Full stage support
 * DESTDIR had to be patched in, there was only a placeholder
 * It didn't build on clang because there was no header for rand function
 * Almost very patch had DOS carriage returns (stripped)
 * Needed USES+=dos2unix so patches apply (caused revbump)
 * NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS
 * post-extract target was muted, as is the norm
 * Previous install patches reworked to fit STAGE support better

The PR updated:
 * Use of autotools
 * conversion of USE_GMAKE and USE_BZIP2 was done previously
 * GPLv2 license was added

PR:		188798
Submitted by:	maintainer (Aaron Baugher)
Rest by:	marino
2014-06-10 20:49:51 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Dmitry Marakasov
ff48c35ae0 - Install desktop entry and an icon
Submitted by:	Kevin Zheng <kevinz5000 at gmail dot com>
2014-06-10 12:09:22 +00:00
Alexey Dokuchaev
b8ba0aab09 Stagify the port; fix Makefile header. 2014-06-10 06:31:31 +00:00
Akinori MUSHA
bab0b62d7b Manpage conflicts with nethack have been resolved, for which bump PORTREVISION. 2014-06-10 05:28:58 +00:00
Akinori MUSHA
c17e0bbeb7 Add staging support and remove NO_STAGEDIR.
Legacy pkg_tools support may have been broken.
2014-06-10 05:27:47 +00:00
Bryan Drewery
bf7523a44f - Prevent detection of XDG which causes files to be installed incorrectly
- Stop removing directories owned by dependencies

PR:		190198
Submitted by:	shurd@sasktel.net (based on)
2014-06-10 05:14:39 +00:00
Warner Losh
05787bce7b Update seahaven to staged build. 2014-06-10 04:49:09 +00:00
Greg Lewis
382844150f . Support staging. 2014-06-10 03:22:23 +00:00
Dmitry Marakasov
f1ea397368 - Update to 1.3.2 2014-06-10 01:27:29 +00:00
Bryan Drewery
eb65bb80c8 - Fix build as user
- Stop removing directories owned by dependencies

PR:		190198
Submitted by:	shurd@sasktel.net
2014-06-09 17:07:56 +00:00
Dmitry Marakasov
baf4b56116 - Stagify
- Use new LIB_DEPENDS syntax
- Convert USE_BZIP2 to USES
- Take maintainership (1)

Submitted by:	maintainer via irc (1)
2014-06-09 16:37:18 +00:00
Antoine Brodin
1d4c666927 Unbreak
With hat:	portmgr
2014-06-09 14:52:55 +00:00
Baptiste Daroussin
3548e32481 reassign it to the heap.
Submitted by:	maintainer
With hat:	portmgr
2014-06-09 11:10:54 +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
Joe Marcus Clarke
dbf29bba50 Convert to STAGE and modernize a bit. 2014-06-08 06:42:53 +00:00
Vanilla I. Shu
16d6ff10c3 1: Stagify.
2: due pkg-plist changed, bump version.
2014-06-08 03:36:08 +00:00
Vanilla I. Shu
fb6dfb7a37 1: Stagify.
2: fix compile with clang.
2014-06-08 03:29:15 +00:00
Vanilla I. Shu
a4ebe4cba9 1: Stagify.
2: convert to new LIB_DEPENDS format.
2014-06-08 03:25:44 +00:00
Vanilla I. Shu
55e9152176 1: Stagify.
2: use @sample on pkg-plist.
3: bump version.
2014-06-08 03:11:56 +00:00
Mikhail Teterin
349b0bbd0a Uncondemn by adding patches to appease new C++ compilers
(tested against GNU 4.8 and clang 3.4). Add support for staging.

While here, change vegastrike to build against the existing
boost.

While here, rearrange vegastrike-data to extract directly to
${STAGEDIR}${DATADIR} -- saving one round of data-writing.
2014-06-07 23:30:50 +00:00
Vanilla I. Shu
6711080e4a Stagify. 2014-06-07 15:50:18 +00:00
Vanilla I. Shu
1a177ca342 Stagify.
Approved by:	portmgr@
2014-06-07 15:44:40 +00:00
Vanilla I. Shu
44f5269a26 Stagify. 2014-06-07 15:38:48 +00:00
Vanilla I. Shu
be929c7f8a Stagify.
Approved by:	portmgr@
2014-06-07 15:31:34 +00:00
Vanilla I. Shu
fb67c0e0e0 Stagify. 2014-06-07 15:21:02 +00:00
Vanilla I. Shu
83c087fa02 Stagify. 2014-06-07 15:18:10 +00:00
Barbara Guida
512624352b Fix startup script for NVIDIA_GL setting a working __GL_ExtensionStringVersion. 2014-06-07 12:02:17 +00:00
Barbara Guida
4e9b9a9078 - Take maintainership
- Fix LEGAL
2014-06-07 11:44:03 +00:00