Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.31_15,1 01 Mar 2024 23:38:38 |
Guido Falsi (madpilot) |
comms/gnokii: Move man pages to share/man. |
0.6.31_14,1 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket) |
0.6.31_14,1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
0.6.31_13,1 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 ) |
0.6.31_13,1 27 Jul 2022 20:34:36 |
Guido Falsi (madpilot) |
comms/gnokii: Remove unneeded shebangfix file.
Correct small mistake that slipped in in previous commit.
Fixes: 3109e75af713dfba3e429ee56d688e4a18141279 |
0.6.31_13,1 27 Jul 2022 20:30:53 |
Guido Falsi (madpilot) |
comms/gnokii: Cleanup and modernize port
- Remove pkg-install, all it was doing is now done from pkg-plist [1]
- Fix sendsms script to work with sh
- Use shebangfix in place of REINPLACE_CMD
- Remove unneeded REINPLACE_CMDs
- Remove bogus SMSDDB option, and use OPTIONS_GROUP in place of OPTIONS_MULTI
- Remove duplicate "gnome" from X11_USES (already in global USES)
- Add missing dependency on harfbuzz when X11 is enabled
- Remove unneeded "-p" from ${MKDIR}
- Delete an old, unused, patch file
Reported by: bapt [1] |
0.6.31_12,1 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
0.6.31_12,1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.6.31_12,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.31_12,1 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
0.6.31_12,1 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
0.6.31_12,1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
0.6.31_12,1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.6.31_11,1 26 Apr 2018 07:13:25 |
madpilot |
Update WWW site to https. |
0.6.31_11,1 20 Mar 2018 02:54:23 |
truckman |
Bump PORTREVISION on ports depending on devel/libical.
PR: 226460 |
0.6.31_10,1 13 Oct 2017 14:19:26 |
bapt |
Cleanup dead MASTER_SITES |
0.6.31_10,1 09 Jul 2017 12:50:08 |
madpilot |
- Modernize port by fully using OPTION helpers and OPTION targets
- Convert to USES=localbase
- Patch sample script shebang to reference sh instead of bash
- Fix staging and packaging problems when not using default options
- Add missing dependencies reported by poudriere stage-qa
- Strip installed libraries |
0.6.31_9,1 03 May 2017 17:09:38 |
pawel |
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout |
0.6.31_8,1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.6.31_7,1 26 Apr 2016 21:13:51 |
madpilot |
Convert to USES=mysql |
0.6.31_7,1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.6.31_7,1 15 Jun 2015 14:36:21 |
madpilot |
- Fix configure when both X11 and SMSD options are off [1]
(this port always requires glib20)
- While here regenerate patches to silence portlint warnings
Reporterd by: Marc van Houtum <marc at dutchsecurity.net> (by email) [1] |
0.6.31_7,1 24 Mar 2015 23:45:42 |
marino |
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket |
0.6.31_7,1 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
0.6.31_7,1 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
0.6.31_6,1 24 Jun 2014 22:23:56 |
bapt |
Use MAKE_CMD instead of GMAKE |
0.6.31_6,1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.6.31_6,1 10 May 2014 19:47:42 |
madpilot |
Fix pkg-install, forgotten in previous commit. |
0.6.31_5,1 10 May 2014 18:56:40 |
madpilot |
- Add USES=libtool
- Don't install .la files |
0.6.31_4,1 07 May 2014 23:37:53 |
bapt |
Convert to USES=pgsql |
0.6.31_4,1 28 Mar 2014 14:41:29 |
madpilot |
Fix build on head.
Reported by: pkg-fallout |
0.6.31_4,1 17 Mar 2014 08:37:19 |
madpilot |
Convert to new USES=tar |
0.6.31_4,1 12 Jan 2014 19:48:11 |
kwm |
Update to 1.0.
Update Comment
Add LICENSE blob.
Stagify. |
0.6.31_3,1 11 Dec 2013 15:10:44 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
0.6.31_3,1 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
0.6.31_3,1 29 Sep 2013 10:46:22 |
madpilot |
- Support staging
- Convert to new LIB_DEPENDS format
- Use options helpers |
0.6.31_3,1 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
0.6.31_3,1 02 Sep 2013 21:04:01 |
bapt |
Add an explicit dependency on pkgconf |
0.6.31_3,1 14 Aug 2013 13:00:15 |
madpilot |
- Add patch to avoid a bus error while starting the software.
Many thanks to the Mike Bernard for reporting and helping me debug
this problem.
While here remove obsolete MAKE_JOBS_SFE flag
Reported by: Mike Barnard Kwatampora <mike.barnardq@gmail.com> |
0.6.31_2,1 08 Jul 2013 18:44:24 |
madpilot |
Convert the ports I maintain to USES=gmake. |
0.6.31_2,1 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) |
0.6.31_2,1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.6.31_2,1 30 Dec 2012 05:14:02 |
mezz |
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info> |
0.6.31_1,1 10 Dec 2012 20:39:41 |
madpilot |
Trim Makefile headers for ports I maintain. |
0.6.31_1,1 30 Jun 2012 14:48:31 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.6.31_1,1 09 Jun 2012 11:02:27 |
madpilot |
- Use new options framework "MULTI" feature.
Approved by: crees, tabthorpe (mentors, implicit) |
0.6.31_1,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.6.31,1 31 May 2012 21:12:14 |
madpilot |
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by: tabthorpe (mentor) |
0.6.31,1 14 Apr 2012 18:45:07 |
madpilot |
Change to my FreeBSD.org email address.
Approved by: crees (mentor) |
0.6.31,1 10 Dec 2011 16:46:22 |
zi |
- Update to 0.6.31
PR: ports/163158
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Feature safe: yes |
0.6.30,1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.6.30,1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.6.30,1 14 Jul 2011 14:38:22 |
arved |
Fix build with clang
PR: 158660
Submitted by: maintainer |
0.6.30,1 06 Jun 2011 19:27:00 |
rene |
Change this port to use the GROUPS variable
PR: ports/157545
Submitted by: Chris Rees [utisoft gmail com]
Approved by: maintainer |
0.6.30,1 26 Jan 2011 13:47:04 |
beat |
- Update to 0.6.30
- Add LICENSE information
- Add SQLite support option
- Remove MD5 checksum
PR: ports/154303
Submitted by: Guido Falsi <mad AT madpilot.net> (maintainer)
Feature safe: yes |
0.6.29_1,1 05 Jun 2010 11:26:36 |
miwi |
- Fix build
PR: 147288
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: maintianer |
0.6.29_1,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.6.29,1 22 May 2010 05:56:51 |
marcus |
Update libical to 0.44. |
0.6.29,1 10 May 2010 06:15:05 |
miwi |
- Update to 0.6.29
PR: 146129
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.28_2,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.28_1,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6.28,1 14 Jan 2010 17:50:05 |
amdmi3 |
- Add missing dependency on intltool
- While here, fix handling of manpage which is installed unconditionally
(approved by maintainer)
PR: 142834
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Ebbe Hjorth <info at ebbehjorth.dk> |
0.6.28,1 11 Sep 2009 12:46:13 |
arved |
Update to 0.6.28
PR: 138674
Submitted by: maintainer |
0.6.27_3,1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.6.27_2,1 06 Jun 2009 17:06:21 |
itetcu |
Fix build with custom LOCALBASE.
Submitted by: maintainer
Reported by: QATty |
0.6.27_2,1 10 Apr 2009 05:56:28 |
marcus |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
0.6.27_1,1 26 Mar 2009 15:09:13 |
miwi |
- Mark MAKE_JOBS_SAFE for SMP compilation
PR: 133067
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.27_1,1 22 Mar 2009 20:50:13 |
pav |
- Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ip
installs another spd.so to localbase)
PR: ports/131778
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Vladimir Kushnir <vkushnir@bigmir.net> |
0.6.27_1 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 |
0.6.27_1,1 04 Feb 2009 07:56:26 |
pgollucci |
- A function in gnokii happens to use strndup() which is implemented
only in 8.0, so revert it to a simple strdup().
PR: ports/131350
Reported by: ledondo2000 at gmail.com
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.27,1 11 Jan 2009 17:40:39 |
miwi |
- Update to 0.6.27
PR: 128589
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.26_3,1 04 Jan 2009 14:08:43 |
makc |
Chase devel/libical update
Approved by: miwi (mentor) |
0.6.26_3,1 14 Nov 2008 10:27:24 |
pav |
- Register conflicts between gnokii, smstools and sendsms
Reported by: ganbold of EFnet |
0.6.26_3,1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
0.6.26_3,1 27 Jul 2008 20:25:00 |
danfe |
- Bring Makefile header to canonical form (reindent and augment)
- Manual pages are not subject to NOPORTDOCS filtering, fix this
- Handle pkg-message word expansion in a preferred manner
- Convert to use OPTIONS
- Simplify and cleanup Makefile
- Explicit glib20 dependency is useless in X11 case (implied by gtk20)
- Drop libgnome dependency, xgnokii does not link with it per what I see
- Drop RUN_DEPENDS introduced in rev. 1.68, as it is bogus (port does not
install any perl bits) [*]
- Trim overly long INSTALL statements
Approved by: maintainer
Pointy hat to: miwi [*] |
0.6.26_2,1 14 Jul 2008 07:42:04 |
rafan |
- Fix build and install when CONFIGURE_TARGET is prepended to executable files
[1]
- Add missing dependency on glib2 [2]
- gettext is required by configure unconditionally, so remove WITHOUT_NLS [3]
PR: ports/125509
Reported by: Carsten Jonstrup <carsten.jonstrup at gmail.com> and
Alastair Watts <awatts at pett.com.au> [1],
Alastair Watts <awatts at pett.com.au> [2],
rafan [3]
Submitted by: Guido Falsi <mad at madpilot.net> (maintainer)
Approved by: Guido Falsi <mad at madpilot.net> (maintainer) |
0.6.26_1,1 07 Jul 2008 13:43:28 |
miwi |
- Add missing textproc/p5-XML-Parser dependency.
PR: 125361
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.26,1 12 Jun 2008 14:45:25 |
pav |
- Update to 0.6.26
PR: ports/124305
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.22_1,1 06 Jun 2008 13:15:07 |
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) |
0.6.22 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.6.22,1 18 Mar 2008 06:34:16 |
rafan |
- Fix build
Reported by: pointyhat via pav
Submitted by: Scot Hetzel <swhetzel at gmail.com> |
0.6.22,1 16 Mar 2008 09:11:50 |
rafan |
- Fix automatic dependencies
PR: ports/121687
Submitted by: Scot Hetzel <swhetzel at gmail.com>
Approved by: Guido Falsi <mad at madpilot.net> (maintainer) |
0.6.22,1 16 Feb 2008 16:36:58 |
pav |
- Fix fetch
Reported by: pointyhat |
0.6.22,1 14 Dec 2007 22:04:20 |
pav |
- Update to 0.6.22
PR: ports/118692
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.18_1,1 11 Dec 2007 21:15:48 |
lioux |
o Fix: correctly detect and use devel/libusb
o Add WITH_USB knob
PR: 118070
Approved by: maintainer |
0.6.18,1 26 Jul 2007 20:17:07 |
miwi |
- Update to 0.6.18
PR: 114914
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.17,1 27 Jun 2007 14:07:31 |
pav |
- Update to 0.6.17
PR: ports/113926
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.14_1,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.14,1 23 Apr 2007 06:56:34 |
miwi |
- Drop 4.X gruft.
PR: 111942
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer |
0.6.14,1 06 Sep 2006 08:02:18 |
rafan |
- Update to 0.6.14
PR: ports/102918
Submitted by: Guido Falsi <mad at madpilot.net> (maintainer) |
0.6.12,1 09 Apr 2006 17:16:12 |
ehaupt |
Update to 0.6.12 and make it fetchable again.
PR: 95340
Submitted by: self
Approved by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.10_1,1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.6.10,1 30 Nov 2005 00:53:36 |
lawrance |
Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformed
sed command).
PR: ports/89422
Submitted by: Scot W. Hetzel <swhetzel@gmail.com>
Approved by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.10,1 13 Nov 2005 18:28:39 |
mnag |
Update to 0.6.10
Add SHA256
PR: 88921
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.8_1,1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.6.8,1 28 Aug 2005 13:25:38 |
lawrance |
Update to 0.6.8
PR: ports/84641
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.7,1 19 May 2005 15:36:39 |
pav |
- Update to 0.6.7
PR: ports/81198
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |
0.6.5,1 13 May 2005 08:26:18 |
pav |
- Update MASTER_SITES, website reorganized
Reported by: krismail |
0.6.5,1 07 May 2005 15:38:45 |
pav |
- Fix WITHOUT_X11
PR: ports/80683
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) |