- Respect CFLAGS/CXXFLAGS
- Bump PORTREVISION since port was building with -g previously
PR: 155662
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
[1] avg@
- Make MPDCONF have sane FreeBSD defaults
- Move default musicpd root to /var/mpd and stop clobbering make.conf
- Now runs as user MPDUSER by default (in new conf)
PR: ports/155726
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer)
assignment
2. instead of unconditionally setting LIBS in CONFIGURE_ENV use automake logc
to correctly set library dependencies for the case when external libmp4v2
is used
Fix#2 also fixes build with non-base gcc: configure stage would pass LIBS
to all invocations of gcc and linking would fail because libmp4v2 is a C++
library, but non-base gcc (as opposed to g++) doesn't know where to look
for the correct libstdc++.
PR: 149765
Submitted by: Andriy Gapon <avg@icyb.net.ua>
- Add LICENSE (GPLv2)
- Mark MAKE_JOBS_SAFE
- Remove ^M in files with USE_DOS2UNIX
- Use gnomehack to fix pkgconfig directory
- Remove MD5
- Remove 4.x patches
- Bump port revision since installed header file contains ^M
- Update pkg-descr
- Take maintainership
PR: 155608
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
- Drop gratuitous run dependencies: they are only used in external auxiliary
scripts and do not directly affect main program functionality. Users are
advised to install them manually if they need them (lame, faad, etc.)
- Now that configure script supports disabling of optional features, drop
make(1)'s exists()-based heuristics to ensure no hidden dependencies are
recorded; user's choice of OPTIONS should now match the reality
- Remove now unsupported HAL and GNOME VFS2 options
- Remove dependency on external AAC/MP4 library (mp4v2); gtkpod now tries
to load it via dlopen(3) and if it fails, will dig for the atom props
manually. It probably can be turned into rdep, but first I need to make
sure our libmp4v2 ABI matches what gtkpod expects
- Add LICENSE (GPLv2)
- Add LICENSE (LGPL20)
- Install some extra documentation files
- Transfer maintainership to submitter. Alberto did a good job on porting
libgpod dependencies, owns more recent Apple gadgets than me, and kindly
agreed to look after this port
PR: ports/155161
Submitted by: avilla