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

342965 Commits

Author SHA1 Message Date
Olli Hauer
ba212911e6 - add stage support 2014-07-19 12:05:17 +00:00
John Marino
266edca1d4 games/moonbuggy: Fix touching $HOME during build
It's not permissible for a port to touch $HOME during the build.  The
moon-buggy game does this during install to pre-create the high scores
file $HOME/.mbscores.

Moon-buggy creates two versions of high scores: One in $HOME and the
other in /var/games/moon-buggy.  This makes compliance tricky because
the high scores at /var/games needs to persist after the package is
uninstalled if the scores have changed.

To handle this, I moved scores creation to pkg-install script and also
created a "baseline" scores files so during pkg-deinstall it can be
determined if new high scores exist.  The complimentary pkg-deinstall
script will compare the current high-score file with the baseline. If
they are the same, both are removed along with /var/games/moon-buggy
folder which makes poudriere happy.

While here:
 * Remove the unnecessary NEED_ROOT
 * Remove the unnecessary setgid configure argument
 * use @owner, @group in pkg-plist instead
 * move CHMOD to post-install with BINMODE although @mode could have
   been used as well.

This work is covered by the "Just fix it" blanklet.
2014-07-19 12:02:54 +00:00
Henrik Brix Andersen
b3becdc09a - Update to v3.2.2
- Update libotr dependency to 4.x
- Strip the bitlbee binary
2014-07-19 11:45:08 +00:00
Thomas Zander
515694fafd - Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile

PR:		178457
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	mentors (implicit)
2014-07-19 11:25:10 +00:00
Tijl Coosemans
e2931c30dc Remove zombie patch that somehow came back in r362251 2014-07-19 11:22:06 +00:00
Olli Hauer
8802355646 - add stage support 2014-07-19 11:09:51 +00:00
Tijl Coosemans
a14d5f8d2d Remove libtool .la files from all Qt ports
Approvedy by:	kde (makc)
2014-07-19 11:09:00 +00:00
Johan van Selst
533234ab37 Update to XS-httpd 3.7 beta 30 2014-07-19 10:44:47 +00:00
Max Brazhnikov
b2f445d0d7 print/hplip-plugin:
- Take maintainership
- Make the port non-interactive, undeprecate
- Remove NO_PACKAGE, the port is already marked as RESTRICTED
- Remove now needless MAKE_ENV
2014-07-19 10:26:19 +00:00
Max Brazhnikov
48b69327f4 Remove needless MAKE_ENV 2014-07-19 10:25:16 +00:00
Sunpoet Po-Chuan Hsieh
a6223ca504 - Update to 1.1.1
Changes:	https://github.com/grosser/parallel/commits/master
2014-07-19 09:55:24 +00:00
Sunpoet Po-Chuan Hsieh
fea5ed8877 - Update to 0.046
Changes:	http://search.cpan.org/dist/Type-Tiny/Changes
		http://search.cpan.org/dist/Type-Tiny/NEWS
2014-07-19 09:47:13 +00:00
Sunpoet Po-Chuan Hsieh
4b7eb1822d - Add p5-Type-Tiny-XS 0.004
Type::Tiny::XS provides an XS boost for some of Type::Tiny's built-in type
constraints. Type::Tiny::XS is not required for Type::Tiny, but provides a speed
boost for some type checks if available.

WWW: http://search.cpan.org/dist/Type-Tiny-XS/
2014-07-19 09:47:06 +00:00
John Marino
4312e22098 x11-fonts/wqy: clean up pkg-plist after stage attempt 2014-07-19 09:31:02 +00:00
Gerald Pfeifer
a1401b4950 Update to the 20140716 snapshot of GCC 4.9.2 which is pretty close to
the upstream GCC 4.9.1 release.
2014-07-19 09:30:18 +00:00
Tijl Coosemans
c087465cf7 Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-19 09:24:50 +00:00
Sunpoet Po-Chuan Hsieh
92b6104e52 - Fix MASTER_SITES 2014-07-19 09:12:44 +00:00
John Marino
cdefe81bb2 chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINO 2014-07-19 08:59:56 +00:00
John Marino
f053d91c1a chinese/moettf: Unbreak, stage, restore public distfiles
This port was in bad shape!

1) It had a MASTER_SITES definition pointing to a FreeBSD mirror.  This
   was a circular dependency that broke when the "real" master site
   domain disappeared.  Fix this by hosting at LOCAL/MARINO

2) The kai-pc ttf font was never installed (always broken)

3) It broke (more) with recent chinese font work

4) It included makefile.tty by absolute ${PORTDIR} instead of
   correct ${.CURDIR}, which also unnecessarily required <pre>, <post>

5) It wasn't staged

So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR.  The post-install target is no longer needed, nor is the
pkg-plist file.
2014-07-19 08:47:58 +00:00
Vanilla I. Shu
a2a33d5199 Stagify. 2014-07-19 04:22:37 +00:00
Vanilla I. Shu
a331e8a771 Stagify. 2014-07-19 04:08:00 +00:00
Cy Schubert
3a787cbaa2 Use correct devd variable. 2014-07-19 03:00:43 +00:00
Vanilla I. Shu
10ca9a19a7 Stagify. 2014-07-19 01:41:15 +00:00
Rene Ladan
fb21d7a021 net-mgmt/zabbix2-server: update to 2.0.12
- use option helpers
- remove obsolete patch files and variables
- add UnixODBC support
- fix staging with JAVAGW enabled

