aboutsummaryrefslogtreecommitdiff
path: root/textproc/easydiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* Update GNUstep core libraries.David Chisnall2017-08-211-1/+1
| | | | | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. Notes: svn path=/head/; revision=448472
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-192-12/+12
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-4/+2
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* - Simplify MASTER_SITESDmitry Marakasov2015-03-091-4/+6
| | | | | | | | - Clarify LICENSE - Strip binary Notes: svn path=/head/; revision=380817
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-4/+0
| | | | Notes: svn path=/head/; revision=380311
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-0/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Staging.Mathieu Arnold2014-02-251-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=346020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - drop MD5Dirk Meyer2011-04-071-1/+0
| | | | Notes: svn path=/head/; revision=272348
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-15/+14
| | | | Notes: svn path=/head/; revision=255316
* - update to 0.4.0Dirk Meyer2009-03-193-9/+8
| | | | Notes: svn path=/head/; revision=230422
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226279
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-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) Notes: svn path=/head/; revision=214430
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191718
* - 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}. Notes: svn path=/head/; revision=191544
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-3/+0
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* cleanup pkg-plist after gnustep-makeDirk Meyer2006-09-131-1/+0
| | | | Notes: svn path=/head/; revision=172907
* - use @dirrmtryDirk Meyer2006-04-081-1/+1
| | | | Notes: svn path=/head/; revision=159131
* - add USE_GNUSTEP_PREFIXDirk Meyer2006-03-191-3/+1
| | | | Notes: svn path=/head/; revision=157643
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-1/+2
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - update to 0.3.0Dirk Meyer2005-07-273-9/+11
| | | | Notes: svn path=/head/; revision=140258
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-191-5/+1
| | | | Notes: svn path=/head/; revision=91666
* - use new hook USE_GNUSTEP in bsd.port.mkDirk Meyer2003-08-281-6/+3
| | | | Notes: svn path=/head/; revision=87820
* - flat layoutDirk Meyer2003-07-261-5/+5
| | | | Notes: svn path=/head/; revision=85626
* - Drop obsolete definesDirk Meyer2003-07-041-1/+0
| | | | Notes: svn path=/head/; revision=84178
* - don't package ~/GNUSstepDirk Meyer2003-06-181-5/+0
| | | | Notes: svn path=/head/; revision=83222
* - remove empty dirsDirk Meyer2003-06-101-0/+6
| | | | | | | - fix plist Notes: svn path=/head/; revision=82674
* - Use libobjc.soDirk Meyer2003-04-131-22/+5
| | | | | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479 Notes: svn path=/head/; revision=78851
* EasyDiff is a GNUstep application that lets you easily see theDirk Meyer2003-03-234-0/+70
differences between two text files. Author: Pierre-Yves Rivaille Notes: svn path=/head/; revision=77292