notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: editors/joe2/Makefile
SVNWeb

Number of commits found: 16

Sun, 28 May 2017
[ 23:17 sunpoet search for other commits by this committer ] Original commit   Revision:441954
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework

- Convert to options target helper

Approved by:	portmgr (blanket)
Sun, 26 Jun 2016
[ 09:44 riggs search for other commits by this committer ] Original commit   Revision:417516
Make dependency on ispell a default OPTION

While on it:
- Fix typo in makefile (PORTREIVSION -> PORTREVISION)

PR:		208914
Submitted by:	olexander.v.melnyk@gmail.com
Approved by:	maintainer timeout
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 28 Jan 2014
[ 12:56 bapt search for other commits by this committer ] Original commit   Revision:341543
Support stage
Use aspell-ispell instead of textproc/ispell
USE_GMAKE -> USES=gmake
Mon, 7 Oct 2013
[ 12:23 bapt search for other commits by this committer ] Original commit   Revision:329696
Fix pkgname collision
Fri, 20 Sep 2013
[ 16:36 bapt search for other commits by this committer ] Original commit   Revision:327720 (Only the first 10 of 298 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Sat, 22 Aug 2009
[ 00:20 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Oct 2005
[ 10:09 pav search for other commits by this committer ] Original commit 
- Fix LATEST_LINK in chinese/joe port

Reported by:    kris
Fri, 21 Oct 2005
[ 09:15 pav search for other commits by this committer ] Original commit 
- Restore prefix on chinese/joe, fix INDEX breakage

Pointy hat to:  pav
[ 08:53 pav search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update to 2.9.8

PR:             ports/80690
Submitted by:   chinsan <chinsan@mail2000.com.tw>
Approved by:    Kevin Day <toasty@dragondata.com> (maintainer)
[ 08:00 pav search for other commits by this committer ] Original commit 
- After repocopy, connect editors/joe2 to the build
- Set LATEST_LINK, CONFLICTS
- Set chinese/joe to use editors/joe2

Suggested by:   Kevin Day <toasty@dragondata.com> (maintainer)
Repocopy by:    marcus

Number of commits found: 16