summaryrefslogtreecommitdiff
path: root/misc/estic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on armv6, for errors classified as "bad C++ code".Mark Linimon2017-05-271-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* - add LICENSEDirk Meyer2017-01-2937-136/+128
| | | | | | | | - use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* misc/estic: document ncurses requirement (USES+=ncurses)John Marino2016-02-032-9/+9
| | | | | | Also link with libncurses, not libtermcap approved by: infrastructure blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-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
* - fix build on FreeBSD-10Dirk Meyer2014-11-145-17/+61
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
|
* - fix makefiles to honor CXX and CXXFLAGSDirk Meyer2014-03-319-32/+99
| | | | | - fix some C++ problems - mark BROKEN on FreeBSD10, no gcc 4.2
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
|
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
|
* - use OPTIONS_DEFINEDirk Meyer2013-12-021-22/+28
|
* - use STAGEDIRDirk Meyer2013-10-271-9/+7
| | | | - use OPTIONS_DEFINE
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-11/+12
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | misc)
* - cleanup headerDirk Meyer2013-01-261-5/+1
|
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - set USE_XORGDirk Meyer2007-12-111-1/+1
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - fix build with gcc41Dirk Meyer2006-10-091-0/+11
|
* - fix build with gcc41Dirk Meyer2006-10-092-0/+60
| | | | Obtained from: debian
* - make gcc41 happyDirk Meyer2006-10-081-10/+17
|
* - cleanupDirk Meyer2006-05-131-1/+0
|
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
|
* - add SHA checksumDirk Meyer2005-11-131-0/+2
|
* - mirror distfilesDirk Meyer2005-09-141-2/+3
| | | | master site has stopped distribution
* - add pkg-message for non english usersDirk Meyer2005-09-061-0/+2
|
* - update to 1.61Dirk Meyer2005-09-0622-243/+630
| | | | | | | | | - allow pipes as input - fixed build with X11 - fixed option WITHOUT_X11 - new option WITH_ESTIC_DTR_OFF - honor NOPORTDOCS Submitted by: Peter Much & Dirk Meyer
* - rename and merge patchesDirk Meyer2005-09-0627-13/+13
| | | | (for better CVS tracking of next updates)
* - take maintainershipDirk Meyer2005-09-051-1/+1
|
* Fix bad C++ code and thus unbreak with recent GCC.Alexey Dokuchaev2004-12-234-7/+74
|
* Tidy up whitespace.Trevor Johnson2004-04-101-2/+2
|
* misc category cleanup part 3 of 6:Clement Laforet2004-02-112-5/+5
| | | | | | | | | | | | - Use DATADIR/DOCSDIR/PORTSDOC - make portlint happy * diction, earthview - kill pkg-plist PR: 61028 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* Reset maintainer on ports maintained by the following non-ports committers,Kris Kennaway2003-11-031-2/+2
| | | | | | | who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix and sort plist, and make this port respect CXX and CFLAGSKris Kennaway2001-03-104-44/+56
|
* make it fetchableYing-Chieh Liao2001-01-251-3/+1
| | | | | PR: 24616 Submitted by: joseph@randomnetworks.com
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
|
* Consolidate diffs to a single file into one patch and add a boatloadSteve Price2000-02-2723-59/+538
| | | | of patches to fix the build on -current.
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-11/+11
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | chown -> ${CHOWN}
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-013-18/+13
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* More missing dependencies.Satoshi Asami1998-11-291-1/+2
|