| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Add USE_GNOME=pkgconfig
- portlint(1)
Reported by: pav
|
|
|
|
| |
Pointy hat to: stas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
|
|
|
|
|
|
| |
- bump PORTREVISION
Noted by: pav
|
| |
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=589895>.
|
| |
|
|
|
|
|
|
| |
-Make WITHOUT_X11 actually works by add --without-x11.
Submitted by: Jonathan Hogg <jonathan@significant-whitespace.com> [1]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/122398
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/121797
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
|
|
|
|
|
|
| |
- Refine COMMENT
PR: ports/121797
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
|
|
|
|
| |
PR: ports/121797
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bullet is a professional open source multi-threaded 3D Collision Detection and
Rigid Body Dynamics Library. It is free for commercial use under the ZLib
license.
The library is being used by several professional game developers on PC,
PlayStation 3, XBox 360 and Nintendo Wii.
Sony Computer Entertainment provides a parallel SPU optimized version, and
collaborations with IBM, Intel, AMD and NVidia to exploit their parallel
hardware.
Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
file format.
WWW: http://www.bulletphysics.com
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter. [1]
- Add knob MODPYTHON3. [1]
PR: ports/121160 [1], ports/121883 [2]
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
|
|
|
|
| |
- Libtoolized shared libraries and allows the objects to be linked into PIC code. [2]
PR: ports/121769
Submitted by: David Barksdale <amatus@gnu.org> [1], Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) [2]
Approved by: araujo (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Use SF macro.
|
|
|
|
|
| |
- Support all Tcl versions 8.0 and higher
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-Install/Changes
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Data-ObjectDriver/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/File-Binary/Changes
|
|
|
|
|
| |
PR: ports/117289
Submitted by: Scot Hetzel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DMUCS is a system that allows a group of users to share a compilation farm.
Each compilation request from each user will be sent to the fastest available
machine, every time. The system has these fine qualities:
* Supports multiple users compiling simultaneously, and scales well to handle
the new loads.
* Supports multiple operating systems in the compilation farm.
* Uses all processors of a multi-processor compilation host.
* Makes best use of compilation hosts with widely differing CPU speeds.
* Guarantees that a compilation host will not be overloaded by compilations.
* Takes into account the load on a host caused by non-compilation tasks.
* Supports the dynamic addition and removal of hosts to the compilation farm.
* Works with distcc, which need not be altered in any way.
WWW: http://dmucs.sourceforge.net/
|
|
|
|
|
|
|
|
|
| |
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC
solution for both client and server. It supports HTTP and HTTPS,
both single-threaded and multi-threaded computation models on the server side,
method interceptors, and other features.
WWW: http://libiqxmlrpc.sourceforge.net/
|
|
|
|
|
|
| |
deal correctly with the 302 redirect.
Noticed by: bms
|
|
|
|
| |
- ChangeLog: http://pear.php.net/package/PHP_CompatInfo/download/1.6.1
|
|
|
|
| |
- ChangeLog: http://pear.php.net/package/Console_Table/download/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
- allow synthetic history to be spliced in with --splicemap
- support GNU Arch and Monotone sources
- svn: allow shallow conversions of single branches with
convert.svn.startrev option.
- svn: make trunk/branches/tags layout detection more flexible by allowing
either of them to be skipped.
- svn: preliminary support as a conversion target
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb file
view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant status
checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
* win32mbcs: new extension dealing with problematic MBCS behavior on Windows
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
|
| |
|
|
|
|
|
|
|
|
| |
- Style
PR: ports/118155
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rodrigc; 3 months)
|
|
|
|
|
| |
PR: ports/122237
Submitted by: Matthias Sund <m.sund at arcor.de> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 120318
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer)
|
|
|
|
|
|
|
| |
- Fixed EXAMPLESDIR and DOCDIR to include PYTHONPREFIX
PR: 122231
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Really fix build when WRKDIRPREFIX [1]
I don't know why the current approach works in my previous test. Now
really fix the build by changing to .CURDIR (where the port lives).
Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
live outside somewhere else.
- Add trailing slash for destination directory
PR: ports/117643 [1]
Submitted by: Stefan Sperling <stsp at stsp.name> [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
I don't know why the current approach works in my previous test. Now
really fix the build by changing to .CURDIR (where the port lives).
Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
live outside somewhere else.
- Respect PORTEXAMPLES
- Add trailing slash for destination directory
PR: ports/117643 [1]
Submitted by: Stefan Sperling <stsp at stsp.name> [1]
|
|
|
|
|
|
|
| |
- Use SOURCEFORGE macro from bsd.sites.mk
PR: ports/122044
Submitted by: iyoshi MATSUI <kmatsui at t3.rim.or.jp> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: erwin@
|
| |
|
|
|
|
|
| |
PR: ports/120903
Approved by: shaun (mentor, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- All supported language except lua can be found by configure script, so
add proper instructions to let configure finds our lua installation.
This fixes lua support.
Tested by: Vlad GALU <dudu at dudu.ro>
|
| |
|
| |
|
|
|
|
| |
- use new dependecy form
|
|
|
|
|
|
| |
PR: ports/122225
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via pav
|
|
|
|
| |
To use fuse with gvfs make sure to add 'fusefs_enable="YES" to /etc/rc.conf and add 'vfs.usermount=1' to /etc/sysctl.conf
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Relinquish maintainership
|
| |
|
| |
|
|
|
|
|
|
|
| |
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.
Reported by: pointyhat via pav
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Async/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Parser/ChangeLog
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
C++ wrappers for libnotify
|
|
|
|
|
|
|
| |
- Remove knobs since they are rather useless
PR: 121829
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PAR-Dist/Changes
PR: ports/120398
Submitted by: Felippe de Meirelles Motta <lippemail_AT_gmail dot com>
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: based on 121603
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XML or XHTML file.
Mercurial Repository:
http://hg.assembla.com/mez_xml/
Latest Versions:
http://www.assembla.com/spaces/files/mez_xml
WWW: http://trac-hg.assembla.com/mez_xml
PR: ports/122041
Submitted by: Thinker K.F. Li <thinker at branda.to>
|
|
|
|
| |
Reported by: pointyhat via pav
|
|
|
|
|
| |
PR: 121947
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
|
|
|
|
|
| |
PR: 121984
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
| |
|
| |
|
|
|
|
| |
PORTNAME:=${PORTNAME}-reference so -reference ports can use MASTER_SITES=GNOME
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
libarchive.
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
|
|
| |
Switch llvm-gcc4 from the deprecated gcc 4.0 based version to a new gcc
4.2 based release.
See the release notes for details:
http://www.llvm.org/releases/2.2/docs/ReleaseNotes.html
|
|
|
|
|
| |
- Fix supplied example
- Bump PORTREVISION.
|
|
|
|
| |
WWW: http://sexp.rubyforge.org/
|
|
|
|
| |
WWW: http://multi.rubyforge.org/
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
| |
Sorry about this and welcome back!
Approved by: garga (implicit)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
| |
- Use magic CPAN macro
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
|
| |
- Fix pkg-plist (2 missing entries).
Reported by: pointyhat (pav, erwin)
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
|
|
| |
- Conditionally depends on ncurses for wide character support
PR: ports/121950
Submitted by: Denise H. G. <darcsis at gmail.com> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Noticed by: pav
Pointy hat to: leeym
Submitted by: leeym
Approved by: clsung
|
|
|
|
|
|
|
| |
therefore it failed to build. This patch adds ${PTHREAD_LIBS} to LDFLAGS to fix
this port under 6.x.
Notified by: pointyhat (via pav)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
| |
Submitted by: pavbot
|
| |
|
| |
|
|
|
|
| |
- bump PORTREVISION
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
- Fix objformat
Approved by: miwi (mentor), maintainer (timeout)
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/121912
Submitted by: leeym
|
|
|
|
|
|
|
| |
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
| |
- Use CPAN macro.
- Add missing deps.
PR: ports/120909
Submitted by: myself
Approved by: gabor (mentor), Geraud <geraud@gcu.info> (maintainer)
|
|
|
|
|
|
|
|
| |
- Use CPAN macro.
PR: ports/121500
Submitted by: Cory R. King <coryking@mozimedia.com>
Approved by: gabor (mentor), Geraud <geraud@gcu.info> (maintainer)
|
|
|
|
|
| |
PR: 120488
Submitted by: Dave Grochowski <malus.x at gmail.com>
|
|
|
|
|
|
| |
- Use bsd.pyqt.mk
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
|
|
|
|
|
|
|
|
| |
- Configure.py now has a flag to specify component, patch is now simpler
- Update qscintilla2 so version where used
- Use bsd.pyqt.mk
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
|
| |
|
|
|
|
|
|
| |
- Introduce files/bsd.pyqt.mk and use it
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Install examples
- Clean up Makefile
- Pacify portlint
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- add OPTIONS for optional supports
- bump PORTREVISION
Submitted by: leeym
Approved by: clsung
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- bump PORTREVISION
PR: 121199
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- ignore the dependency in core perl list
- bump PORTREVISION
PR: 121198
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
- simplify dependency
- bump PORTREVISON
PR: 121183
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Unbroken on CURRENT.
Reviewed by: pav
Approved by: araujo (mentor)
|
|
|
|
|
|
| |
- USE_X_PREFIX --> USE_XORG
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
- Adopt maintainship
- USE_XLIB --> USE_XORG
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
- Remove useless USE_XLIB variable
- Adopt maintainship
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
- Adopt maintainship
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can act as a pager for output from various git
commands.
When browsing repositories, it uses the underlying
git commands to present the user with various views,
such as summarized revision log and showing the
commit with the log message, diffstat, and the diff.
Using it as a pager, it will display input from stdin
and colorize it.
WWW: http://jonas.nitro.dk/tig/
PR: ports/121805
Submitted by: Denise H. G. <darcsis at gmail.com>
|
| |
|
|
|
|
|
|
| |
PR: ports/121790
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: gabor (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: pointyhat via erwin
Approved by: araujo (mentor)
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4.1.
PR: ports/120137
Repocopy by: marcus
Submitted by: myself
Approved by: araujo (mentor)
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/121469
Submitted by: Andris Raugulis <ar@null.lv>
Approved by: maintainer timeout (more than 2 months).
|
|
|
|
| |
- Add .de mirror.
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=584978>.
|
|
|
|
|
| |
PR: 121757
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (mantainer)
|
|
|
|
|
| |
PR: 121765
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
|
|
|
|
|
|
|
| |
- Use CPAN macro.
- Better adjustment of dependencies.
PR: ports/120432
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
|
| |
|
|
|
|
|
|
| |
- Bump portrevision.
Spotted by: az
|
|
|
|
|
|
|
|
| |
- Added support for CVS -> Git conversions.
PR: ports/121078
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Approved by: maintainer timeout (more than 2 weeks)
|
|
|
|
| |
became fatal due to -Werror.
|
| |
|
|
|
|
|
|
| |
PR: ports/120573
Submitted by: Thomas Sander <thomas.sander at gmx.de>
Approved by: maintaimer timeout (1 month)
|
|
|
|
|
|
| |
PR: ports/120561
Submitted by: Thomas Sander <thomas.sander at gmx.de>
Approved by: maintainer timeout (1 month)
|
|
|
|
| |
- bump PORTREVISION
|
|
|
|
| |
- Bump portrevision.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- fix dependency
- allow build on older perl
- bump PORTREVISION
PR: 121201
Submitted by: Yen-Ming Lee <leeym@freebsd.org>
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 118603
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/121691
Submitted by: Scot Hetzel <swhetzel@gmail.com>
|
|
|
|
|
|
| |
- Adopt maintainship
Approved by: miwi (mentor)
|
|
|
|
| |
Approved by: tabthorpe (mentor)
|
|
|
|
| |
Approved: tabthorpe (mentor)
|
|
|
|
|
|
| |
PR: ports/120852
Submitted by: lippe (myself)
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 121429
Submitted by: "Franz Klammer" <klammer@webonaut.com> (maintainer)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: leeym
Approved by: mat (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.2.13
- OPTIONize as recommended by Danny Pansters
- Fixed up gnome dependencies as recommended by Danny Panster
- Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters
- Got rid of library renaming as recommended by Danny Pansters
- Pass maintainership to submitter
Mk/bsd.sdl.mk:
- Fixed _LIB_* entries in order to retrieve the correct library versions.
PR: 117608
Submitted by: Marcus von Appen <mva@sysfault.org>
|
| |
|
|
|
|
|
|
|
|
| |
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
|
|
|
|
|
|
|
|
| |
- Move PLIST into Makefile
- Bump PORTREVISION
PR: ports/119783
Submitted by: scf (maintainer)
|
|
|
|
| |
Approved by: thierry (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
syntax that is used for accessing Lua`s native objects, without any
need for declarations or any kind of preprocessing, and also allows
Java to implement an interface using Lua.
WWW: http://www.keplerproject.org/luajava/
PR: 118529
Submitted by: Sunghyuk Do <sunghyuk@gmail.com>
Approved by: miwi (mentor)
|
|
|
|
| |
Reported by: erwin
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
|
|
|
|
|
|
| |
- simplify dependency
- sort pkg-plist
- bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
| |
- Use CPAN Macro
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 121515
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
|
| |
Changelog:
http://pear.php.net/package/PEAR/download/1.7.0
http://pear.php.net/package/PEAR/download/1.7.1
|
|
|
|
|
| |
PR: ports/121514
Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/121543
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
|
|
|
|
|
| |
PR: ports/120941
Submitted by: lippe (myself)
Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
|
| |
|
|
|
|
|
|
|
|
| |
- Add missing depend
PR: ports/121560
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Reported by: pointyhat via pav
|
|
|
|
| |
Approved by: gabor (mentor), maintainer timeout
|
|
|
|
|
|
| |
- Add missing dependencies.
Approved by: gabor (mentor), maintainer timeout
|
|
|
|
| |
Approved by: gabor (mentor), maintainer timeout
|
|
|
|
|
| |
PR: 121536
Submitted by: Ronald Klop <ronald@echteman.nl>
|
| |
|
|
|
|
|
|
|
| |
- Grammar fix for pkg-descr
PR: ports/121506
Submitted by: Edward Sanford Sutton, III <mirror176 at cox.net>
|
|
|
|
|
| |
PR: ports/121547
Submitted by: Mel <mel at rachie.is-a-geek.net>
|
|
|
|
| |
Approved by: araujo (mentor)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/121492
Submitted by: lwhsu
Approved by: antoine (maintainer)
|
|
|
|
|
|
|
| |
- Bump portepoch
PR: ports/121404
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
|
|
|
|
|
|
|
| |
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Update maintainer mail adress
PR: 121185
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Hash-MultiKey/
PR: ports/121381
Submitted by: Marzhan Mykola <delgod at portaone.com>
|
|
|
|
|
| |
PR: 121442
Submitted by: Jonathan Hanna <jhanna@shaw.ca> (maintainer)
|
|
|
|
|
| |
PR: ports/121079
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Changed the BUILD_DEPENDS for Python to USE_PYTHON_BUILD instead.
PR: ports/121062
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
|