/audio/sonice/

.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcl-trf
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic: remove the redundant declaration of ALL_TARGETmi2018-10-211-2/+0
| | | | and an extraneous blank line from the Makefile.
* Stop chasing the whims of OpenSSL and use our own -lmdmi2018-10-218-84/+93
| | | | | | | | | | | | | as the source of various digest-algorithms. Years ago, when I was undertaking the replacement of the bundled implementations with those found in the base system, it seemed like OpenSSL will be more stable... Ha-ha. Fix the WWW, while I'm here. PR: 229026 Submitted by: brnrd Reported by: Package Fallout
* devel/tcl-trf: Add LICENSEdbaio2018-05-141-0/+6
| | | | | | | | Strip libTrf2.1.4.so (Q/A warning) PR: 228179 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: portmgr (blanket)
* security/openssl-devel: Mark ports broken cat develbrnrd2018-02-171-0/+3
| | | | - REASON from build log
* devel/tcl-trf: Add SSL flags and allow building with LibreSSLmarino2016-09-122-11/+24
| | | | Approved by: SSL blanket
* Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.gahr2016-04-191-8/+6
| | | | | | | | | | | | | | | | | | Quoting https://tcl.tk/doc/tea: "The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a set of guidelines and techniques for the distribution, configuration, compilation, and installation of Tcl extensions. TEA also provides a set of utilities that operate accordingly. Many Tcl extensions leverage the TEA utilities, which are designed to be easily customizable." To facilitate the porting of TEA-based extensions, I have added the new "tea" argument to USES=tcl. This argument prepares the autoconf environment by setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it tries to figure out the correct extension name, sets TCL_PKG accordingly, and adds it to PLIST_SUB. I have modified a few ports to take advantage of this. More will come.
* Do not automatically run tests post-build.mi2015-05-311-3/+6
| | | | | | | | Remove dependency on memchan -- the package is only needed for testing. This will avoid the tcllib->critcil->tcl-trf->tcl-memchan->tcllib circular dependency discussed in PR: 200498
* MASTER_SITES cleanup.mat2015-05-141-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
* Cleanup plistbapt2014-10-271-1/+0
|
* Bump PORTREV due to changing resulting binarybdrewery2014-04-101-0/+1
|
* - Unbreak by using Debian's reimplemented MD2bdrewery2014-04-104-19/+302
| | | | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664713 - Stage - Convert to USES=tar
* - Still broken as it depends on MD2 and md2.h still.bdrewery2014-04-101-0/+1
| | | | | | ./generic/md2.c:31:10: fatal error: 'md2.h' file not found With hat: portmgr
* Automatically switch to using -lmd instead of -lcrypto on 10.x,mi2013-12-061-1/+3
| | | | | | where OpenSSL, most tiringly, no longer provides <openssl/md2.h>. Submitted by: pkg-fallout@
* - Convert to USES+=tclgahr2013-11-141-2/+3
| | | | | - USE_LDCONFIG - Reorder variables to make portlint non-fatal
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | devel part 4)
* Fix the build in case, a stricter compiler and Tcl-8.6 are used. Keep ↵mi2013-09-191-1/+23
| | | | | | | | compatibility with Tcl-8.4, however. Notified by: pkg-fallout@
* Correct the typo in previous commit.mi2013-04-251-1/+1
| | | | Notified by: gahr
* Seek memchan's pkgIndex.tcl in its current location.mi2013-04-241-2/+1
| | | | Obtained from: gahr