| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=365346
|
|
|
|
|
|
|
|
|
| |
PR: ports/192781
Submitted by: timp87
With hat: portmgr
Notes:
svn path=/head/; revision=365345
|
|
|
|
|
|
|
| |
- Bump PORTREV
Notes:
svn path=/head/; revision=365344
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365343
|
|
|
|
|
|
|
|
| |
This is the companion port to wine-compholio: proving a means to compile,
and binaries, for FreeBSD/amd64.
Notes:
svn path=/head/; revision=365342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Spell out full path to /sbin/sysctl [2]
- Build with OpenSSL from base to avoid a link conflict on FreeBSD < 10
- Fix build with libusb on FreeBSD < 10 [3]
- Fix build with GCC 4.7 (for 8.4 / 9.1)
- Bump PORTREVISION
PR: 192742 [1]
Submitted by: cmt@burggraben.net [1]
Submitted by: J. R. Oldroyd [2]
Submitted by: db@ [3]
MFH: 2014Q3
Notes:
svn path=/head/; revision=365341
|
|
|
|
|
|
|
|
|
|
| |
http://thread.gmane.org/gmane.comp.emulators.qemu/291585
- Strip executables by default.
- Switch to USES=python:2,build.
Notes:
svn path=/head/; revision=365340
|
|
|
|
| |
Notes:
svn path=/head/; revision=365339
|
|
|
|
| |
Notes:
svn path=/head/; revision=365338
|
|
|
|
|
|
|
|
| |
Fix skype.sh launcher script, using "$@" instead of the unsafe $@,
and fixing its shebang line to /bin/sh.
Notes:
svn path=/head/; revision=365337
|
|
|
|
| |
Notes:
svn path=/head/; revision=365336
|
|
|
|
|
|
|
|
|
| |
Also, fix the binbounce script to properly invoke LD_32_LIBRARY_PATH_RPATH.
Reported by: Nils Beyer <nbe@renzel.net>
Notes:
svn path=/head/; revision=365335
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Separate dtv-scan-tables in his own port
- Add XMLTV option
- Create a new user/group for tvheadend
- Improve tvheadend startscript
- Convert manual patching to USES=shebangfix
Submitted by: Dreamcat4 <dreamcat4@gmail.com>
Notes:
svn path=/head/; revision=365334
|
|
|
|
| |
Notes:
svn path=/head/; revision=365333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
frequencies. Most dvb applications rely on them.
This supplies initial data for certain regions so that the dvb applications
in question only scan those known frequencies, saving a lot of time scanning.
These tables however need to be kept up to date by users.
This repository is maintained by Olliver Schinagl (https://github.com/oliv3r)
on behalf of the LinuxTV.org project.
WWW: http://linuxtv.org
Submitted by: Dreamcat4 <dreamcat4@gmail.com>
Notes:
svn path=/head/; revision=365332
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365331
|
|
|
|
|
|
|
|
|
|
| |
- Fix glib2 detection by adding USES=pkgconfig
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365330
|
|
|
|
|
|
|
|
|
|
| |
WWW: https://pypi.python.org/pypi/jsonpatch
PR: 192674
Submitted by: harm weites com
Notes:
svn path=/head/; revision=365329
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable math/py-numpy to be installed for different Python versions
concurrently
Phabric: D599
Reviewed by: db
With hat: python@
Notes:
svn path=/head/; revision=365328
|
|
|
|
|
|
|
|
|
|
| |
WWW: https://pypi.python.org/pypi/jsonpointer
PR: 192673
Submitted by: harm weites com
Notes:
svn path=/head/; revision=365327
|
|
|
|
|
|
|
|
|
|
|
| |
the Python default distribution.
Phabric: D561
Reviewed by: antoine, koobs
With hat: python@
Notes:
svn path=/head/; revision=365326
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365325
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365324
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365323
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365322
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
- Strip libraries
- Silence post-patch and post-configure
Notes:
svn path=/head/; revision=365321
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes:
svn path=/head/; revision=365320
|
|
|
|
| |
Notes:
svn path=/head/; revision=365319
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port generates a makefile and then passes it to "make" via stdin,
which makes it different to troubleshoot. When I finally saw the file
in order to figure out why several internal static libraries weren't
getting built leading to some programs not getting built, I saw a
generic static library target made up of variables. fmake likes it;
bmake does not.
I tried USES+= fmake along with some patching but I must have missed
some hardcoded "make" commands because bmake got called again. This
software is 20 years old so I finally gave it. It got a stay of
execution by getting staged. If somebody wants to study a target that
bmake just doesn't get, this is a good place to start.
Notes:
svn path=/head/; revision=365318
|
|
|
|
| |
Notes:
svn path=/head/; revision=365317
|
|
|
|
|
|
|
| |
- Use install-strip as INSTALL_TARGET
Notes:
svn path=/head/; revision=365316
|
|
|
|
|
|
|
|
| |
- Add stage support
- Take maintainership
Notes:
svn path=/head/; revision=365315
|
|
|
|
| |
Notes:
svn path=/head/; revision=365314
|
|
|
|
|
|
|
|
| |
PR: 192771
Submitted by: maintainer
Notes:
svn path=/head/; revision=365313
|
|
|
|
| |
Notes:
svn path=/head/; revision=365312
|
|
|
|
|
|
|
| |
- Fix SONAMEs and simplify libraries installation
Notes:
svn path=/head/; revision=365311
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add stage support
- Set maintainership to anes@anes.su
- Fix some tabulations
PR: 192307
Submitted by: Anes Mukhametov <anes@anes.su>
Approved by: marino (mentor)
Notes:
svn path=/head/; revision=365310
|
|
|
|
| |
Notes:
svn path=/head/; revision=365309
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Harness/Changes
Notes:
svn path=/head/; revision=365308
|
|
|
|
|
|
|
|
|
|
| |
- Use install-strip make target
PR: 192758
Submitted by: maintainer
Notes:
svn path=/head/; revision=365307
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Parse-CPAN-Packages-Fast/Changes
Notes:
svn path=/head/; revision=365306
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Package-Variant/Changes
Notes:
svn path=/head/; revision=365305
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
Notes:
svn path=/head/; revision=365304
|
|
|
|
|
|
|
| |
2014-08-18 devel/maven2: No longer supported by the Apache Foundation. Use 3.x instead.
Notes:
svn path=/head/; revision=365303
|
|
|
|
|
|
|
| |
- Remove contiguous blank lines
Notes:
svn path=/head/; revision=365302
|
|
|
|
|
|
|
| |
Changes: https://github.com/grosser/parallel/commits/master
Notes:
svn path=/head/; revision=365301
|
|
|
|
|
|
|
| |
Changes: http://source.joeyh.branchable.com/?p=source.git
Notes:
svn path=/head/; revision=365300
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/experimental/Changes
Notes:
svn path=/head/; revision=365299
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Safe-Isa/Changes
Notes:
svn path=/head/; revision=365298
|
|
|
|
| |
Notes:
svn path=/head/; revision=365297
|