1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Marcus von Appen
734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00
Baptiste Daroussin
d96aa38d95 Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
2014-09-01 13:03:25 +00:00
Marcus von Appen
9db59e2125 - Fix and remove stale symlinks after the lang/python* cleanup
Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2014-08-04 05:49:35 +00:00
Marcus von Appen
a5ec927724 - Do not use absolute source paths for the symlinks to the stagedir
Noticed by:	danfe
2014-01-25 09:15:12 +00:00
Marcus von Appen
8fd329e5db - Enable stagedir support 2014-01-25 08:46:11 +00:00
Koop Mast
3c42a05d45 Install python[23].pc files for the lang/python[23] ports.
Discussed with:	koobs@
Approved by:	python@ (wg@)
2013-12-12 08:12:13 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Marcus von Appen
f1bf97d360 - improve the python meta port descriptions
Requested by:	demon@
Reviewed by:	demon@
2013-09-01 15:43:35 +00:00
Marcus von Appen
50bb471eff - Avoid circular dependencies due to the previous bsd.python.mk change 2013-08-18 15:25:24 +00:00
Marcus von Appen
7452555915 - Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
2013-08-17 19:10:59 +00:00