Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.31 21 Nov 2024 20:56:56 |
Po-Chuan Hsieh (sunpoet) |
graphics/libgphoto2: Revert 5772ad1157dd288e3eb151d44bdd4d80381c3fae
The original problem was caused by heimdal-gssapi in libcurl.pc.
Approved by: portmgr (blanket) |
2.5.31 21 Nov 2024 13:39:54 |
Po-Chuan Hsieh (sunpoet) |
graphics/libgphoto2: Fix curl detection
Before:
checking for libcurl to use... autodetect
checking for LIBCURL... no
checking libcurl config program... none
...
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libgphoto2/%%VERSION%%/lumix.so
===> Error: Plist issues found.
*** Error code 1
After:
checking for curl/curl.h... yes
checking for function curl_easy_init in libcurl... yes
checking libcurl library flags... "-L/usr/local/lib -lcurl"
checking libcurl cpp flags... "-I/usr/local/include"
Approved by: portmgr (blanket) |
2.5.31 20 May 2024 11:53:50 |
Alexey Dokuchaev (danfe) |
graphics/libgphoto2: the port had been updated to version 2.5.31
- Clean up USES list (no longer requires GNU make, etc.)
- Do not set USE_CSTD, GNU_CONFIGURE_MANPREFIX, and particularly
CONFIGURE_ENV which could break the build (doxygen-related)
- Drop old patches and sed(1) fixup that are no longer needed
PR: 277551
Reported by: portscout |
2.5.26_3 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
2.5.26_3 21 Oct 2023 10:52:22 |
Dimitry Andric (dim) |
graphics/libgphoto2: fix build with lld 17
Building graphics/libgphoto2 with lld 17 results in the following link
error:
libtool: link: cc -shared -fPIC -DPIC
.libs/libgphoto2_port_la-gphoto2-port-info-list.o
.libs/libgphoto2_port_la-gphoto2-port-log.o
.libs/libgphoto2_port_la-gphoto2-port-version.o
.libs/libgphoto2_port_la-gphoto2-port.o
.libs/libgphoto2_port_la-gphoto2-port-portability.o
.libs/libgphoto2_port_la-gphoto2-port-result.o -Wl,-rpath -Wl,/usr/local/lib
-Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libltdl.so -lintl
-lpthread -lregex -O2 -fstack-protector-strong
-Wl,--version-script=./libgphoto2_port.ver -fstack-protector-strong -Wl,-rpath
-Wl,/usr/local/lib -Wl,-soname -Wl,libgphoto2_port.so.12 -o
.libs/libgphoto2_port.so.12.0.0
ld: error: version script assignment of 'LIBGPHOTO2_INTERNAL' to symbol
'gpi_gphoto_port_type_map' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
The mentioned symbol has been removed from libgphoto2 a long time ago,
so remove it from the linker version script.
PR: 274334
Approved by: maintainer timeout (2 weeks)
MFH: 2023Q4 |
2.5.26_3 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.5.26_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.5.26_2 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.5.26_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.5.26_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.5.26 01 Feb 2022 06:04:50 |
Alexey Dokuchaev (danfe) |
graphics/libgphoto2: add CURL option, fix packaging without GD option
Assign more accurate descriptions of the optional features as default
descriptions are a bit too generic and might not give the user enough
information to decide whether she needs them or not. |
2.5.26 22 May 2021 03:25:48 |
Alexey Dokuchaev (danfe) |
graphics/*gphoto2;misc/mc: take maintainership. |
2.5.26 22 May 2021 02:13:01 |
Ben Woods (woodsb02) |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
2.5.26 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5.26 03 Feb 2021 14:50:01 |
pkubaj |
graphics/libgphoto2: fix build on GCC architectures
Use C11 compiler:
checking for libltdl flags... set explicitly: -I/usr/local/include
-L/usr/local/lib -lltdl
Switch to C99:
docupen/calibration.c:31:2: error: 'for' loop initial declarations are only
allowed in C99 or C11 mode
31 | for (unsigned int i = 0; i < sizeof(struct lut); i++) {
| ^~~ |
2.5.26 25 Jan 2021 11:22:09 |
fluffy |
graphics/[lib]gphoto2: update to 2.5.26
LibCurl and LibXml2 now are mandatory to build driver for Lumix cameras
Changelog: http://www.gphoto.org/news/
No ABI change, no need to bump consumers
PR: 252959, 252960
Submitted by: fluffy
Approved by: maintainer (woodsb02)
MFH: 2021Q1 |
2.5.23_1 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
2.5.23 22 Dec 2019 15:26:35 |
woodsb02 |
graphics/libgphoto2 and graphics/gphoto2: Update to 2.5.23
graphics/py-gphoto2: Update to 2.0.0
Changes this release:
http://www.gphoto.org/news/
https://github.com/jim-easterbrook/python-gphoto2/blob/v2.0.0/CHANGELOG.txt |
2.5.22 27 May 2019 10:21:47 |
kai |
graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20
* Bump PORTREVISION of ports depending on them.
Also while I'm here:
* Add "gnome" to USES if the XML option is enabled to avoid warnings about
using USE_GNOME alone.
* Pet portlint
Notable changes since 2.5.16 (graphics/libgphoto2) [1]:
* Added new USB Ids for various camera types
* Updated translations
* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS
currently) (Only the first 15 lines of the commit message are shown above ) |
2.5.16 04 Feb 2018 15:10:06 |
woodsb02 |
graphics/libgphoto2: Convert custom REINPLACE_CMD to USES=pathfix
There is no functional difference with this change. |
2.5.16 14 Jan 2018 01:23:15 |
woodsb02 |
graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2
Also bump PORTREVISION of ports depending on these.
PR: 224611
Submitted by: bsam (graphics/libgphoto2) |
2.5.14 14 Aug 2017 12:56:23 |
woodsb02 |
graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0
- Bump dependent ports
- Take maintainership of graphics/gtkam |
2.5.13 01 Jun 2017 16:05:18 |
woodsb02 |
graphics/libgphoto2: Update to 2.5.13
graphics/py-gphoto2: Update to 1.6.0
- Bump dependent ports
Changes this release:
https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release |
2.5.12 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
2.5.12 08 Jan 2017 06:30:40 |
woodsb02 |
graphics/libgphoto2: Update to 2.5.12
Changes this release:
http://www.gphoto.org/news/ |
2.5.11 05 Jan 2017 22:58:02 |
jbeich |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
2.5.11 19 Dec 2016 13:21:29 |
woodsb02 |
graphics/gphoto2 and graphics/libgphoto2: Update to 2.5.11
Changes this release:
http://www.gphoto.org/news/
Approved by: adamw (mentor, implicit) |
2.5.10_1 12 Oct 2016 18:52:43 |
antoine |
- Update jpeg-turbo to 1.5.1
- Add LICENSE
- Use the framework for tests |
2.5.10_1 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
2.5.10 09 May 2016 20:46:48 |
woodsb02 |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
2.5.10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.10 25 Mar 2016 15:10:24 |
amdmi3 |
- Update to 2.5.10
- Pass maintainership to submitter
PR: 208284
Submitted by: woodsb02@gmail.com |
2.5.9 22 Dec 2015 05:18:04 |
miwi |
- Update to 2.5.9
PR: 205210 205209
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4618 |
2.5.8_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
2.5.8 29 Jul 2015 07:58:03 |
madpilot |
- Remove uneeded comment
- Revert gratutious post-install change
Reported by: danfe |
2.5.8 28 Jul 2015 20:12:46 |
madpilot |
Update to 2.5.8
PR: 201845
Submitted by: tkato432@yahoo.com |
2.5.7 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.5.7 23 Jan 2015 09:34:36 |
vanilla |
Upgrade to 2.5.7. |
2.5.5.1 01 Nov 2014 08:33:31 |
amdmi3 |
- Drop @dirrm* from plist
- Add LICENSE_FILE |
2.5.5.1 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
2.5.5.1 05 Sep 2014 16:36:29 |
vanilla |
Update to version 2.5.5.1.
PR: ports/193326
Submitted by: Ports Fury. |
2.5.4 20 May 2014 02:53:31 |
miwi |
- Update to 2.5.4
PR: 187970
Submitted by: Ports Fury |
2.5.3.1_2 03 May 2014 07:34:48 |
kwm |
USE_BZIP2 -> USES=tar:bzip2
USE_AUTOTOOLS=libtool + USE_GNOME=ltverhack -> USES=libtool:keepla |
2.5.3.1_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.5.3.1 07 Feb 2014 13:25:19 |
miwi |
- Remove the quota from previous commit. |
2.5.3.1 07 Feb 2014 13:06:40 |
miwi |
- Update to 2.5.3.1
PR: 185940
Submitted by: Ports Fury |
2.5.3 05 Feb 2014 21:22:12 |
marino |
graphics/libgphoto2: Reduce inclusions, qualify OSVERSION |
2.5.3 17 Jan 2014 16:55:23 |
miwi |
- Update to 2.5.3
PR: ports/181073
Submitted by: Ports Fury |
2.4.14_4 26 Oct 2013 09:58:00 |
tijl |
- Fix pkg-plist on FreeBSD 10 and let FreeBSD 8 and 9 use the libusb 1.0
API too.
- Remove patching of libgphoto2_port.pc.in. It has no effect.
- Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE to old values. It hides
C99 symbols like snprintf that the port uses.
PR: ports/183308 |
2.4.14_3 22 Oct 2013 07:47:42 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax |
2.4.14_3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.4.14_3 25 Jul 2013 18:55:02 |
kwm |
Unbreak after base rev 253637
While here remove unused patch
PR: ports/180825
Submitted by: rpaulo@ |
2.4.14_3 10 Jul 2013 01:57:15 |
danfe |
- Unbreak the build of fusefs-gphotofs (add missing pkgconfig)
- Define LICENSE for fusefs-gphotofs and libgphoto2 while here |
2.4.14_3 10 Jul 2013 01:19:13 |
danfe |
Cleanup the port a bit:
- Make COMMENT reflect the reality better
- Drop shlib ABI versions from LIB_DEPENDS
- Utilize USES of gmake and pkgconfig
- Collapse two CONFIGURE_ENV lines into one
- Drop MAKE_JOBS_SAFE: it will be default in a few days
- Wrap very long lines in post-patch for better readability |
2.4.14_3 09 Jul 2013 21:26:49 |
pav |
- Drop all my ports |
2.4.14_3 29 Apr 2013 22:27:05 |
bapt |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
2.4.14_3 29 Apr 2013 16:43:05 |
rene |
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt) |
2.4.14_3 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.4.14_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.4.14_3 28 Mar 2013 21:50:54 |
pawel |
Revert previous boneheaded change - libgphoto2 is dependency for
couple of KDE4 ports. Instead of depending on HAL make sure not to
link to it.
Reported by: danfe |
2.4.14_2 27 Mar 2013 23:37:51 |
pawel |
Port links to sysutils/hal when available
PR: ports/175964
Submitted by: myself
Approved by: maintainer timeout |
2.4.14_1 14 Mar 2013 08:17:40 |
pclin |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a |
2.4.14 24 Aug 2012 09:07:08 |
pav |
- Update to 2.4.14 |
2.4.13 27 Mar 2012 08:34:42 |
pav |
- Update to 2.4.13
Feature safe: yes |
2.4.11_1 13 Feb 2012 20:57:26 |
pav |
- When gettext is disabled, this port still needs iconv
Reported by: Hakisho Nukama <nukama@googlemail.com> |
2.4.11_1 09 Sep 2011 19:55:18 |
pav |
- Make sure libgphoto_port library is linked with libintl, otherwise
non-gettext apps (python) that dl_open libgphoto_port plugins are rather
unhappy
PR: ports/160508
Reported by: danfe
Tested by: danfe |
2.4.11_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
2.4.11 02 Jun 2011 20:43:31 |
pav |
- Update to 2.4.11 |
2.4.10.1_2 04 Mar 2011 02:13:32 |
wen |
- Bump PORTREVISION to chase the update of libexif |
2.4.10.1_1 16 Jan 2011 21:39:38 |
pav |
- Fix segfault on certain usb devices
PR: ports/154057
Submitted by: Lucius Windschuh <lwindschuh@gmail.com>
Feature safe: yes |
2.4.10.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.4.10.1 02 Sep 2010 13:19:17 |
pav |
- Update to 2.4.10.1 |
2.4.9.1 03 Jun 2010 11:45:59 |
pav |
- Update to 2.4.9.1 |
2.4.7_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.4.7 07 Sep 2009 09:03:33 |
pav |
- Update to 2.4.7 |
2.4.6_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
2.4.6_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.4.6 28 Jun 2009 19:43:49 |
pav |
- Update to 2.4.6 |
2.4.5 22 Apr 2009 15:02:46 |
pav |
- Update to 2.4.5 |
2.4.4 21 Mar 2009 22:30:48 |
pav |
- Remove requirement on libusb from pkg-config file on USB2.0 enabled -CURRENT
Requested by: marcus |
2.4.4 13 Mar 2009 12:29:40 |
pav |
- extra patch is unneeded on current -current
Submitted by: thompsa |
2.4.4 09 Mar 2009 17:15:43 |
stas |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
2.4.4 08 Mar 2009 18:01:11 |
pav |
- Another round of usb20 patches
PR: ports/132420
Submitted by: Phillip N. <pneumann@gmail.com>, kan |
2.4.4 07 Mar 2009 20:13:38 |
pav |
- Fix include path on -current
Submitted by: marcus |
2.4.4 02 Mar 2009 00:28:00 |
pav |
- Fix build with USB 2.0 in CURRENT (untested)
Submitted by: rnoland |
2.4.4 30 Jan 2009 09:15:01 |
pav |
- Update to 2.4.4 |
2.4.3 12 Nov 2008 09:11:36 |
pav |
- Unbreak WITHOUT_NLS
PR: ports/128808
Reported by: Jimmie James <jimmiejaz@gmail.com> |
2.4.3 09 Nov 2008 16:10:50 |
pav |
- Update to 2.4.3
- Raise MAX_ENTRIES limit from 1024 to 8192 entries (a stopgap for 2.4.x
series, 2.5.x will have adaptive list)
PR: ports/127847
Requested by: Henrik Herranen <leopold@iki.fi> |
2.4.2_1 29 Jul 2008 12:47:25 |
brix |
Add quirk for the Apple iPhone 3G from upstream SVN.
Approved by: pav (maintainer), erwin (mentor, implicit) |
2.4.2 14 Jul 2008 12:31:21 |
pav |
- Fix install in presence of gmkdir
Reported by: Jan Henrik Sylvester <me@janh.de> |
2.4.2 14 Jul 2008 09:24:03 |
pav |
- Update to 2.4.2 |
2.4.1_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.4.1 18 May 2008 15:08:08 |
pav |
- Put shlib major back into LIB_DEPENDS, otherwise it's picking up libusb.so.0
from compat4x package
Reported by: many |
2.4.1 30 Mar 2008 19:31:25 |
pav |
- Update to 2.4.1 |
2.4.0 20 Mar 2008 09:46:38 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
2.4.0 08 Jan 2008 15:25:56 |
pav |
- Disable Doxygen
- Port now installs the docs by itself
PR: ports/119451
Reported by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
2.4.0 13 Aug 2007 18:08:22 |
pav |
- Update to 2.4.0 |
2.4.0 13 Aug 2007 18:07:58 |
pav |
- Update to 2.4.0 |
2.3.1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |