| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=369478
|
|
|
|
| |
Notes:
svn path=/head/; revision=362027
|
|
|
|
|
|
|
|
|
|
|
| |
- copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06
- update audio/py-eyed3 to 0.7.4
- chase dependency change of audio/abcde to use audio/py-eyed3-06
- drop maintainership of audio/py-eyed3-06
- add mutual CONFLICTS into a both ports
Notes:
svn path=/head/; revision=351642
|
|
|
|
| |
Notes:
svn path=/head/; revision=350254
|
|
|
|
|
|
|
|
| |
PR: 187628
Reported by: Bruce Albrecht <bruce@freebsd.zuhause.org>
Notes:
svn path=/head/; revision=350240
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix packaging by correcting reversed logic of PORTDOCS installation [1]
- support staging
- general clean-ip
- bump PORTREVISION, because those, who didn't need PORTDOCS, had them installed
Reported by: mandree [1]
Notes:
svn path=/head/; revision=346784
|
|
|
|
| |
Notes:
svn path=/head/; revision=345395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
|
|
|
| |
Holdout shame list: ruby, perl, python
Notes:
svn path=/head/; revision=338547
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes:
svn path=/head/; revision=325727
|
|
|
|
|
|
|
|
|
|
| |
- remove stale mirror
- strict python versions (python3 isn't supported)
Approved by: novel (mentor, implicit)
Notes:
svn path=/head/; revision=287990
|
|
|
|
|
|
|
|
| |
Approved by: novel (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=285480
|
|
|
|
|
|
|
|
| |
PR: ports/152061
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Notes:
svn path=/head/; revision=264275
|
|
|
|
|
|
|
| |
Approved by: Tobias Roth <ports@fsck.ch> (Maintainer)
Notes:
svn path=/head/; revision=261975
|
|
|
|
|
|
|
|
| |
PR: ports/124551
Submitted by: Tobias Roth <ports AT fsck.ch> (maintainer)
Notes:
svn path=/head/; revision=214808
|
|
|
|
|
|
|
|
|
| |
PR: ports/121901
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=209514
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to the submitter.
PR: ports/118236
Submitted by: Tobias Roth <ports@fsck.ch>
Notes:
svn path=/head/; revision=205950
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove LIB_DEPENDS audio/id3lib
- enable NOPORTDOCS option.
PR: 106880
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=181574
|
|
|
|
| |
Notes:
svn path=/head/; revision=160110
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154140
|
|
|
|
| |
Notes:
svn path=/head/; revision=144827
|
|
|
|
| |
Notes:
svn path=/head/; revision=131742
|
|
|
|
|
|
|
| |
_ Update main site URL
Notes:
svn path=/head/; revision=127390
|
|
|
|
| |
Notes:
svn path=/head/; revision=123160
|
|
|
|
| |
Notes:
svn path=/head/; revision=119705
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104400
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
Notes:
svn path=/head/; revision=87478
|