| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Add diff to remove ldconfig, which is GNU/Linux compatible
- Add diff to explicitly check for threaded Boehm GC to avoid breaking when
both threaded, and non-threaded versions are installed
Notes:
svn path=/head/; revision=371167
|
|
|
|
| |
Notes:
svn path=/head/; revision=371164
|
|
|
|
|
|
|
|
|
|
|
|
| |
gnustep on freebsd 8.4 and 9.1
PR: ports/193555
Differential Revision: https://reviews.freebsd.org/D935
Reviewed by: bapt
Exp-run: self
Notes:
svn path=/head/; revision=371153
|
|
|
|
|
|
|
|
|
|
|
|
| |
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=371117
|
|
|
|
| |
Notes:
svn path=/head/; revision=371080
|
|
|
|
| |
Notes:
svn path=/head/; revision=371079
|
|
|
|
| |
Notes:
svn path=/head/; revision=371078
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=371064
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=371063
|
|
|
|
|
|
|
| |
The majority of these ports had generated plists, not static ones.
Notes:
svn path=/head/; revision=371003
|
|
|
|
|
|
|
|
| |
PR: 194331, 194332
PR: 194365, 194366, 194369, 194371, 194374
Notes:
svn path=/head/; revision=370906
|
|
|
|
| |
Notes:
svn path=/head/; revision=370904
|
|
|
|
| |
Notes:
svn path=/head/; revision=370877
|
|
|
|
|
|
|
|
| |
PR: 193431
Pointy hat to: myself
Notes:
svn path=/head/; revision=370875
|
|
|
|
|
|
|
|
| |
PR: 194009
Submitted by: Ben Woods <woodsb02@gmail.com>
Notes:
svn path=/head/; revision=370870
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.smlnj.org/dist/working/110.77/110.77-README.html
- defined LICENSE
PR: 193431
Submitted by: joemann@beefree.free.de (maintainer)
Notes:
svn path=/head/; revision=370816
|
|
|
|
| |
Notes:
svn path=/head/; revision=370631
|
|
|
|
|
|
|
| |
Restore the pkg-plist hack to not warn about info/gcc49/dir.
Notes:
svn path=/head/; revision=370626
|
|
|
|
| |
Notes:
svn path=/head/; revision=370522
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Cleanup plist
- Unmute an install command
PR: 194214
Submitted by: Dave Cottlehuber
Notes:
svn path=/head/; revision=370521
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Reduce diff with the main Erlang port
- Do not mute install commands
PR: 194214
Submitted by: Dave Cottlehuber
Notes:
svn path=/head/; revision=370520
|
|
|
|
|
|
|
| |
Remove all instances of @dirrm from pkg-plist.
Notes:
svn path=/head/; revision=370501
|
|
|
|
| |
Notes:
svn path=/head/; revision=370446
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=370442
|
|
|
|
| |
Notes:
svn path=/head/; revision=370421
|
|
|
|
| |
Notes:
svn path=/head/; revision=370335
|
|
|
|
| |
Notes:
svn path=/head/; revision=370334
|
|
|
|
|
|
|
|
|
| |
PR: 192370
Submitted by: gahr
Approved by: maintainer (timeout > 2 months)
Notes:
svn path=/head/; revision=370327
|
|
|
|
|
|
|
|
|
| |
indexinfo is taking care of generating it at package installation time
Reported by: peter
Notes:
svn path=/head/; revision=370199
|
|
|
|
| |
Notes:
svn path=/head/; revision=370159
|
|
|
|
|
|
|
|
|
| |
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor)
Notes:
svn path=/head/; revision=370100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=370099
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build for lang/slib with new texinfo [1]
- Convert slib-guile @exec/@unexec directives to post install/deinstall scripts
- Add new port slib-guile2 based on slib-guile
- Remove dirrms
MFH: 2014Q4
Notes:
svn path=/head/; revision=370066
|
|
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D885
Reviewed by: bapt
With hat: perl@
Sponsored by: Absolight
Notes:
svn path=/head/; revision=369892
|
|
|
|
|
|
|
|
|
|
|
|
| |
DTrace support in ruby needs the -xnolibs flag added to the dtrace command
called during build to ensure that dtrace support is enabled even if the dtrace
kernel modules are not loaded at build time.
However, with this dtrace will be enabled on some OS versions where it will not
work, so add logic to disable it where appropriate.
Notes:
svn path=/head/; revision=369732
|
|
|
|
|
|
|
| |
These are the last ports that use this ancient version of autoconf.
Notes:
svn path=/head/; revision=369730
|
|
|
|
|
|
|
|
| |
PR: 193948
Submitted by: h416@aol.jp
Notes:
svn path=/head/; revision=369703
|
|
|
|
| |
Notes:
svn path=/head/; revision=369677
|
|
|
|
|
|
|
| |
Remove all instances of @dirrm from pkg-plist.
Notes:
svn path=/head/; revision=369450
|
|
|
|
|
|
|
| |
Remove four instances of @dirrm from pkg-plist.
Notes:
svn path=/head/; revision=369448
|
|
|
|
| |
Notes:
svn path=/head/; revision=369437
|
|
|
|
| |
Notes:
svn path=/head/; revision=369415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Retire databases/freetds-msdblib port
(no longer needed, recently updated upstream version has necessary compat
option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports
PR: 193850
Submitted by: 5u623l20@gmail.com (maintainer)
Notes:
svn path=/head/; revision=369379
|
|
|
|
|
|
|
|
|
|
| |
Tell the user the correct scan-view to run.
PR: 193955
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369352
|
|
|
|
|
|
|
|
|
|
| |
Tell the user the correct scan-view to run.
PR: 193955
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369351
|
|
|
|
|
|
|
|
|
|
| |
Make scan-build35 tell the user to run scan-view35.
PR: 193955
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369350
|
|
|
|
|
|
|
|
|
| |
llvm-wrapper to support this.
PR: 193955
Notes:
svn path=/head/; revision=369336
|
|
|
|
|
|
|
|
| |
PR: ports/193898
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=369303
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=python
Give llvm a chance to build on arm* and powerpc64 systems. [0]
PR: 191996 [0]
Submitted by: direct727@gmail.com [0]
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=python
Give the port a chance of building on more arm systems and powerpc64. [0]
Allow building on 9 in the default configuration as it works for me.
Disallow llvm35 on 8 due to bizzare gcc behavior.
PR: 191996 [0]
Submitted by: direct727@gmail.com [0]
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=369282
|