| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
| |
german)
Notes:
svn path=/head/; revision=327732
|
|
|
|
|
|
|
| |
but the configure script does not check its version, unfortunately.
Notes:
svn path=/head/; revision=327731
|
|
|
|
|
|
|
| |
games)
Notes:
svn path=/head/; revision=327730
|
|
|
|
|
|
|
| |
ftp)
Notes:
svn path=/head/; revision=327729
|
|
|
|
|
|
|
| |
french)
Notes:
svn path=/head/; revision=327728
|
|
|
|
|
|
|
| |
finance)
Notes:
svn path=/head/; revision=327727
|
|
|
|
|
|
|
| |
devel part 4)
Notes:
svn path=/head/; revision=327726
|
|
|
|
| |
Notes:
svn path=/head/; revision=327725
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
|
|
|
| |
devel part 2)
Notes:
svn path=/head/; revision=327723
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
|
|
|
| |
emulators)
Notes:
svn path=/head/; revision=327721
|
|
|
|
|
|
|
| |
editors)
Notes:
svn path=/head/; revision=327720
|
|
|
|
|
|
|
| |
dns)
Notes:
svn path=/head/; revision=327719
|
|
|
|
|
|
|
| |
deskutils)
Notes:
svn path=/head/; revision=327718
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
|
| |
- security/py-AccessControl 2.13.12 -> 2.13.13
- textproc/py-zope.app.i18n 3.6.3 -> 3.6.4
Notes:
svn path=/head/; revision=327716
|
|
|
|
|
|
|
| |
converters)
Notes:
svn path=/head/; revision=327715
|
|
|
|
|
|
|
| |
comms)
Notes:
svn path=/head/; revision=327714
|
|
|
|
|
|
|
| |
chinese)
Notes:
svn path=/head/; revision=327713
|
|
|
|
|
|
|
| |
Approved by: swills@
Notes:
svn path=/head/; revision=327712
|
|
|
|
|
|
|
| |
cad)
Notes:
svn path=/head/; revision=327711
|
|
|
|
| |
Notes:
svn path=/head/; revision=327710
|
|
|
|
|
|
|
| |
biology)
Notes:
svn path=/head/; revision=327709
|
|
|
|
|
|
|
| |
benchmarks)
Notes:
svn path=/head/; revision=327708
|
|
|
|
|
|
|
|
| |
Reviewed by: Ken Reed <kreed002@gmail.com>
Approved by: bapt@
Notes:
svn path=/head/; revision=327707
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
- pass maintainership to zope@
- add NO_STAGE=yes
- update USE_PYTHON value
Approved by: wen (maintainer, by mail)
Notes:
svn path=/head/; revision=327705
|
|
|
|
|
|
|
| |
- Update to 4.3.1
Notes:
svn path=/head/; revision=327704
|
|
|
|
|
|
|
|
|
|
|
| |
- convert LIB_DEPENDS to modern syntax
- add NO_STAGE=yes
- fix build with clang [1]
Reported by: Ajtim <lumiwa@gmail.com> [1]
Notes:
svn path=/head/; revision=327703
|
|
|
|
| |
Notes:
svn path=/head/; revision=327702
|
|
|
|
|
|
|
| |
astro)
Notes:
svn path=/head/; revision=327701
|
|
|
|
| |
Notes:
svn path=/head/; revision=327700
|
|
|
|
|
|
|
| |
archivers)
Notes:
svn path=/head/; revision=327699
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.12.0
- Two BUILD_DEPENDS are only RUN_DEPENDS, move them
- Patch some files out of MANIFEST.in
- Cherry pick upstream issue/commit [1]
- Define regression-test target and TEST_DEPENDS
- Document USES=display in support of unit tests
[1] https://github.com/pydata/pandas/issues/4353
PR: ports/180889
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=327698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
|
| |
PR: ports/181613
Submitted by: Konstantinos Koukopoulos <koukopoulos@gmail.com>
Notes:
svn path=/head/; revision=327696
|
|
|
|
|
|
|
|
|
|
|
|
| |
find the dictionaries. [1]
Do the same for hspell and ispell, and use new lib_depend syntax.
USE_GMAKE => USES=gmake and fix bug in configure script.
PR: ports/180660
Submitted by: tijl@
Notes:
svn path=/head/; revision=327695
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile's header
- Add LICENSE (Apache 2)
Changes: http://search.cpan.org/dist/Sys-Filesystem/Changes
PR: ports/182241 [1]
Submitted by: pirzyk@ (maintainer)
Notes:
svn path=/head/; revision=327694
|
|
|
|
|
|
|
|
|
| |
. add NO_STAGE=yes macro;
. replace ECHO_CMD with ECHO_MSG macro;
. surround echoing of PKGMESSAGE with ECHO_MSG macros.
Notes:
svn path=/head/; revision=327693
|
|
|
|
|
|
|
|
|
|
| |
- Add pkgng support
PR: ports/181077
Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
Notes:
svn path=/head/; revision=327692
|
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
- Remove Author line
Notes:
svn path=/head/; revision=327691
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Snappy/Changes
Notes:
svn path=/head/; revision=327690
|
|
|
|
|
|
|
| |
- Convert to new OPTIONS simplifier
Notes:
svn path=/head/; revision=327689
|
|
|
|
|
|
|
| |
Changes: https://github.com/grosser/parallel/commits/master
Notes:
svn path=/head/; revision=327688
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
Notes:
svn path=/head/; revision=327687
|
|
|
|
|
|
|
| |
- Convert Makefile headers to new style
Notes:
svn path=/head/; revision=327686
|
|
|
|
|
|
|
| |
staging support
Notes:
svn path=/head/; revision=327685
|
|
|
|
|
|
|
| |
staging area support
Notes:
svn path=/head/; revision=327684
|