PR:		191934
Submitted by:	maintainer <pakhom706@gmail.com>
2014-07-18 22:47:39 +00:00
Adam Weinberger
8fe686af7a Remove a superfluous "@mode" reset. 2014-07-18 22:39:29 +00:00
Adam Weinberger
2f4fa9ca04 Stage, and simplify, and clean up. 2014-07-18 22:37:47 +00:00
Rene Ladan
fe4b3dc548 net-mgmt/zabbix22-server: update to 2.2.4
PR:		191724
Submitted by:	maintainer <pakhom706@gmail.com>
2014-07-18 21:48:10 +00:00
Stephen Hurd
19c1daeb7e Fix TQSL issues when build with Clang (previous patches were not enough)
Update to 2.0.3
Add options for the extra (deprecated) command-line utilities

From ChangeLog.txt:
- Fix defect that doesn't allow adding station locations if only a single
  callsign certificate is installed.

Thanks Kenji!

PR:		ports/191871
2014-07-18 21:42:32 +00:00
Thierry Thomas
63976d8e0c Refresh to a current snapshot.
This is ~0.9.23.
2014-07-18 20:59:16 +00:00
Grzegorz Blach
2f59260919 - Update to 20140714 2014-07-18 20:52:44 +00:00
Grzegorz Blach
8fa4f90e95 - Update to 20130911
- Add LICENSE=MIT
2014-07-18 20:51:18 +00:00
Dirk Meyer
51d5807ab2 - cleanup r361950 2014-07-18 19:36:21 +00:00
Dirk Meyer
0ad79d03f2 - drop maintainership cause r361131 2014-07-18 19:30:26 +00:00
Dirk Meyer
b0a06b9cc8 - drop maintainership r361357 2014-07-18 19:26:25 +00:00
Yen-Ming Lee
9e14d85615 - disable X11 by default
- remove local.conf which is obsoleted
- properly stage
2014-07-18 18:41:53 +00:00
David Thiel
877bfb5b89 Forgot svn add of pkg-plist.
PR:		191900
Submitted by:	Allan Jude
2014-07-18 18:34:17 +00:00
Ryan Steinmetz
8a91ce938d - Fix MASTER_SITES to resolve fetch issue. 2014-07-18 18:18:05 +00:00
Ryan Steinmetz
3c877c9c38 New port: databases/p5-DBIx-Class-BitField:
This module is useful if you manage data which has a lot of on/off attributes
like active, inactive, deleted, important, etc. If you do not want to add an
extra column for each of those attributes you can easily specify them in one
integer column.

A bit field is a way to store multiple bit values on one integer field.

The main benefit from this module is that you can add additional attributes
to your result class whithout the need to deploy or change the schema on the
data base.

WWW: http://search.cpan.org/dist/DBIx-Class-BitField/
2014-07-18 17:54:31 +00:00
Dmitry Sivachenko
511c18e87f One more workaround for ancient version of commons-lang.jar. 2014-07-18 16:40:59 +00:00
Tim Bishop
6a624267f5 Fix startup script - ${CLIENTUSER} no longer exists. 2014-07-18 16:34:58 +00:00
Adam Weinberger
c87346f786 Unbreak build by setting MAKE_JOBS_UNSAFE. While here, use OPTIONS
helpers and @sample.
2014-07-18 16:31:49 +00:00
Renato Botelho
16eb61b9d9 Update to 1.4.11 2014-07-18 16:17:33 +00:00
Renato Botelho
c39281d12c Update compat10x port to include following libs:
. libhistory.so.8
. libreadline.so.8
. libsbuf.so.6
2014-07-18 16:16:20 +00:00
Adam Weinberger
611fae35fd Unbreak packaging by patching configure to put manpages into the
right directory.
2014-07-18 16:16:09 +00:00
Sunpoet Po-Chuan Hsieh
b46b8b7bb9 - Support STAGEDIR
Approved by:	portmgr (blanket)
2014-07-18 15:41:41 +00:00
Sunpoet Po-Chuan Hsieh
bbfcce26d7 - Fix build of ftp/curl-hiphop 2014-07-18 15:40:53 +00:00
Jun Kuriyama
a015e864e3 CGI::Session::Driver::memcache is a storage driver (only referred as
'driver' in CGI::Session lingo) for persisting CGI Sessions into a
fast memcached server.

WWW: http://search.cpan.org/dist/CGI-Session-Driver-memcached/
2014-07-18 15:19:10 +00:00
Vsevolod Stakhov
9b339576b8 Restore srs_alt support.
PR:		191950
Submitted by:	pi
2014-07-18 14:37:02 +00:00
Carlo Strub
00dbc9d394 Deprecate port as Freecode is not accepting submissions anymore 2014-07-18 14:28:34 +00:00
Guido Falsi
766637c905 - Strip binaries
- Convert to USES=libtool

PR:		191370
Submitted by:	tkato432@yahoo.com
2014-07-18 14:03:05 +00:00