| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=351966
|
|
|
|
|
|
|
|
|
|
| |
While here fix a mistake I introduced in the plist.
Submitted by: garga@ (via irc) [1]
MFH: 2014Q2
Notes:
svn path=/head/; revision=351965
|
|
|
|
|
|
|
|
|
|
|
| |
Add LLDB to the package now that is supports stage.
Add missing swig dependancy.
Fix wrapper script for prefixed command links.
Notes:
svn path=/head/; revision=351964
|
|
|
|
| |
Notes:
svn path=/head/; revision=351963
|
|
|
|
|
|
|
|
|
|
| |
you stop worrying which version control the code you love is using -
as long as they are using git or bzr
WWW: https://github.com/termie/git-bzr-ng
Notes:
svn path=/head/; revision=351962
|
|
|
|
| |
Notes:
svn path=/head/; revision=351961
|
|
|
|
|
|
|
| |
Reported by: Mike Harding <mvharding@gmail.com>
Notes:
svn path=/head/; revision=351960
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/WWW-Tumblr/Changes
PR: ports/188732 (based on)
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Notes:
svn path=/head/; revision=351959
|
|
|
|
| |
Notes:
svn path=/head/; revision=351958
|
|
|
|
| |
Notes:
svn path=/head/; revision=351957
|
|
|
|
|
|
|
|
| |
PR: ports/188876
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=351956
|
|
|
|
|
|
|
|
|
|
| |
Drop libxml2 depend we don't need it.
Drop pkg-[de]install script for plist @mode,@group.
Use new OPTIONS handlers.
Add MANPAGES option.
Notes:
svn path=/head/; revision=351955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clarify license
Changelog:
- implemented different verbosity levels.
- changed feedback for directory processing, instead of '.' for every kind of processing, show '+' for directory creation, '-' for directory deletion, and '=' for no change.
- count the total number of errors and return it to the shell.
- in sync mode, if a file is ignored that is hard linked, then its inode needs to be registered in the global hard link store.
- bumped copyright period - for now 2013-2014.
- release of version 1.0.4 (r49).
PR: 188202 [1]
Submitted by: "Dr. Rolf Jansen" <cyclaero@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=351954
|
|
|
|
|
|
|
|
|
|
| |
- Switched to shebangfix
PR: 188739
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer)
Notes:
svn path=/head/; revision=351953
|
|
|
|
| |
Notes:
svn path=/head/; revision=351952
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, Cloudflare doesn't seem to be handling release management
of mod_cloudflare very well so for now we are pulling from their public
Github repository and the version number will be 0.0.YYYYMMDD based on
the date of the commit we're pulling. They don't commit updates very
often, so this should be fine until they figure out their release
process.
Notes:
svn path=/head/; revision=351951
|
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2014Q2
Notes:
svn path=/head/; revision=351950
|
|
|
|
|
|
|
|
|
|
|
| |
outdated by net-im/tkabber
PR: 188260
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=351949
|
|
|
|
|
|
|
|
|
|
| |
. Add direct dependency to net/bpf.h
. Rename symbol csin to avoid conflict with complex.h
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=351948
|
|
|
|
| |
Notes:
svn path=/head/; revision=351947
|
|
|
|
|
|
|
| |
Submitted by: alfred
Notes:
svn path=/head/; revision=351946
|
|
|
|
|
|
|
|
|
|
| |
. update to version 0.9.6.1.
PR: ports/188871 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Notes:
svn path=/head/; revision=351945
|
|
|
|
|
|
|
|
|
| |
- Trim unneeded PYDISTUTILS_PKGNAME
Notified by: swills [1]
Notes:
svn path=/head/; revision=351944
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
described in the redmine installation guide [1]
- Add gem thin in the Gemfile if the option THIN is enabled, otherwise won't
start [1]
- Clean up the makefile, CHOWN commands in the Makefile are useless with stage [1]
- Update Gemfile patch to allow newer version of rake while here
PR: ports/188607 [1]
Submitted by: "David Demelier" <markand@malikania.fr> [1]
Notes:
svn path=/head/; revision=351940
|
|
|
|
|
|
|
|
| |
- Take maintainership, undeprecate, and stagify
- Unbreak on !i386
Notes:
svn path=/head/; revision=351939
|
|
|
|
|
|
|
| |
Submitted by: mat
Notes:
svn path=/head/; revision=351938
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=351937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
| |
Security: 59e72db2-cae6-11e3-8420-00e0814cab4e
Notes:
svn path=/head/; revision=351935
|
|
|
|
|
|
|
| |
Security: 59e72db2-cae6-11e3-8420-00e0814cab4e
Notes:
svn path=/head/; revision=351934
|
|
|
|
|
|
|
| |
Security: 59e72db2-cae6-11e3-8420-00e0814cab4e
Notes:
svn path=/head/; revision=351933
|
|
|
|
|
|
|
| |
Security: 59e72db2-cae6-11e3-8420-00e0814cab4e
Notes:
svn path=/head/; revision=351932
|
|
|
|
| |
Notes:
svn path=/head/; revision=351931
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pass a PREFIX-safe Python library directory to Python --install arguments.
While I'm here:
- Re-order and sort USE(S) and PYDISTUTILS entries
- Whitespace alignment
Notes:
svn path=/head/; revision=351925
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=351924
|
|
|
|
|
|
|
| |
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=351923
|
|
|
|
|
|
|
|
| |
PR: 188888
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
Notes:
svn path=/head/; revision=351922
|
|
|
|
|
|
|
|
| |
PR: 188886
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
Notes:
svn path=/head/; revision=351921
|
|
|
|
|
|
|
| |
Submitted by: John Hein in PR follow up
Notes:
svn path=/head/; revision=351920
|
|
|
|
|
|
|
| |
- Track new repository on github
Notes:
svn path=/head/; revision=351919
|
|
|
|
|
|
|
| |
Changes: http://www.fltk.org/articles.php?L1359
Notes:
svn path=/head/; revision=351918
|
|
|
|
|
|
|
| |
MFH: 2014Q2
Notes:
svn path=/head/; revision=351917
|
|
|
|
|
|
|
|
|
|
|
| |
- in x11-toolkits/scintilla, leverage USES=compiler to check if
we're on clang or gcc
PR: ports/188782, ports/188783
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes:
svn path=/head/; revision=351916
|
|
|
|
| |
Notes:
svn path=/head/; revision=351915
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop easy_install
- Pet portlint
PR: ports/188881
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=351914
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop easy_install
- Pet portlint
PR: ports/188881
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=351913
|
|
|
|
| |
Notes:
svn path=/head/; revision=351912
|
|
|
|
|
|
|
| |
- Bundle libfreetype.so.6.
Notes:
svn path=/head/; revision=351911
|
|
|
|
| |
Notes:
svn path=/head/; revision=351910
|
|
|
|
|
|
|
| |
Reported by: zi
Notes:
svn path=/head/; revision=351909
|