Commit Graph

312145 Commits

Author SHA1 Message Date
Dmitry Marakasov
adfe9b6757 - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
2013-10-17 23:51:12 +00:00
Dmitry Marakasov
05b6f459ba - Support staging 2013-10-17 23:51:02 +00:00
Rusmir Dusko
9c139fb080 The goal of the game is to reach the highest possible score. You get a limited
number of pipes on each level and need to combine them to lead the water from
the house at the top of the screen to the storage tank at the bottom. For each
pipe water goes through, you get 20 points and if you fill the cross-pipe both
ways, you get 60 points. At end of each level, you are awarded depending on the
skill level:

  * Beginner: 100 points
  * Toolman: 100 points + number of pipes remaining
  * Master plumber: 100 points + 2 x number of pipes remaining

Some of the levels also have obstacles where you cannot place pipes. The game
is playable with joystick/joypad: just move it and press buttons when you go to
Options -> Configure controls

WWW: http://home.gna.org/vodovod/

PR:		ports/173881
Submitted by:	nemysis (self)
Approved by:	pawel (mentor)
2013-10-17 23:36:50 +00:00
Matthias Andree
3c1e8025be Upgrade to rc4, changes over rc3 (-: removed, +: added)
REVERT:     Add --force-fast-ra option. Another thanks to Uwe Schindler.

NEW:
+	    Update Spanish transalation. Thanks to Vicente Soriano.
+	    Add --ra-param option. Thanks to Vladislav Grishenko for
+	    inspiration on this.
+	    Add --add-subnet configuration, to tell upstream DNS
+	    servers where the original client is. Thanks to DNSthingy
+	    for sponsoring this feature.
+	    Add --quiet-dhcp, --quiet-dhcp6 and --quiet-ra. Thanks to
+	    Kevin Darbyshire-Bryant for the initial patch.
+	    Allow A/AAAA records created by --interface-name to be the
+	    target of --cname. Thanks to Hadmut Danisch for the
+	    suggestion.
+	    Avoid treating a --dhcp-host which has an IPv6 address
+	    as eligable for use with DHCPv4 on the grounds that it has
+	    no address, and vice-versa. Thanks to Yury Konovalov for
+	    spotting the problem.
+	    Do a better job caching dangling CNAMEs. Thanks to Yves
+	    Dorfsman for spotting the problem.

Fix shebang lines of two Perl scripts.
2013-10-17 23:24:21 +00:00
William Grzybowski
1c0ceb76b1 multimedia/ffmpeg2: fix PROVIDE
- Fix PROVIDE (Forgot in last commit)

Reported by:	olgeni
2013-10-17 22:54:53 +00:00
William Grzybowski
3744e1ef0b multimedia/ffmpeg2: fix references to ffserver
- Fix references to ffserver

Reported by:	olgeni
2013-10-17 22:53:58 +00:00
Palle Girgensohn
262b327fbe Deprecate port and prepare for removal.
It has not been maintained upstreams for 10+ years.
Approved by: pgsql@
With hat:    pgsql@
2013-10-17 22:11:02 +00:00
Brooks Davis
8562d13780 Sigh, fix yet another plist bug.
Reported by:	marino
2013-10-17 22:03:59 +00:00
Pav Lucistnik
c833bc4fbf - Update to 2013-10-13
Submitted by:	gleb (maintainer)
2013-10-17 22:00:33 +00:00
Carlo Strub
34fc8abfa8 - Support stagedir
- Remove leading article in COMMENT
- Fix typo in pkg-descr
2013-10-17 21:46:25 +00:00
Carlo Strub
cd2aad06f7 - Update to 2.6
- use stagedir
2013-10-17 21:44:41 +00:00
Dmitry Sivachenko
3036b28ab6 Remove extra $${name}_flags from command_args, it will be automatically appended
by rc.subr.

