summaryrefslogtreecommitdiff
path: root/cad/geda (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-29*/*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer1-3/+3
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)
2021-10-10INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin1-1/+0
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)
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2021-02-15cad/geda: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.XMuhammad Moinur Rahman1-2/+2
2019-11-08c*: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp1-1/+1
2019-10-01Drop build dependency on GNU m4.Baptiste Daroussin1-2/+1
m4 from base is able to do the job, if properly wrapped to mimic GNU m4 Differential Revision: https://reviews.freebsd.org/D21835
2019-09-18Mark BROKEN with lldAntoine Brodin1-0/+4
Reported by: pkg-fallout MFH: 2019Q3
2018-11-10Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin1-1/+1
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
2016-12-08Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans1-1/+1
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
2016-06-09- Take maintainership.Hiroki Sato5-19/+36
- Some style cleanups.
2016-04-01Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold1-4/+4
With hat: portmgr Sponsored by: Absolight
2016-01-12Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov1-1/+1
Approved by: portmgr blanket
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- 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
2014-11-19cad/geda: fix gsch2pcb utility by using gnu M4John Marino3-1/+22
PR: 195155 Submitted by: Tobias Rehbein
2014-10-07- Drop @dirrm* from plistDmitry Marakasov1-84/+0
2014-08-31lang/guile:Tijl Coosemans1-1/+1
- 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)
2014-08-23cad/geda: Unbreak on FreeBSD 11John Marino2-7/+18
PR: 192786 Submitted by: Ports Fury
2014-08-11Canonicalize some old USE_PY*Antoine Brodin1-1/+1
With hat: portmgr
2014-07-23- Switch to USES=libtool, drop .la filesDmitry Marakasov2-5/+6
- Fix plist
2013-11-02cad/geda: update to 1.8.2William Grzybowski3-27/+39
- 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]
2013-10-22- Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov1-1/+0
the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
cad)
2013-09-05Add an explicit dependency on pkgconfBaptiste Daroussin1-2/+1
2013-08-03- Convert to new perl frameworkMathieu Arnold1-3/+2
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-04-26- Convert USE_GETTEXT to USES (part 4)Alex Kozlov1-2/+1
Approved by: portmgr (bapt)
2013-03-28Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler1-1/+2
"pathfix" instead.
2013-03-02- Update to 1.8.1Martin Wilke3-50/+267
PR: 176537 Submitted by: ports fury
2012-06-17- Update to version 1.6.2Sylvio Cesar Teixeira4-23/+2255
New file: distinfo PR: ports/168995 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2012-06-01Convert to new options frameworkBaptiste Daroussin1-4/+4
2011-10-24- Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov1-1/+1
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).
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi
2010-02-05- update to jpeg-8Dirk Meyer1-0/+1
2009-02-21- Bump PORTEPOCH, this was missed in previous update [1].Stanislav Sedov1-0/+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]
2009-02-08- Update to 1.4.3.Stanislav Sedov1-2/+1
PR: ports/131468 (based on) Submitted by: Oliver Lehmann <oliver@freebsd.org>
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-1/+1
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)
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-03-13- Update to 20070216Stanislav Sedov1-3/+2
- Deprecate geda-projectmanager.
2006-11-03- Update to 20061020Stanislav Sedov1-1/+1
2006-10-10- Update to 20060906Stanislav Sedov1-4/+4
- Change my email
2006-07-16- Fix installdirs to address geda directory structure unification [1]Rong-En Fan1-3/+15
- 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
2006-06-28- Transfer maintainership to the submitter of the last updatePav Lucistnik1-1/+1
Approved by: old maintainer
2006-06-26- Update to 20060123Pav Lucistnik1-2/+4
PR: ports/99482 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
2005-05-16- Update to 20050313 [1]Jean-Yves Lefort1-4/+1
- Miscellaneous cleanups PR: ports/80967 [1] Submitted by: maintainer [1]
2004-05-22- Fix dependencies of package: no point having meta port with BUILD_DEPENDSPav Lucistnik1-1/+2
- Bump PORTREVISION PR: ports/67005 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
2004-03-07- Update gEDA suite to 20040111 versionPav Lucistnik1-5/+3
PR: ports/62549 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2)
2003-05-06Update to version 20030223 which now works with guile 1.6.Joe Marcus Clarke1-2/+2
Submitted by: maintainer
2003-05-02Chase guile's shared lib version.Joe Marcus Clarke1-1/+1
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
2002-10-10upgrade to 20020825Ying-Chieh Liao1-3/+6
PR: 43563 Submitted by: maintainer