| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Changes:
- Reduce memory used while analysing elf files
- Stop checking pre-deinstall script except if DEVELOPER=yes is set
- fix double free in pkg updating
Notes:
svn path=/head/; revision=415737
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase and pathfix
PR: 209684
Submitted by: liangtai.s16@gmail.com (maintainer)
Notes:
svn path=/head/; revision=415736
|
|
|
|
|
|
|
|
| |
Changes:
- upgrading/reinstall packages also need to not check the result of the predeinstall script :(
Notes:
svn path=/head/; revision=415735
|
|
|
|
|
|
|
|
|
|
| |
- While here, clarify LICENSE
PR: 209683
Submitted by: liangtai.s16@gmail.com (maintainer)
Notes:
svn path=/head/; revision=415734
|
|
|
|
|
|
|
| |
- Remove extra -9 for GZIP_CMD.
Notes:
svn path=/head/; revision=415733
|
|
|
|
| |
Notes:
svn path=/head/; revision=415732
|
|
|
|
|
|
|
| |
PR: 209714
Notes:
svn path=/head/; revision=415731
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=415730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gives errors with libc++ 3.8.0:
./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous
if (abs(pt1.x - pt2.x) > 3)
^~~
This is because pt1.x and pt2.x are float values, but <cmath> is not
included, and abs() for float values comes from that header. Fix it by
including <cmath>.
Approved by: portmaster@bsdforge.com (maintainer)
Approved by: vlad-fbsd@acheronmedia.com (maintainer)
PR: 209694
MFH: 2016Q2
Notes:
svn path=/head/; revision=415729
|
|
|
|
|
|
|
|
|
|
|
| |
problem any more.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6512
Notes:
svn path=/head/; revision=415728
|
|
|
|
|
|
|
|
| |
PR: 209390
Submitted by: Piotr Kubaj
Notes:
svn path=/head/; revision=415727
|
|
|
|
|
|
|
|
| |
PR: 209665
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=415726
|
|
|
|
|
|
|
|
| |
PR: 209693
Submitted by: linpct@gmail.com (maintainer)
Notes:
svn path=/head/; revision=415725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, minor cleanup
- Clarify LICENSE
- Add LICENSE_FILE
- Remove unneeded flags
- Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined
- Silence mkdir
PR: 209705
Submitted by: guru@unixarea.de
Notes:
svn path=/head/; revision=415724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Modernize port: use option depended make targets
- Add PORTSCOUT config
- Support OpenJDK8
- Consequently make building the javadoc API docs contingent on the
version of java used: only build when java 1.6 or 1.7 is in use.
javadoc in OpenJDK 1.8 is much less forgiving than in earlier
versions of java, and would require substantion patching of the
sources to generate javadoc successfully.
- Use COPYTREE_SHARE to install javadocs rather than rolling our own
ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html
Notes:
svn path=/head/; revision=415723
|
|
|
|
| |
Notes:
svn path=/head/; revision=415722
|
|
|
|
|
|
|
| |
ReleaseNotes: https://sourceforge.net/projects/pgbarman/files/1.6.1/
Notes:
svn path=/head/; revision=415721
|
|
|
|
|
|
|
|
| |
PR: 209713
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=415720
|
|
|
|
| |
Notes:
svn path=/head/; revision=415719
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=415718
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3
Sponsored by: Absolight
Notes:
svn path=/head/; revision=415717
|
|
|
|
|
|
|
|
|
| |
Due to too many bad quality ports, for now we are back in not checking pre/post
deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd
those checks once the ports have been fixed
Notes:
svn path=/head/; revision=415716
|
|
|
|
|
|
|
|
|
|
|
| |
- Bugfix release
PR: 209667
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2016Q2
Notes:
svn path=/head/; revision=415714
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
Notes:
svn path=/head/; revision=415713
|
|
|
|
|
|
|
|
|
|
| |
- Remove patch as this has been incorporated upstream. Release 1.1
is functionally identical to the previous 1.0 port + patch.
ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog
Notes:
svn path=/head/; revision=415712
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix double free in pkg updating
- Drop failures on POST-DEINSTALL (still too many failures in ports there :()
Notes:
svn path=/head/; revision=415711
|
|
|
|
| |
Notes:
svn path=/head/; revision=415710
|
|
|
|
| |
Notes:
svn path=/head/; revision=415709
|
|
|
|
| |
Notes:
svn path=/head/; revision=415708
|
|
|
|
| |
Notes:
svn path=/head/; revision=415707
|
|
|
|
| |
Notes:
svn path=/head/; revision=415706
|
|
|
|
| |
Notes:
svn path=/head/; revision=415705
|
|
|
|
|
|
|
|
| |
PR: 209640
Submitted by: Keren Sky <keren_sky@live.com>
Notes:
svn path=/head/; revision=415704
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port has failed on me three separate times, it appears to be trying
to link prematurely, e.g.
../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()'
I reported it a few weeks ago, but now I'm going ahead and marking it
as unsafe.
Notes:
svn path=/head/; revision=415703
|
|
|
|
|
|
|
|
|
| |
(security update)
MFH: 2016Q2
Notes:
svn path=/head/; revision=415702
|
|
|
|
|
|
|
|
|
| |
It was supposed that all deadbeef ports share the same build concurrency
flaw, and that appears to have been demonstrated. These are the two
latest deadbeef ports to fail in a multijob build.
Notes:
svn path=/head/; revision=415701
|
|
|
|
| |
Notes:
svn path=/head/; revision=415700
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
http://metadata.ftp-master.debian.org/changelogs/main/x/xtrlock/unstable_changelog
PR: 209701
Submitted by: A.J. Fonz van Werven <freebsd@skysmurf.nl> (maintainer)
Notes:
svn path=/head/; revision=415699
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test2-Suite/Changes
Notes:
svn path=/head/; revision=415698
|
|
|
|
|
|
|
| |
- Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30
Notes:
svn path=/head/; revision=415697
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes
Notes:
svn path=/head/; revision=415696
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options target helper
- Add WWW
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=415695
|
|
|
|
| |
Notes:
svn path=/head/; revision=415694
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Notes:
svn path=/head/; revision=415693
|
|
|
|
|
|
|
|
| |
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=415692
|
|
|
|
| |
Notes:
svn path=/head/; revision=415691
|
|
|
|
|
|
|
| |
- Update WWW
Notes:
svn path=/head/; revision=415690
|
|
|
|
|
|
|
| |
- Update WWW
Notes:
svn path=/head/; revision=415689
|
|
|
|
|
|
|
| |
- Update RUN_DEPENDS
Notes:
svn path=/head/; revision=415688
|
|
|
|
|
|
|
| |
Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=415687
|