non port: cad/geda/Makefile |
SVNWeb
|
Number of commits found: 61 |
Sun, 30 Jul 2023
|
[ 22:59 Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth ] 7edcfae (Only the first 10 of 69 ports in this commit are shown above. )
*/*: 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
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
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 )
|
Fri, 24 Feb 2023
|
[ 12:42 Alexey Dokuchaev (danfe) ] 8d492ea
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.
|
Mon, 20 Feb 2023
|
[ 14:42 Antoine Brodin (antoine) ] 3403018
cad/geda: deprecate
lld has been the default linker everywhere since a few months
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b46abf8 (Only the first 10 of 74 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Feb 2021
|
[ 21:58 bofh ]
cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X
|
Fri, 8 Nov 2019
|
[ 09:31 tobik ] (Only the first 10 of 39 ports in this commit are shown above. )
c*: Add missing USES={gnome,php,sdl,xorg}
|
Tue, 1 Oct 2019
|
[ 14:35 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
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
|
Wed, 18 Sep 2019
|
[ 09:33 antoine ]
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] (Only the first 10 of 551 ports in this commit are shown above. )
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.
|
Thu, 9 Jun 2016
|
[ 23:22 hrs ]
- Take maintainership.
- Some style cleanups.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Wed, 19 Nov 2014
|
[ 19:17 marino ]
cad/geda: fix gsch2pcb utility by using gnu M4
PR: 195155
Submitted by: Tobias Rehbein
|
Sun, 31 Aug 2014
|
[ 15:17 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Sat, 23 Aug 2014
|
[ 20:27 marino ]
cad/geda: Unbreak on FreeBSD 11
PR: 192786
Submitted by: Ports Fury
|
Mon, 11 Aug 2014
|
[ 12:29 antoine ]
Canonicalize some old USE_PY*
With hat: portmgr
|
Wed, 23 Jul 2014
|
[ 08:41 amdmi3 ]
- Switch to USES=libtool, drop .la files
- Fix plist
|
Sat, 2 Nov 2013
|
[ 14:28 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]
|
Fri, 20 Sep 2013
|
[ 15:58 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
|
Thu, 5 Sep 2013
|
[ 09:15 bapt ]
Add an explicit dependency on pkgconf
|
Sat, 3 Aug 2013
|
[ 13:44 mat ] (Only the first 10 of 124 ports in this commit are shown above. )
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Thu, 28 Mar 2013
|
[ 03:28 eadler ] (Only the first 10 of 149 ports in this commit are shown above. )
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
|
Sat, 2 Mar 2013
|
[ 05:54 miwi ]
- Update to 1.8.1
PR: 176537
Submitted by: ports fury
|
Sun, 17 Jun 2012
|
[ 20:09 sylvio ]
- Update to version 1.6.2
New file:
distinfo
PR: ports/168995
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 1 Jun 2012
|
[ 13:18 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
Convert to new options framework
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- 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).
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 21 Feb 2009
|
[ 11:43 stas ] (Only the first 10 of 12 ports in this commit are shown above. )
- 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]
|
Sun, 8 Feb 2009
|
[ 16:33 stas ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update to 1.4.3.
PR: ports/131468 (based on)
Submitted by: Oliver Lehmann <oliver@freebsd.org>
|
Fri, 6 Jun 2008
|
[ 13:14 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
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)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 13 Mar 2007
|
[ 16:30 stas ] (Only the first 10 of 25 ports in this commit are shown above. )
- Update to 20070216
- Deprecate geda-projectmanager.
|
Fri, 3 Nov 2006
|
[ 17:50 stas ] (Only the first 10 of 21 ports in this commit are shown above. )
- Update to 20061020
|
Tue, 10 Oct 2006
|
[ 07:44 stas ] (Only the first 10 of 39 ports in this commit are shown above. )
- Update to 20060906
- Change my email
|
Sun, 16 Jul 2006
|
[ 03:42 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
|
Wed, 28 Jun 2006
|
[ 07:51 pav ]
- Transfer maintainership to the submitter of the last update
Approved by: old maintainer
|
Mon, 26 Jun 2006
|
[ 22:12 pav ]
- Update to 20060123
PR: ports/99482
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: maintainer
|
Mon, 16 May 2005
|
[ 03:32 jylefort ]
- Update to 20050313 [1]
- Miscellaneous cleanups
PR: ports/80967 [1]
Submitted by: maintainer [1]
|
Sat, 22 May 2004
|
[ 12:46 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)
|
Sun, 7 Mar 2004
|
[ 14:52 pav ] (Only the first 10 of 23 ports in this commit are shown above. )
- Update gEDA suite to 20040111 version
PR: ports/62549
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Tue, 6 May 2003
|
[ 06:35 marcus ] (Only the first 10 of 21 ports in this commit are shown above. )
Update to version 20030223 which now works with guile 1.6.
Submitted by: maintainer
|
Fri, 2 May 2003
|
[ 03:29 marcus ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase guile's shared lib version.
|
Fri, 21 Feb 2003
|
[ 11:04 knu ] (Only the first 10 of 36 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 10 Oct 2002
|
[ 18:45 ijliao ] (Only the first 10 of 12 ports in this commit are shown above. )
upgrade to 20020825
PR: 43563
Submitted by: maintainer
|
Wed, 19 Jun 2002
|
[ 16:37 marcus ] (Only the first 10 of 18 ports in this commit are shown above. )
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
|
Sun, 10 Mar 2002
|
[ 03:42 ijliao ] (Only the first 10 of 20 ports in this commit are shown above. )
upgrade to 20020209 PR: 35714 Submitted by: maintainer
|
Sat, 7 Apr 2001
|
[ 01:24 vanilla ]
Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com
|
Thu, 5 Oct 2000
|
[ 07:36 reg ] (Only the first 10 of 70 ports in this commit are shown above. )
Implement USE_GTK, part 1.
|
Fri, 4 Aug 2000
|
[ 02:05 ade ]
Update for new shlib revision from guile 1.4
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 11:38 sobomax ] (Only the first 10 of 145 ports in this commit are shown above. )
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
|
Number of commits found: 61 |