summaryrefslogtreecommitdiff
path: root/cad/pcb (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-02cad/pcb: Move man pages to share/manNuno Teixeira2-2/+3
Approved by: portmgr (blanket)
2023-03-02accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner1-1/+1
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. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer1-2/+0
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)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20cad: remove 'Created by' linesTobias C. Berner1-2/+0
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> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
2021-10-29*/*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer1-1/+1
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-25cad/pcb: fix build on non-x86Piotr Kubaj2-3/+16
Same patch as the one used for graphics/gts, which this port bundles.
2021-10-25Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev1-1/+1
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
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-06-22graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling1-1/+1
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-05-04- update libgd to 2.3.0Dirk Meyer1-0/+1
- new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
2019-11-04Add USES=xorg USES=gl, ports categories cNiclas Zeising1-1/+1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
2019-03-15Update to 4.2.0.Hiroki Sato6-174/+595
Notes: svn path=/head/; revision=495832
2018-07-09Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold1-1/+1
While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
2017-12-24Remove a patch for configure.ac so we can remove USE_AUTOTOOLS. The patchTijl Coosemans3-51/+3
added two variables that weren't used anywhere. Notes: svn path=/head/; revision=457179
2016-07-20- update libgd to 2.2.2Dirk Meyer1-1/+1
- new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
2016-05-23Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov1-1/+1
by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
2016-04-01Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold1-4/+4
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
2015-08-19Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold1-5/+1
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
2015-08-02Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast1-0/+1
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
2015-03-246 ports categories: Remove $PTHREAD_LIBSJohn Marino1-1/+1
Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
2015-02-09Reverse the logic of architecture support.Sean Bruno1-3/+2
Add a list of support architectures with a REASON that these are the only supported targets. This will now skip this port on mips/mips64/armv6. PR: 196970 Differential Revision: 196970 Reviewed by: hrs (in irc) Approved by: mentor (implicit) Notes: svn path=/head/; revision=378737
2014-10-20Cleanup plistBaptiste Daroussin1-37/+0
Notes: svn path=/head/; revision=371238
2014-09-10Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer1-0/+1
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
2014-06-08Remove all space characters from Makefile assignments.Jimmy Olgeni1-1/+1
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
2014-05-26Update to 20140316.Hiroki Sato4-53/+40
Notes: svn path=/head/; revision=355444
2014-01-29- Convert to USES=tkPietro Cerutti2-20/+14
- STAGE-clean - Fix spaces in Makefile - Register conflict with graphics/gts Notes: svn path=/head/; revision=341708
2014-01-21Fix properties on pkg-plistBaptiste Daroussin1-1/+0
Notes: svn path=/head/; revision=340671
2014-01-15Reduce over inclusion of bsd.port.mkBaptiste Daroussin1-7/+6
Notes: svn path=/head/; revision=339850
2013-12-11In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin1-2/+2
LIB_DEPENDS in cad With hat: portmgr Notes: svn path=/head/; revision=336172
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
cad) Notes: svn path=/head/; revision=327711
2013-09-04Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov1-1/+1
It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
2013-09-02Add an explicit dependency on pkgconfBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=326092
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov1-1/+0
Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
2013-08-09- update libdg to 2.1.0Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=324437
2013-07-15cad/pcb: unbreak after USES= gmakeJohn Marino1-1/+1
The makefile already had USES defined in the NLS option. After replacing USE_GMAKE with "USES= gmake", the value of USES is subsequently overwritten by the default-on NLS option. Change the NLS option to USES+= to fix. Approved by: hrs (maintainer) Notes: svn path=/head/; revision=323015
2013-07-09Convert from USE_MOTIF to USES=motifBaptiste Daroussin1-2/+2
While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322587
2013-04-28- Add LICENSE.Hiroki Sato2-16/+44
- Add MAKE_JOBS_SAFE=yes. - Use OPTIONS_DEFINE. - Enable NLS by default. - Trim old-style header. - Update WWW: in pkg-descr. Notes: svn path=/head/; revision=316754
2013-04-23- Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti1-1/+1
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
2013-02-07- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)Pietro Cerutti1-2/+2
Approved by: portmgr Notes: svn path=/head/; revision=311861
2012-06-10- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills1-1/+1
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
2012-06-01- update png to 1.5.10Dirk Meyer1-0/+1
Notes: svn path=/head/; revision=297915
2012-03-17Update to 20110918.Hiroki Sato5-704/+838
Feature safe: yes Notes: svn path=/head/; revision=293452
2011-11-10Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon1-2/+2
Hat: portmgr Notes: svn path=/head/; revision=285419
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-3/+3
- 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 Notes: svn path=/head/; revision=282282
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2010-12-04Sync to new bsd.autotools.mkAde Lovett1-1/+1
Notes: svn path=/head/; revision=265663
2010-10-16Punt autoconf267->autoconf268Ade Lovett1-1/+1
Notes: svn path=/head/; revision=263089
2010-10-03Fix build in the NOPORTDOCS=yes case.Hiroki Sato4-6/+57
Spotted by: QAT Notes: svn path=/head/; revision=262349