Submitted by:	Gennady Karpov <gekar@yandex-team.ru>
2013-10-17 21:40:19 +00:00
Carlo Strub
3ea4a932ac - Back to pool
- Remove leading article in COMMENT
2013-10-17 21:31:24 +00:00
Olli Hauer
6133a81319 - fix dependency
- add stage support
- bump PORTREVISION
2013-10-17 21:26:22 +00:00
Guido Falsi
121a1c7c22 - Convert to staging
- Convert to new LIB_DEPENDS format
- Don't duplicate lib depends with build depends
- Use space for WWW line in pkg-descr
2013-10-17 21:09:19 +00:00
Veniamin Gvozdikov
7dd0cac168 - Fixed build with clang
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-17 21:08:19 +00:00
Guido Falsi
3cca26e766 - Convert to staging 2013-10-17 21:08:02 +00:00
Boris Samorodov
acde304b6e . update to version 7.2d;
. organize as master and slave ports;
. while I'm here: support stage.

PR:		ports/175590  [1]
		ports/176011  [2]
		ports/176716  [3]

Submitted by:	KATO Tsuguru <tkato432@yahoo.com>    [1]
		Vitaly Magerya <vmagerya@gmail.com>  [2]
		Hirohisa Yamaguchi <umq@ueo.co.jp>   [3]
2013-10-17 20:53:58 +00:00
Thomas Abthorpe
4668396ea4 - Update to 3.9
PR:		ports/182856
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-10-17 20:35:26 +00:00
Rusmir Dusko
d72c155bfe - Change Makefile header
- Bump PORTREVISION
- Change master sites, use supplied icons
- Recreate tarball, new GH_COMMIT
- Change maintainer email to @FreeBSD.org
- USES gmake iconv
- Support STAGEDIR
- Add DOCS Option
- Change REINPLACE_CMD, fix build with Clang
- Mute dir install
- Change WWW
- Use pkg-plist instead of PLIST_FILES and PLIST_DIRS

Approved by:	pawel (mentor)
2013-10-17 20:25:25 +00:00
Olli Hauer
d8405967b3 - fix RUN_DEPENDS 2013-10-17 20:03:24 +00:00
Rusmir Dusko
a0fc962013 - Update to 0.8.4
- Change Makefile header
- Remove DIST_SUBDIR
- Change maintainer email to @FreeBSD.org
- USES gmake
- Change Desktop entry file
- Add DOCS Option
- Mute dir install and others

Approved by:	pawel (mentor)
2013-10-17 19:46:56 +00:00
Olli Hauer
d47863652e - adjust include path 2013-10-17 19:45:34 +00:00
Olli Hauer
de51be0645 - update to latest release [1]
- use PKGNAMESUFFIX instead LATEST_LINK
- whitespace cleanup
- svn mv */bugzilla to */bugzilla40
- add vuxml entry

4.4.1, 4.2.7, and 4.0.11 Security Advisory
Wednesday Oct 16th, 2013

Summary
=======

Bugzilla is a Web-based bug-tracking system used by a large number of
software projects. The following security issues have been discovered
in Bugzilla:

* A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only
  can lead to a bug being edited without the user consent.

* A CSRF vulnerability in attachment.cgi can lead to an attachment
  being edited without the user consent.

* Several unfiltered parameters when editing flagtypes can lead to XSS.

* Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered
  field values in tabular reports can lead to XSS.

All affected installations are encouraged to upgrade as soon as
possible.

[1]  even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend

Security:	vid e135f0c9-375f-11e3-80b7-20cf30e32f6d
		CVE-2013-1733
		CVE-2013-1734
		CVE-2013-1742
		CVE-2013-1743
2013-10-17 19:35:22 +00:00
Raphael Kubo da Costa
ffc964c93f Properly support staging after r330463.
Submitted by:	antoine@
2013-10-17 19:22:58 +00:00
Brooks Davis
492a3f7281 Fix unnecessicary and sometimes wrong RUN_DEPENDS on lang/gcc.
Reported by:	marino
2013-10-17 18:57:57 +00:00
Max Brazhnikov
1771db1b3e - Add dependency on pkgconfig when building with cairo support [1]
- Support staging
- Use option helpers

Reported by:	Andreas Nilsson via mail [1]
2013-10-17 18:49:09 +00:00
Danilo Egea Gondolfo
e8261f4517 - Update from 0.5.4 to 0.5.5
- Pass maintainership to submitter
- Add stage support

PR:		ports/183049
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
2013-10-17 18:21:55 +00:00
Wesley Shields
bfe28d33f8 Update to 1.8.4.1.
Among other things, this fixes git rebase.

https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.1.txt

