| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
builds fine with clang. Also remove USE_GCC=any which was redundant with
compiler:nestedfct.
|
| |
|
|
|
|
| |
- Cleanup Makefile
|
|
|
|
|
|
| |
PR: 197813
Submitted by: marino
Approved by: maintainer (ehaupt)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert to desktop-file-utils
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
|
|
|
|
| |
audio)
|
| |
|
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
|
| |
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
|
|
|
|
| |
- Pacify portlint
- Convert header
|
|
|
|
|
|
|
| |
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes
|
|
|
|
| |
- Remove deprecated header information
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@)
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
(via libvorbis, libtheora).
|
| |
|
| |
|
|
|
|
| |
tarball of an experimental version.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PORTREVISION.
Feature safe: yes
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Update WWW
Feature safe: yes
|
|
|
|
|
| |
Notified by: pav
Feature safe: yes
|
|
|
|
|
| |
Notified by: pointyhat (via miwi)
Feature safe: yes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
| |
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
|
|
|
|
|
|
|
|
| |
- Reclaim maintainer-ship
- Roll back to the last working version
- Bump PORTEPOCH
Pointyhat to: miwi
|
| |
|
|
|
|
|
| |
PR: 123497
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
display colors correctly. However, devel/ncurses is not needed after 602107 and
700033 since it's already in the base.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 111681
Submitted by: edwin
|
| |
|
|
|
|
| |
runs quite stable. This version also supports .ay files.
|
| |
|
|
|
|
| |
- Use USE_LDCONFIG
|
|
|
|
| |
- Update WWW
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: novel (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.4
all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4
PR: ports/86431
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Makefile.patch, add aditional mastersite
- pkg-descr.patch, change pkg-descr WWW to freshmeat project site
PR: ports/84251
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/82956
Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
|
|
|
|
|
|
|
| |
Also fix a build problem when security/heimdal is installed.
PR: ports/82135
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
|
| |
PR: 80616
Submitted by: Emanuel Haupt (maintainer)
|
|
|
|
|
| |
PR: ports/80509
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/80304
Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Approved by: adamw (mentor)
|
|
binary-only module player. It supported many soundcards and module
formats.
At some point, the source code was released to the public under the
terms of the GNU General Public License, and around 2003 Stian
Skjelstad ported the code to Linux.
In addition to legacy tracker formats such as mod, xm and s3m, Open
Cubic Player now also supports mp3 and ogg files.
PR: ports/80276
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: adamw (mentor)
|