| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/libming/libming/blob/master/NEWS
http://www.libming.org/Releases
Notes:
svn path=/head/; revision=440422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=423014
|
|
|
|
| |
Notes:
svn path=/head/; revision=413273
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 208294
Exp-run by: antoine
Reviewed by: tijl
Approved by: portmgr (mat via D4157)
Differential Revision: https://reviews.freebsd.org/D4169
Notes:
svn path=/head/; revision=413185
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
| |
Sponsored by: PortsCamp Taiwan
Notes:
svn path=/head/; revision=406365
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=403255
|
|
|
|
|
|
|
| |
PR: 204492
Notes:
svn path=/head/; revision=402898
|
|
|
|
|
|
|
| |
- Fix build with Python 3.x
Notes:
svn path=/head/; revision=400255
|
|
|
|
|
|
|
|
|
|
|
| |
ports
- Use USES=localbase
- Convert to new options target helper
- Cleanup Makefile
Notes:
svn path=/head/; revision=399726
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/libming/libming/blob/master/NEWS
Notes:
svn path=/head/; revision=398861
|
|
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
Notes:
svn path=/head/; revision=377033
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
|
| |
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
Notes:
svn path=/head/; revision=365687
|
|
|
|
|
|
|
| |
Notified by: koobs, wg
Notes:
svn path=/head/; revision=364929
|
|
|
|
| |
Notes:
svn path=/head/; revision=364903
|
|
|
|
|
|
|
|
|
|
| |
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1]
Notes:
svn path=/head/; revision=348580
|
|
|
|
| |
Notes:
svn path=/head/; revision=344302
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Notes:
svn path=/head/; revision=334072
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=326670
|
|
|
|
|
|
|
|
|
| |
- Add WWW
Changes: https://github.com/libming/libming/blob/master/NEWS
Notes:
svn path=/head/; revision=325206
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
- Move post-patch: to master port (graphics/ming)
Notes:
svn path=/head/; revision=292001
|
|
|
|
|
|
|
|
|
|
| |
- Remove distinfo: no need for a slave port
- Take maintainership
Changes: https://github.com/libming/libming/blob/master/NEWS
Notes:
svn path=/head/; revision=291424
|
|
|
|
| |
Notes:
svn path=/head/; revision=291054
|
|
|
|
|
|
|
|
| |
- Update to 0.4.3
- Convert to slave of graphics/ming
Notes:
svn path=/head/; revision=279170
|
|
|
|
| |
Notes:
svn path=/head/; revision=278794
|
|
|
|
| |
Notes:
svn path=/head/; revision=276992
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
| |
starting with G
Notes:
svn path=/head/; revision=240070
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: ports/96006
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=159898
|
|
|
|
|
|
|
| |
been inactive more than 6 months. We hope to see him back sometime.
Notes:
svn path=/head/; revision=147872
|
|
|
|
| |
Notes:
svn path=/head/; revision=110390
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=77093
|
|
|
|
| |
Notes:
svn path=/head/; revision=75780
|
|
|
|
| |
Notes:
svn path=/head/; revision=47941
|
|
|
|
| |
Notes:
svn path=/head/; revision=47938
|
|
|
|
| |
Notes:
svn path=/head/; revision=47936
|
|
|
|
|
|
|
| |
Submitted by: Frederico Freire Boaventura <fred@tcoip.com.br> (partially)
Notes:
svn path=/head/; revision=44843
|
|
|
|
| |
Notes:
svn path=/head/; revision=40086
|
|
|
|
| |
Notes:
svn path=/head/; revision=38175
|