PR:		ports/183027
Submitted by:	olgeni@
2013-10-17 18:06:40 +00:00
Danilo Egea Gondolfo
7d1e04c08a - Add stage support
- Use options helpers
- Fix a problem when PYTHON and BUNDLED_READLINE options are active

PR:		ports/183048
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
2013-10-17 17:59:36 +00:00
Tijl Coosemans
9674cdcd35 Remove audio/akode*. This was part of KDE 3.x.
PR:		ports/182283
Approved by:	Scot Hetzel <swhetzel@gmail.com> (maintainer)
2013-10-17 17:28:19 +00:00
Danilo Egea Gondolfo
23ab45700b - Disable SSE if arch != amd64
Reported by:	tijl
2013-10-17 17:14:24 +00:00
Veniamin Gvozdikov
28a776d857 - Fixed build with clang
Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-17 17:13:37 +00:00
Olli Hauer
36675e166c - fix INDEX building s/)/}/
Approved by:	hrs@ (implicit)
2013-10-17 16:47:58 +00:00
Antoine Brodin
60e079a05c Fix staging to rubygems
Approved by:	portmgr (bapt)
2013-10-17 16:45:07 +00:00
Antoine Brodin
c6cbc6c83f Update to alpha-20131015 2013-10-17 16:20:41 +00:00
Antoine Brodin
48cf1fd869 Update to alpha-20131015 2013-10-17 16:18:10 +00:00
Antoine Brodin
20ac1866f3 Fix plist
Bump PORTREVISION for package change
2013-10-17 16:15:14 +00:00
Tim Bishop
4e207b09be - Update to 2.18 [1]
- Add stage support

Submitted by:	Andre Heider <a.heider@gmail.com> [1]
2013-10-17 15:54:33 +00:00
Antoine Brodin
abe13334de Add missing man pages to the plist
Approved by:	multimedia (bapt)
2013-10-17 15:51:25 +00:00
Bryan Drewery
01ffd48562 - Update to checkin ab7af29666
Changes:
  * pkgclean: Detect and cleanup duplicated packages due to PKGNAME
    renaming
  * Misc typo fixes
  * ports -m git
    - Use --depth=1 to not download all history for the repository.
    - Support -v to show output
2013-10-17 15:30:58 +00:00
Brooks Davis
cc406a3642 Only depend on one version of GCC. [1]
Switch to USES=gmake.
STAGIFY.
Don't try to build when the default compiler uses libc++.
Initiate deorbit burn sequence.

Submitted by:	John Marino <freebsd@marino.st> [1]
2013-10-17 14:55:33 +00:00
Bernhard Froehlich
ce90ab1fc4 - Update to 2.13.0
- Add staging support
2013-10-17 14:52:37 +00:00
William Grzybowski
df0a262aee sysutils/gdisk: update to 0.8.8
- Update to 0.8.8
- Allow staging
2013-10-17 14:52:10 +00:00
Danilo Egea Gondolfo
7fd1eae8b8 - Disable SSE if the arch is powerpc [1]
- Add stage support
- Use options helpers

PR:		ports/182986
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer) [1]
2013-10-17 14:30:19 +00:00
Brooks Davis
297943c5e2 Correct a plist bug that crept in at the end of testing.
Reported by:	mat
Pointy hat:	brooks (still figuring out the details of this stage thing...)
2013-10-17 13:54:53 +00:00
Veniamin Gvozdikov
138d617001 - Added depends by gcc because clang doesn't build
- Fixed find libiconv on 10.x

Approved by:	eadler, osa, rm (mentros, implicit)
2013-10-17 13:50:52 +00:00
William Grzybowski
53a70affc8 multimedia/gmerlin-avdecoder: bump portrevision
- Forgot to bump port revision in last commit
2013-10-17 13:50:20 +00:00
Mathieu Arnold
e25584cb81 Add p5-Bucardo 4.5.0, asynchronous PostgreSQL replication system. 2013-10-17 13:44:04 +00:00
Boris Samorodov
3bcf402cd3 . fix build with NTLM option -- use iconv unconditionally
(as it has always been before using iconv.mk);
. bump PORTREVISION.

Reported by:	Marko Cupać <marko.cupac@mimar.rs>
Tested by:	Marko Cupać <marko.cupac@mimar.rs>
Approved by:	garga (maintainer)
2013-10-17 13:41:44 +00:00