aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxdiff/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-2/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* - Reassign to the heapThomas Abthorpe2014-09-021-1/+1
| | | | Notes: svn path=/head/; revision=367041
* - Convert to USES=libtoolTijl Coosemans2014-07-021-15/+3
| | | | | | | | - Use standard do-install - Replace post-install with INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=360266
* - Support STAGEDIRThomas Abthorpe2013-10-251-4/+13
| | | | Notes: svn path=/head/; revision=331627
* 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
* - Claim ownershipThomas Abthorpe2013-09-191-7/+4
| | | | | | | | | | | - Add LICENCE - Trim header PR: ports/182228 Submitted by: Larry Rosenman <ler@lerctr.org> (former maintainer) Notes: svn path=/head/; revision=327644
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Upgrade to 0.23Greg Larkin2010-04-131-1/+1
| | | | | | | | | PR: ports/145671 Submitted by: glarkin Approved by: "Larry Rosenman" <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=252644
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 0.22Martin Wilke2008-07-181-1/+1
| | | | | | | | | PR: 125174 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=217066
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* update textproc/libxdiff to 0.20Marc G. Fournier2006-04-201-5/+8
| | | | | | | | | | | add -fPIC to build for amd64 (so it can be used in a shared object) take maintainership PR: ports/96062 Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=160023
* - Update to 0.10Jean-Yves Lefort2005-05-031-3/+5
| | | | | | | | | | - Use PLIST_FILES rather than pkg-plist PR: ports/80547 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=134543
* Update to recent version.Volker Stolz2004-05-101-1/+1
| | | | | | | | PR: ports/65854 Submitted by: Stefan Grundmann Notes: svn path=/head/; revision=108807
* add libxdiff 0.5Ying-Chieh Liao2004-01-051-0/+23
Create file differences/patches to both binary and text files Notes: svn path=/head/; revision=97328