notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: news/fidogate-ds/Makefile

Number of commits found: 37

Saturday, 25 Oct 2014
16:49 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:371489 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Monday, 21 Apr 2014
01:14 bdrewery search for other commits by this committer
- Fix plist to have proper 'rmdir DIR' ordering.
  Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
Original commitRevision:351663 
Saturday, 12 Apr 2014
22:06 antoine search for other commits by this committer
Mark broken: Fails to configure

configure: error: use --with-newsbindir=DIR or --without-news option
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
Original commitRevision:351149 
Saturday, 29 Mar 2014
17:53 adamw search for other commits by this committer
--with-news makes configure barf. Only use --without-news and --with-newsbindir=
Original commitRevision:349578 
17:28 adamw search for other commits by this committer
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.

atp:
	stage, improve pkg-message
crashmail:
	stage
diablo:
	too wacky to stage, but convert WITH_* to OPTIONS, unmute
	commands that shouldn't be muted, use :MDOCS
fidogate-ds:
	stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
	/var/* in the plist properly
golded+:
	stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
	this was an unbelievably PITA
	stage, add missing prototypes, add missing return types,
	rename patch files to what they actually patch
nntpcache:
	stage support, required lots of Makefile.in patching,
	call submakes correctly, handle config files properly
nzbperl:
	stage, use OPTIONS, remove obsolete pkg-message
papercut:
	stage, handle config file properly
py-pynzb:
	stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
	stage
slrnconf:
	stage
slrnface:
	stage, install required files to datadir, not examplesdir,
	generate proper pkg-message
sn:
	stage
Original commitRevision:349572 
Sunday, 22 Sep 2013
18:05 bapt search for other commits by this committer
Fix NO_STAGE attribution
Original commitRevision:327888 
Friday, 20 Sep 2013
22:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
Original commitRevision:327759 
Monday, 2 Sep 2013
09:22 az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:325955 
Wednesday, 10 Jul 2013
11:57 bapt search for other commits by this committer
Mark jobs unsafe
Original commitRevision:322673 
Saturday, 17 Mar 2012
05:21 miwi search for other commits by this committer
- Set / Update Portscout flags
- Pass maintainership to submitter

PR:             166062 166105 166112 166113 166114
                166115 166141 166154 166155 166156
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 1 Dec 2010
23:38 linimon search for other commits by this committer
Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - 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)
Original commit
Wednesday, 12 Sep 2007
04:11 anray search for other commits by this committer
Fix acl notifications.
Original commit
Tuesday, 30 Jan 2007
20:56 anray search for other commits by this committer
Update to 5.1.7
Original commit
Monday, 29 Jan 2007
23:51 kris search for other commits by this committer
Use libtool port instead of included version to avoid a.out objformat botch
Original commit
10:55 anray search for other commits by this committer
Fix tossing, when `packet' in passwd defined.
Original commit
Tuesday, 9 Jan 2007
14:29 anray search for other commits by this committer
Fix works `outb-kill' script.

Reported by:    Yuri Chumakov
Original commit
Saturday, 30 Dec 2006
22:39 anray search for other commits by this committer
Update to 5.1.6ds
Original commit
Sunday, 17 Dec 2006
10:43 anray search for other commits by this committer
Add WITH_NFS_LOCK - it's enable build with nfs safe locks.

Reported by:    Alexander Gottlieb
Original commit
Wednesday, 15 Nov 2006
11:31 anray search for other commits by this committer
Fix areafix and ftntick crashes.
Original commit
Wednesday, 8 Nov 2006
10:37 anray search for other commits by this committer
Fix build in tinderbox(inn is not configured).

Reported by:    kris(pointyhat)
Original commit
Tuesday, 31 Oct 2006
15:25 anray search for other commits by this committer
Update to 5.1.5
Original commit
Thursday, 23 Mar 2006
22:52 anray search for other commits by this committer
Update to 5.1.4
Original commit
Thursday, 15 Dec 2005
20:34 anray search for other commits by this committer
Change email address for all my ports.

Approved by:    sem(mentor)
Original commit
Thursday, 20 Oct 2005
00:35 mnag search for other commits by this committer
Fix non standart LOCALBASE

PR:             87675
Submitted by:   Andrey Slusar <anrays@gmail.com> (maintainer)
Notified by:    kris
Original commit
Saturday, 23 Apr 2005
16:29 novel search for other commits by this committer
Update to 5.1.3

PR:             80287
Submitted by:   Andrey Slusar (maintainer)
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Thursday, 30 Dec 2004
02:37 edwin search for other commits by this committer
[PATCH] change MAINTAINER email address for all my ports.

PR:             ports/75559
Submitted by:   Andrey Slusar <anray@inet.ua>
Original commit
Saturday, 11 Dec 2004
01:55 sem search for other commits by this committer
- Update to 5.1.2

PR:             ports/74932
Submitted by:   maintainer
Original commit
Saturday, 21 Aug 2004
15:03 krion search for other commits by this committer
Fix security risk for setuid news programs.

PR:             ports/70773
Submitted by:   maintainer
Original commit
Saturday, 7 Aug 2004
20:48 krion search for other commits by this committer
Change maintainer's email.

PR:             ports/70138
Submitted by:   Andrey Slusar <vasallia@ukr.net>
Original commit
Monday, 12 Jul 2004
18:53 sem search for other commits by this committer
DS fork of fidogate. It can be used as:
* Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix

PR:             ports/68878
Submitted by:   Andrey Slusar <vasallia@ukr.net>
Approved by:    krion (mentor)
Original commit

Number of commits found: 37