notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: cad/geda/Makefile
SVNWeb

Number of commits found: 61

Sun, 30 Jul 2023
[ 22:59 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth ]    commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  commit hash:7edcfaeb079e3285b299ef619ab9d09d46c447a2  7edcfae  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 24 Feb 2023
[ 12:42 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:8d492eab5d8853684beb1145396a8f469d719dab  commit hash:8d492eab5d8853684beb1145396a8f469d719dab  commit hash:8d492eab5d8853684beb1145396a8f469d719dab  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) search for other commits by this committer ]    commit hash:3403018710d270d34bdf927f50bf4e02663b68de  commit hash:3403018710d270d34bdf927f50bf4e02663b68de  commit hash:3403018710d270d34bdf927f50bf4e02663b68de  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  commit hash:b46abf8056cc9f1f1f579710126929b99b36f966  b46abf8  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 15 Feb 2021
[ 21:58 bofh search for other commits by this committer ] Original commit   Revision:565347
cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X
Fri, 8 Nov 2019
[ 09:31 tobik search for other commits by this committer ] Original commit   Revision:517041 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
c*: Add missing USES={gnome,php,sdl,xorg}
Tue, 1 Oct 2019
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:513487 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:512266
Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:416642
- Take maintainership.
- Some style cleanups.
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:372806
cad/geda: fix gsch2pcb utility by using gnu M4

PR:		195155
Submitted by:	Tobias Rehbein
Sun, 31 Aug 2014
[ 15:17 tijl search for other commits by this committer ] Original commit   Revision:366777 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:365808
cad/geda: Unbreak on FreeBSD 11

PR:		192786
Submitted by:	Ports Fury
Mon, 11 Aug 2014
[ 12:29 antoine search for other commits by this committer ] Original commit   Revision:364600
Canonicalize some old USE_PY*

With hat:	portmgr
Wed, 23 Jul 2014
[ 08:41 amdmi3 search for other commits by this committer ] Original commit   Revision:362638
- Switch to USES=libtool, drop .la files
- Fix plist
Sat, 2 Nov 2013
[ 14:28 wg search for other commits by this committer ] Original commit   Revision:332488
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 search for other commits by this committer ] Original commit   Revision:327711 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Thu, 5 Sep 2013
[ 09:15 bapt search for other commits by this committer ] Original commit   Revision:326373
Add an explicit dependency on pkgconf
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Thu, 28 Mar 2013
[ 03:28 eadler search for other commits by this committer ] Original commit   Revision:315433 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Sat, 2 Mar 2013
[ 05:54 miwi search for other commits by this committer ] Original commit   Revision:313198
- Update to 1.8.1

PR:		176537
Submitted by:	ports fury
Sun, 17 Jun 2012
[ 20:09 sylvio search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Mon, 24 Oct 2011
[ 03:33 stas search for other commits by this committer ] Original commit  (Only the first 10 of 258 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 21 Feb 2009
[ 11:43 stas search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update to 1.4.3.

PR:             ports/131468 (based on)
Submitted by:   Oliver Lehmann <oliver@freebsd.org>
Fri, 6 Jun 2008
[ 13:14 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Update to 20070216
- Deprecate geda-projectmanager.
Fri, 3 Nov 2006
[ 17:50 stas search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update to 20061020
Tue, 10 Oct 2006
[ 07:44 stas search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Update to 20060906
- Change my email
Sun, 16 Jul 2006
[ 03:42 rafan search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Transfer maintainership to the submitter of the last update

Approved by:    old maintainer
Mon, 26 Jun 2006
[ 22:12 pav search for other commits by this committer ] Original commit 
- Update to 20060123

PR:             ports/99482
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by:    maintainer
Mon, 16 May 2005
[ 03:32 jylefort search for other commits by this committer ] Original commit 
- Update to 20050313 [1]
- Miscellaneous cleanups

PR:             ports/80967 [1]
Submitted by:   maintainer [1]
Sat, 22 May 2004
[ 12:46 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Update gEDA suite to 20040111 version

PR:             ports/62549
Submitted by:   bruno <bruno@mail.tinkerbox.org> (maintainer)
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 6 May 2003
[ 06:35 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update to version 20030223 which now works with guile 1.6.

Submitted by:   maintainer
Fri, 2 May 2003
[ 03:29 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Chase guile's shared lib version.
Fri, 21 Feb 2003
[ 11:04 knu search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 10 Oct 2002
[ 18:45 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
upgrade to 20020825

PR:             43563
Submitted by:   maintainer
Wed, 19 Jun 2002
[ 16:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Chase guile shared lib number.

Prompted by:    Mike Harding <mvh@ix.netcom.com>
Sun, 10 Mar 2002
[ 03:42 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
upgrade to 20020209   PR:             35714   Submitted by:   maintainer    
Sat, 7 Apr 2001
[ 01:24 vanilla search for other commits by this committer ] Original commit 
Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com  
 
Thu, 5 Oct 2000
[ 07:36 reg search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Implement USE_GTK, part 1.    
Fri, 4 Aug 2000
[ 02:05 ade search for other commits by this committer ] Original commit 
Update for new shlib revision from guile 1.4    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 145 ports in this commit are shown above. View all ports for this commit)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    

Number of commits found: 61