summaryrefslogtreecommitdiff
path: root/lang/open-cobol/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Move lang/open-cobol to lang/gnu-cobol to reflect project changesJohan van Selst2014-05-071-45/+0
| | | | - Adopt port
* Reset maintainer.Glen Barber2014-04-091-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* - Stage supportMartin Wilke2014-02-021-2/+1
| | | | - Convert few ports to USES
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | lang)
* WITHOUT_NLS -> PORT_OPTIONS:MNLSBaptiste Daroussin2013-06-041-10/+7
|
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - update to 1.1Jason Helfman2012-05-071-4/+1
| | | | | | | | | - while here, remove unnecessary conflict - developers using this port should test in a development environment, as this update is a major rewrite over the 1.0 version. PR: ports/167602 Submitted by: gjb@
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* - Update MAINTAINER to submitters new mail addressBernhard Froehlich2010-09-041-1/+1
| | | | | | PR: ports/150274 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer) Approved by: beat (co-mentor, implicit)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* -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
* Fix CONFLICTSTilman Keskinoz2009-07-251-1/+3
| | | | | | | Add LATEST_LINK PR: 137113 Submitted by: maintainer
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
|
* - Pass maintainership to submitterThomas Abthorpe2009-02-131-1/+1
| | | | Submitted by: Glen Barber via freebsd-ports@
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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)
* - Update to 1.0Martin Wilke2008-01-101-15/+9
| | | | | PR: 119501 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix after objformat removalPav Lucistnik2007-03-271-1/+1
| | | | Reported by: pointyhat
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
|
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
|
* Fix configure.Alex Dupre2006-04-201-0/+2
|
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+4
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Upgrade to 0.32;Thierry Thomas2005-05-141-1/+8
| | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?release_id=326779> - Add a test target.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 0.31Volker Stolz2005-02-251-1/+1
| | | | | PR: ports/77972 Submitted by: Ports Fury
* Update to version 0.30Kirill Ponomarev2004-11-231-5/+9
| | | | | PR: ports/74245 Submitted by: Ports Fury
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
|
* - Support USE_GETOPT_LONGKirill Ponomarev2004-04-061-2/+13
| | | | | | | - Support WITHOUT_NLS PR: ports/65262 Submitted by: Ports Fury
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
|
* - Update to version 0.23Kirill Ponomarev2003-08-271-2/+3
| | | | | PR: 56039 Submitted by: Ports Fury
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
|
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to version 0.20.Christian Weisgerber2003-04-281-7/+4
| | | | | PR: 51514 Submitted by: Ports Fury
* Update to version 0.12Christian Weisgerber2003-04-281-10/+5
| | | | | PR: 51230 Submitted by: Ports Fury
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
|
* Update to 0.10Tilman Keskinoz2003-01-031-7/+7
| | | | | PR: 46307 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Fix LIB_DEPENDSYing-Chieh Liao2002-11-201-7/+10
| | | | | | | - Do not install useless .la files PR: 45443 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | Approved by: pat
* add open-cobol 0.9.7Ying-Chieh Liao2002-08-061-0/+33
An open-source COBOL compiler