Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2_9,1 02 Mar 2024 23:32:29 |
Nuno Teixeira (eduardo) |
cad/geda: Move man pages to share/man
Approved by: portmgr (blanket) |
1.8.2_8,1 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
1.8.2_7,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 ) |
1.8.2_6,1 24 Feb 2023 12:42:08 |
Alexey Dokuchaev (danfe) |
cad/geda: unbreak the port's build (specifically, linking)
Add missing -lgio-2.0 to several LDFLAGS which require it.
While here, fix the configure script to respect the passed
--with-libstroke=${LOCALBASE} correctly. |
1.8.2_6,1 23 Feb 2023 13:20:00 |
Alexey Dokuchaev (danfe) |
cad/geda: make the port's code consumable by contemporary compilers
Ensure that there is only one variable definition per each object, as
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10). |
1.8.2_6,1 20 Feb 2023 14:42:07 |
Antoine Brodin (antoine) |
cad/geda: deprecate
lld has been the default linker everywhere since a few months |
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) |
1.8.2_6,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 ) |
1.8.2_6,1 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.2_6,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) |
1.8.2_6,1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.8.2_6,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.2_6,1 15 Feb 2021 21:58:21 |
bofh |
cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X |
1.8.2_5,1 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
1.8.2_5,1 01 Oct 2019 14:35:24 |
bapt |
Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4
Differential Revision: https://reviews.freebsd.org/D21835 |
1.8.2_5,1 18 Sep 2019 09:33:35 |
antoine |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
1.8.2_5,1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.8.2_4,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. |
1.8.2_3,1 09 Jun 2016 23:22:43 |
hrs |
- Take maintainership.
- Some style cleanups. |
1.8.2_3,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 |
1.8.2_3,1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.8.2_3,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.8.2_3,1 19 Nov 2014 19:17:06 |
marino |
cad/geda: fix gsch2pcb utility by using gnu M4
PR: 195155
Submitted by: Tobias Rehbein |
1.8.2_3,1 07 Oct 2014 12:03:47 |
amdmi3 |
- Drop @dirrm* from plist |
1.8.2_3,1 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
1.8.2_2,1 23 Aug 2014 20:27:55 |
marino |
cad/geda: Unbreak on FreeBSD 11
PR: 192786
Submitted by: Ports Fury |
1.8.2_1,1 11 Aug 2014 12:29:18 |
antoine |
Canonicalize some old USE_PY*
With hat: portmgr |
1.8.2_1,1 23 Jul 2014 08:41:52 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Fix plist |
1.8.2,1 02 Nov 2013 14:28:26 |
wg |
cad/geda: update to 1.8.2
- Update to 1.8.2
- Allow staging
- Convert lib depends to new format [1]
- USES shared-mime-info shebangfix
PR: ports/183566
Submitted by: KATO Tsuguru <tkato432 yahoo.com>, wg [1] |
1.8.1,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) |
1.8.1,1 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
05 Sep 2013 09:15:49
|
bapt |
Add an explicit dependency on pkgconf |
1.8.1 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.8.1,1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.8.1,1 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
1.8.1,1 02 Mar 2013 05:54:37 |
miwi |
- Update to 1.8.1
PR: 176537
Submitted by: ports fury |
1.6.2,1 17 Jun 2012 20:09:26 |
sylvio |
- Update to version 1.6.2
New file:
distinfo
PR: ports/168995
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.4.3_2 01 Jun 2012 13:18:22 |
bapt |
Convert to new options framework |
1.4.3_2,1 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
1.4.3_2,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4.3_1,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4.3,1 21 Feb 2009 11:43:23 |
stas |
- Bump PORTEPOCH, this was missed in previous update [1].
- Use proper shebang line in perl and python scripts [1].
- Define INSTALLS_ICONS and USE_GETTEXT where appropriate.
- Implement WITHOUT_NLS knob.
Reported by: Nick Withers <nick@nickwithers.com> [1] |
1.4.3 08 Feb 2009 16:33:55 |
stas |
- Update to 1.4.3.
PR: ports/131468 (based on)
Submitted by: Oliver Lehmann <oliver@freebsd.org> |
20070216_2 06 Jun 2008 13:14:15 |
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) |
20070216_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}. |
20070216 13 Mar 2007 16:30:28 |
stas |
- Update to 20070216
- Deprecate geda-projectmanager. |
20061020 03 Nov 2006 17:50:45 |
stas |
- Update to 20061020 |
20060906 10 Oct 2006 07:44:57 |
stas |
- Update to 20060906
- Change my email |
20060123_1 16 Jul 2006 03:42:24 |
rafan |
- Fix installdirs to address geda directory structure unification [1]
- add options to select docs/examples [1]
- Bump PORTREVISION [1]
- Chase rename of cad/gschem [2] and cad/gnetlist [3]
PR: ports/100228 [1], ports/100222 [2], ports/100230 [3]
Submitted by: maintainer |
20060123 28 Jun 2006 07:51:27 |
pav |
- Transfer maintainership to the submitter of the last update
Approved by: old maintainer |
20060123 26 Jun 2006 22:12:21 |
pav |
- Update to 20060123
PR: ports/99482
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer |
20050313 16 May 2005 03:32:42 |
jylefort |
- Update to 20050313 [1]
- Miscellaneous cleanups
PR: ports/80967 [1]
Submitted by: maintainer [1] |
20040111_1 22 May 2004 12:46:11 |
pav |
- Fix dependencies of package: no point having meta port with BUILD_DEPENDS
- Bump PORTREVISION
PR: ports/67005
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer) |
20040111 07 Mar 2004 14:52:40 |
pav |
- Update gEDA suite to 20040111 version
PR: ports/62549
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer) |
20030223_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20030223 06 May 2003 06:35:19 |
marcus |
Update to version 20030223 which now works with guile 1.6.
Submitted by: maintainer |
20020825 02 May 2003 03:29:00 |
marcus |
Chase guile's shared lib version. |
20020825 21 Feb 2003 11:04:55 |
knu |
De-pkg-comment. |
20020825 10 Oct 2002 18:45:49 |
ijliao |
upgrade to 20020825
PR: 43563
Submitted by: maintainer |
20020209 19 Jun 2002 16:37:57 |
marcus |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
10 Mar 2002 03:42:23 |
ijliao |
upgrade to 20020209 PR: 35714 Submitted by: maintainer |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
07 Apr 2001 01:24:23 |
vanilla |
Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com
|
08 Oct 2000 00:25:37 |
asami |
Convert category cad to new layout. |
05 Oct 2000 07:36:24 |
reg |
Implement USE_GTK, part 1. |
01 Oct 2000 08:48:19 |
reg |
Try to unbreak this on -current. |
04 Aug 2000 02:05:14 |
ade |
Update for new shlib revision from guile 1.4 |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |