aboutsummaryrefslogtreecommitdiff
path: root/math/py-pycosat
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* math/py-pycosat: Update to 0.6.3Kubilay Kocak2018-08-072-4/+5
| | | | | | | | | Changelog: https://github.com/ContinuumIO/pycosat/blob/0.6.3/CHANGELOG Notes: svn path=/head/; revision=476559
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* math/py-pycosat: Update to 0.6.1Kubilay Kocak2015-12-262-6/+5
| | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.6.1) [1] - Use PYTHON_SITELIBDIR in post-install STRIP_CMD - Update test target to new convention Changes: https://github.com/ContinuumIO/pycosat/blob/0.6.1/CHANGELOG PR: 205564 [1] Submitted by: Yuri <yuri rawbw com> [1] Notes: svn path=/head/; revision=404496
* math/py-pycosat: Chase category change for math/picosatKubilay Kocak2014-08-251-1/+2
| | | | | | | Change category change for math/picosat in LIB_DEPENDS Notes: svn path=/head/; revision=366068
* Move picosat and py-pycosat from devel -> mathKubilay Kocak2014-08-254-0/+48
- Remove from devel/Makefile - Add to math/Makefile - Update CATEGORIES for both ports - Add MOVED entries While I'm here, sort MOVED entries causing MOVEDlint.awk error [1] after r365599 [2] [1] 6470: date going backwards from 2014-08-20 to 2014-08-15 [2] https://svnweb.freebsd.org/changeset/ports/365599 Suggested by: vsevolod Notes: svn path=/head/; revision=366063