| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
- Add stage support
PR: ports/184855
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=336853
|
|
|
|
|
|
|
| |
Approved by: dhn@ via private mail
Notes:
svn path=/head/; revision=336834
|
|
|
|
|
|
|
|
| |
PR: ports/184959
Submitted by: maintainer
Notes:
svn path=/head/; revision=336814
|
|
|
|
| |
Notes:
svn path=/head/; revision=336810
|
|
|
|
| |
Notes:
svn path=/head/; revision=336809
|
|
|
|
| |
Notes:
svn path=/head/; revision=336808
|
|
|
|
|
|
|
|
|
|
|
| |
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL
Security: 0c39bafc-6771-11e3-868f-0025905a4771
Notes:
svn path=/head/; revision=336791
|
|
|
|
|
|
|
|
| |
PR: ports/180149
Submitted by: Steve Wills <swills@FreeBSD.org>
Notes:
svn path=/head/; revision=336756
|
|
|
|
| |
Notes:
svn path=/head/; revision=336738
|
|
|
|
|
|
|
|
| |
PR: ports/184055
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
Notes:
svn path=/head/; revision=336734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
General cleanup:
pkg-install and pkg-deinstall scripts were redundant, as they
replicated @exec / @unexec actions from pkg-plist.
Fix DEVELOPER_MODE complaint about shebangfix: it's a Makefile, not
a shell script in any case.
PR: ports/184925
Submitted by: rene
Notes:
svn path=/head/; revision=336724
|
|
|
|
| |
Notes:
svn path=/head/; revision=336711
|
|
|
|
| |
Notes:
svn path=/head/; revision=336688
|
|
|
|
|
|
|
|
|
|
| |
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin
Notes:
svn path=/head/; revision=336656
|
|
|
|
| |
Notes:
svn path=/head/; revision=336648
|
|
|
|
|
|
|
|
| |
- Use newer kqueue patch
- Use autotools to regenerate configure required for the patch
Notes:
svn path=/head/; revision=336641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0]
Notes:
svn path=/head/; revision=336621
|
|
|
|
|
|
|
| |
Obtained from: upstream
Notes:
svn path=/head/; revision=336619
|
|
|
|
| |
Notes:
svn path=/head/; revision=336612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
Notes:
svn path=/head/; revision=336553
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336545
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336536
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336533
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336531
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336525
|
|
|
|
| |
Notes:
svn path=/head/; revision=336516
|
|
|
|
|
|
|
| |
- pet portlint
Notes:
svn path=/head/; revision=336507
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336490
|
|
|
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336463
|
|
|
|
|
|
|
| |
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
Notes:
svn path=/head/; revision=336457
|
|
|
|
| |
Notes:
svn path=/head/; revision=336417
|
|
|
|
| |
Notes:
svn path=/head/; revision=336416
|
|
|
|
| |
Notes:
svn path=/head/; revision=336415
|
|
|
|
|
|
|
| |
While here, defang a var!= assignment and move it into the do-whatever: targets.
Notes:
svn path=/head/; revision=336380
|
|
|
|
| |
Notes:
svn path=/head/; revision=336313
|
|
|
|
| |
Notes:
svn path=/head/; revision=336312
|
|
|
|
|
|
|
|
|
|
|
| |
with OpenLDAP 'memberof' overlay.
Pointed out by: oshogbo
[1] http://www.openldap.org/lists/openldap-bugs/201205/msg00002.html
Notes:
svn path=/head/; revision=336300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--- 5.0.5 2013/12/09
Add support for MARC-in-JSON. yaz-marcdump and the record conversion module
can read and write this format. For record format JSON, yaz-ztest returns
MARC-in-JSON records.
iconv: fixes and more tests for danmarc character set encoding. 0xa733 is
converted to @ĂĽ , 0xa732 is converted to @Ă
instead of @a733, @a732 .
Notes:
svn path=/head/; revision=336276
|
|
|
|
| |
Notes:
svn path=/head/; revision=336263
|
|
|
|
| |
Notes:
svn path=/head/; revision=336262
|
|
|
|
|
|
|
|
|
| |
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
Notes:
svn path=/head/; revision=336102
|
|
|
|
|
|
|
|
|
| |
- Convert to new options helper
- Remove deprecated PTHREAD_*
- Simplify Makefile
Notes:
svn path=/head/; revision=336085
|
|
|
|
|
|
|
|
| |
Security: CVE-2012-6150
CVE-2013-4408
Notes:
svn path=/head/; revision=336044
|
|
|
|
|
|
|
|
| |
Security: CVE-2012-6150
CVE-2013-4408
Notes:
svn path=/head/; revision=336043
|
|
|
|
|
|
|
|
|
| |
PR: ports/184429
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=336027
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Support STAGEDIR
Changes: https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md
PR: ports/181587
Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
Notes:
svn path=/head/; revision=336026
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES: CPAN is enough
- Add LICENSE
Changes: http://search.cpan.org/dist/Geo-IP/Changes
Notes:
svn path=/head/; revision=336020
|
|
|
|
|
|
|
|
|
| |
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer)
Notes:
svn path=/head/; revision=336013
|
|
|
|
| |
Notes:
svn path=/head/; revision=335955
|
|
|
|
|
|
|
| |
Spotted by: john <john@aerizen.com>
Notes:
svn path=/head/; revision=335951
|