graphics/xaralx-devel port because the icon and the executable are
installed under xaralx-devel.png and xaralx-devel respectively to
make it possible to have both xaralx and xaralx-devel installed.
created in current dir. I consider this annoying, so I think
it's better to have gnash debug log as a dotfile.
PR: 97522
Submittey by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
* Add libtool dependency because configure.in mentions AC_PROG_LIBTOOL
which seems to be defined by libtool.m4 installed by libtool. This allows
us to drop the hack of removing it from configure.in
* Invoking "pkg-config --cflags atk fontconfig gdk-2.0 pango" is not
necessary anymore. Drop it.
* Invoke autoreconf with a hacked value of ACLOCAL environment variable
to make aclocal find gettext.m4 which is installed in /usr/local/aclocal/
but aclocal is searching /usr/local/aclocal19/. ade@ promised to fix this
soon
* Remove unnecessary changes to configure.in, they are not needed now
- Update to 0.8.1
- Enable full exif support by default
- Update COMMENT and pkg-descr
PR: ports/96821
Submitted by: sat
Approved by: krion (then mentor)
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
documentation and license files, icon, a .desktop file and examples.
* Switch from LOCALBASE to X11BASE since this is a true a X application
that needs to link against the X libraries and now installs .desktop
file and an icon.