Commit graph

10 commits

Author SHA1 Message Date
John Marino
aafe61e7b7 Stage databases/gnats4 and assign new maintainer
PR:		192881
Submitted by:	Chris Hutchinson

I am sure many people wanted to see this port die, but Chris wanted to
save it.  Unfortunately his PR only contained about 2% of the work needed
to properly stage it.  I had to overhaul it with the changes to numerous
to recount.  Some big ticket items: converted to OptionsNG the EMACS and
CLIENT_ONLY knobs (the ability to define the exact EMACS version is lost,
it just takes the default. There are only 2 EMACS versions anyway).

The chown/mode changes where moved from vendor makefile to pkg-plist.  I
also leveraged @sample keyword for the two conf files.
2014-08-23 22:10:32 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Vasil Dimov
dce3d0d80f databases/gnats4: Fix build failure on FreeBSD 10
gnats/gnats.h contains its own prototypes of asprintf() and vasprintf()
which conflict with the system ones:

In file included from edit.c:21:
./gnats.h:140:12: error: conflicting types for 'asprintf'
extern int asprintf (char **buf, const char *fmt, ...);
          ^
/usr/include/stdio.h:396:6: note: previous declaration is here
int      asprintf(char **, const char *, ...) __printflike(2, 3);

Just remove the prototypes from gnats.h.

Reported by:    miwi@
2013-06-10 08:03:20 +00:00
Philip M. Gollucci
77fa6a6bfa gnats4 will core dump on a cvsup'd gnats index with default settings.
The following patch will fix this.

A local gnats mirror is often the only way to rip out patches in a
format which is usefull for further PR handling / patching, so it will be
nice if the default database type does match the upstream (gnats-freebsd).
Maybe this trivial fix helps even others to move from gnats to gnats4

PR:             ports/159947
Submitted by:   ohauer
Approved by:    maintainer timeout (vd ; 175 days)
2012-03-01 02:36:28 +00:00
Vasil Dimov
0ca5abfa48 Fix a missing ' in gnats/edit-pr.sh
PR:		ports/163178
Submitted by:	manolis@
2011-12-12 11:47:14 +00:00
Vasil Dimov
4511b97bb9 databases/gnats4: use sh-compatible syntax in install-sid.sh
PR:		ports/124677
Submitted by:	Callum Gibson <callumgibson@optusnet.com.au>
2008-07-22 09:38:25 +00:00
Pav Lucistnik
914ecd97b7 - Update to 4.1.0
- Take maintainership

PR:		ports/84428
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-09-13 23:03:39 +00:00
Oliver Eikemeier
26ba675eeb - allow to put the gnats database in ${DATADIR}
- add ceri's freefall patches

Submitted by:	ceri (partial)
2004-01-29 14:06:18 +00:00
Dag-Erling Smørgrav
7977c0ecab Miscellaneous installation improvements, including (but not limited to)
preserving pre-existing configuration and data.
2003-10-09 01:17:43 +00:00
Dag-Erling Smørgrav
0ff9b555dc Gnats 4.0, a complete rewrite of the good old GNU bug tracking system.
PR:		ports/55876
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-20 13:16:46 +00:00