| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer (implicit), gabor (mentor, implicit)
Notes:
svn path=/head/; revision=291442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port. Most importantly, it's currently installing the rc.d
script from the source, rather than the fixed one in files/.
1. Remove 6.x compatibility hack
2. Use the PORTDOCS macro
3. Actually install the rc.d script in files/
4. Simplify pkg-plist
5. For the rc.d script:
a. Move it to the standard location, after LOGIN
b. Add KEYWORD nojail per the script in the distfiles
c. Put the standard arguments in their usual order/formats
d. Simplify the assignments of pidfile and required_files
e. Use command_args for required arguments, don't abuse _flags
f. The test for -p in smartd_flags should be a start_precmd,
we frown on running any code unconditionally.
Also, improve this check if -p is first.
g. Bring the reload and report options from the distfile version,
and simplify them.
PR: ports/165167
Submitted by: me
Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Notes:
svn path=/head/; revision=291428
|
|
|
|
|
|
|
| |
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7105
Notes:
svn path=/head/; revision=291410
|
|
|
|
|
|
|
|
| |
Submitted by: Alex Kozlov
Approved by: maintainer
Notes:
svn path=/head/; revision=291373
|
|
|
|
|
|
|
|
|
| |
PR: ports/155938
Submitted by: Fabian Keil <fk@fabiankeil.de>
Approved by: maintainer timeout (46 weeks)
Notes:
svn path=/head/; revision=291351
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
| |
Notes:
svn path=/head/; revision=291329
|
|
|
|
|
|
|
| |
Obtained from: remko
Notes:
svn path=/head/; revision=291312
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This patch fixed mount_fusefs to use new path.
- Bump PORTREVISION
PR: ports/164218
Submitted by: jh@
Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor)
Notes:
svn path=/head/; revision=291284
|
|
|
|
| |
Notes:
svn path=/head/; revision=291283
|
|
|
|
| |
Notes:
svn path=/head/; revision=291282
|
|
|
|
| |
Notes:
svn path=/head/; revision=291281
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/165019
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes:
svn path=/head/; revision=291077
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/165017
Submitted by: myself (pgollucci)
Approved by: gogolok+freebsd@gmail.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes:
svn path=/head/; revision=291076
|
|
|
|
|
|
|
|
|
| |
PR: 164927
Submitted by: Shin-ichi Okano <s-okano@n08.itscom.net>
Based on: sysutils/cdrecord
Notes:
svn path=/head/; revision=291055
|
|
|
|
| |
Notes:
svn path=/head/; revision=291046
|
|
|
|
|
|
|
| |
Submitted by: Vyacheslav I. <yohimba@mail.ru>
Notes:
svn path=/head/; revision=291037
|
|
|
|
|
|
|
|
|
|
|
| |
smartdimmer will fail with "init_nvclock() failed!" message; bump port
revision due to importance of this change (fixing a run-time crash)
- Define LICENSE (GPLv2) and cleanup Makefile a bit while I am here
Reported by: Lucas Hosseini
Notes:
svn path=/head/; revision=291020
|
|
|
|
|
|
|
|
| |
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Notes:
svn path=/head/; revision=290989
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/164876
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: perl@
Notes:
svn path=/head/; revision=290954
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by
avg@ improving the file and preventing some bugs from occurring. In
his own words in KDE git review request 103293:
Main idea of the change is to improve the case where SCSI sense data
is not automatically provided and has to be explicitly requested.
Current code essentially duplicates main transport code for this
task. The proposed code recursively calls into the transport code
with MMC_REQUEST_SENSE command. This also fixes a problem with the
existing code where it re-uses a CCB of the original command for sense
fetching but doesn't ensure that all the previously used bytes are
reset to proper values. This can result in a malformed
MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it
hangs Optiarc DVD RW AD-7191S 1.02). Also the style of the code is
cleaned up. Because of the code re-use the code is now more compact.
Additionally some historic and useless code was dropped - the code for
setting errno. errno value is not used by the calling code and this
is an artifact of the FreeBSD-specific code having been borrowed from
a different project (as attested by Heiner Eichmann
<h.eichmann@gmx.de>).
The current patch in the port now contains both commits 4ffc589 and
a6a2ed3 squashed together.
Bump PORTREVISION accordingly.
Submitted by: avg
Notes:
svn path=/head/; revision=290934
|
|
|
|
|
|
|
| |
Approved by: Andrey Zonov <andrey@zonov.org> (maintainer)
Notes:
svn path=/head/; revision=290927
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Shell-Command/
Notes:
svn path=/head/; revision=290900
|
|
|
|
| |
Notes:
svn path=/head/; revision=290866
|
|
|
|
| |
Notes:
svn path=/head/; revision=290821
|
|
|
|
|
|
|
|
|
| |
PR: ports/164745
Submitted by: crees (me)
Approved by: Dirk Engling (maintainer)
Notes:
svn path=/head/; revision=290801
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Device block size is now requested from the device
- Added optional ublio support, enabled by default
- Bump PORTREVISION
PR: ports/164790
Submitted by: Alex Samorukov<samm@os2.kiev.ua> (maintainer)
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=290799
|
|
|
|
|
|
|
|
|
| |
PR: ports/155896
Submitted by: sunpoet
Approved by: maintainer timeout (adrian ; 321 days)
Notes:
svn path=/head/; revision=290725
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/164890
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes:
svn path=/head/; revision=290724
|
|
|
|
| |
Notes:
svn path=/head/; revision=290691
|
|
|
|
|
|
|
| |
Changes: https://github.com/meskyanichi/backup/commits/master
Notes:
svn path=/head/; revision=290688
|
|
|
|
| |
Notes:
svn path=/head/; revision=290672
|
|
|
|
|
|
|
|
|
|
|
| |
Major versions of synergy are protocol incompatible so tracking
both development and stable branches, with one port for each,
gives us the most flexibility.
Approved by: skreuzer@
Notes:
svn path=/head/; revision=290609
|
|
|
|
|
|
|
|
|
| |
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=290590
|
|
|
|
|
|
|
|
| |
PR: 163864
Approved by: maintainer (timeout, 1 month)
Notes:
svn path=/head/; revision=290525
|
|
|
|
|
|
|
|
|
|
|
| |
- No longer need CONFLICTS with non-existent puppet-devel port
- patch-fix_password_provider is integrated upstream in 2.7.10 release
PR: ports/164634
Submitted by: tdb
Notes:
svn path=/head/; revision=290402
|
|
|
|
|
|
|
| |
Approved by: jadawin@, miwi@ (mentors, implicit)
Notes:
svn path=/head/; revision=290372
|
|
|
|
| |
Notes:
svn path=/head/; revision=290365
|
|
|
|
|
|
|
|
|
|
|
| |
- Stop setting DEFAULT_PGSQL_VER
PR: ports/164568
Submitted by: crees (me)
Approved by: maintainer
Notes:
svn path=/head/; revision=290358
|
|
|
|
|
|
|
|
|
| |
usb_modeswitch.c:58:17: error: usb.h: No such file or directory
Reported by: pointyhat
Notes:
svn path=/head/; revision=290351
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it.
PR: ports/159313
Submitted by: Test Rat <ttsestt@gmail.com>
Reviewed by: Kai Wang <kaiwang27@gmail.com>
Requested by: Jan Beich jbeich@tormail.net
Approved by: maintainer
Notes:
svn path=/head/; revision=290348
|
|
|
|
|
|
|
| |
Discussed with: martymac
Notes:
svn path=/head/; revision=290344
|
|
|
|
|
|
|
|
|
| |
- Add multimedia as a virtual category to the port
Discussed with: makc, danfe (on ports-committers@)
Notes:
svn path=/head/; revision=290338
|
|
|
|
|
|
|
|
|
| |
PR: ports/164720
Submitted by: maintainer, erdgeist at erdgeist.org
Approved by: crees, rene (mentors, implicit)
Notes:
svn path=/head/; revision=290329
|
|
|
|
|
|
|
|
|
|
| |
checking for python-rdflib... configure: error: in `/work/a/ports/sysutils/zeitgeist/work/zeitgeist-0.8.1.1':
configure: error: failed. Please install the python-rdflib package.
Reported by: pointyhat
Notes:
svn path=/head/; revision=290324
|
|
|
|
|
|
|
| |
Changes: http://svn.tartarus.org/sgt/agedu/?view=log
Notes:
svn path=/head/; revision=290272
|
|
|
|
|
|
|
|
|
| |
PR: ports/164548
Submitted by: crees (me)
Approved by: v.haisman@sh.cvut.cz (maintainer)
Notes:
svn path=/head/; revision=290257
|
|
|
|
|
|
|
| |
Serial Management Protocol (SMP).
Notes:
svn path=/head/; revision=290245
|
|
|
|
| |
Notes:
svn path=/head/; revision=290244
|
|
|
|
| |
Notes:
svn path=/head/; revision=290243
|