Commit graph

65 commits

Author SHA1 Message Date
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Renato Botelho
97e4d0b5cc Move USE_BZIP2 to USES=tar:bzip2 2014-05-14 19:33:28 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Renato Botelho
ef24d088d3 Fix DOCS installation 2013-11-08 12:32:10 +00:00
Renato Botelho
725bdaafc9 Fix wrong use of OPTIONS_SUB
Reported by:	danfe
2013-11-01 09:57:50 +00:00
Renato Botelho
838b86e1ce . Add LICENSE
. Simplify Makefile
2013-10-31 23:33:45 +00:00
Renato Botelho
dc1f62b424 Support staging 2013-09-27 15:21:07 +00:00
Renato Botelho
172810a103 Update LIB_DEPENDS syntax on my ports and silent make check-makefile 2013-09-24 16:47:23 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Martin Wilke
28cbf3b534 - Do not try to remove dirs. not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-31 16:24:42 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Renato Botelho
71a917eebe - Move to OPTIONSng
- Pet portlint
2012-06-29 20:48:43 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Renato Botelho
542ef1ac64 cleanup MASTER_SITES 2010-09-30 17:17:27 +00:00
Pav Lucistnik
3ee4eb6c06 - Remove references to now non-existant devel/libslang
PR:		ports/145245
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2010-05-12 20:37:17 +00:00
Renato Botelho
03ae0408b6 Add 2 more OPTIONS to respect read-only files and don't try to host lookup
PR:		ports/145006
Submitted by:	Grzegorz Blach <magik@roorback.net>
2010-04-06 12:42:49 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Renato Botelho
65ba6801eb After upgrade to 0.99.19 jed was freezing when called with -c, fix it now.
Reported by:	andrew clarke <mail@ozzmosis.com>
Obtained from:	Author by email
2009-12-21 14:53:02 +00:00
Renato Botelho
0a3e043b5f Update to 0.99.19 2009-12-15 10:07:48 +00:00
Renato Botelho
a5c36cfcb3 - Mark it as MAKE_JOBS_UNSAFE, i did it wrong on last commit
Reported by:	QAT
2009-03-29 15:20:49 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
2009-02-08 03:14:14 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Renato Botelho
d0383e1ee9 - Fix installation when NOPORTDOCS is set, preventing it to create doc dirs.
Bump PORTREVISION is unecessary since the default package will be untouched

Reported by:	itetcu
2008-06-02 11:28:24 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [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)
2008-04-19 17:56:05 +00:00
Renato Botelho
a0e03ce006 - Add more MASTER_SITES 2007-08-31 19:02:53 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Renato Botelho
74119c77b2 Add one new master site and remove an old one that's not working anymore. 2006-05-30 17:42:55 +00:00
Renato Botelho
78f61bb987 Update to 0.99.18 2006-04-03 13:18:04 +00:00
Renato Botelho
325b0f182c - Fix PLIST
Noticed by:	krismail
2005-11-09 08:57:20 +00:00
Renato Botelho
46e7d42e8a - Add SHA256 2005-11-08 14:33:35 +00:00
Renato Botelho
9a553d8c9b - info files are really old and out of date, so, do not install it anymore 2005-11-07 13:58:50 +00:00
Renato Botelho
61ade4ed79 - Respect CFLAGS/LDFLAGS 2005-10-28 10:48:51 +00:00
Renato Botelho
1161684037 - Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead
- Use PORTDOCS
- Polish Makefile
2005-10-27 18:04:14 +00:00
Renato Botelho
7103d36ebd - Add more MASTER_SITES 2005-10-27 16:47:29 +00:00
Renato Botelho
c1c8dd1f5c - Register CONFLICTS with jed-devel
- OPTIONS'ify
2005-10-27 09:59:03 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Jean-Yves Lefort
2c4d314c4a - Sort the packing list
- Honour ${NOPORTDOCS}
- Use ${INFO} instead of install-info, and add patches to add section
  and dir-entry to info files
- Patch src/Makefile.in instead of installing files in the wrong
  location and removing them
- Move ${STRIP_CMD} commands to src/Makefile.in
- Pass maintainership to Renato Botelho <freebsd@galle.com.br>

PR:		ports/80441
Submitted by:	Renato Botelho <freebsd@galle.com.br> (new maintainer)
Approved by:	former maintainer
2005-05-15 20:01:55 +00:00
Pav Lucistnik
d3dede9552 - Fix losing setuid/setgid bits on files when saving
- Portlint

PR:		ports/72652
Submitted by:	Renato Botelho <renato@galle.com.br>
Approved by:	maintainer timeout (2 weeks)
2004-11-01 19:12:09 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Edwin Groothuis
17c5fd26f0 Maintainer update: editors/jed to 0.99.16
PR:		ports/48487
Submitted by:	Benedikt Schmidt <s_bschmi@ira.uka.de>
2003-02-23 06:37:23 +00:00
Akinori MUSHA
3860f7f3e2 De-pkg-comment. 2003-02-21 11:38:28 +00:00
David W. Chapman Jr.
dac67a390a Updated to 0.99.15
PR:		31293
Submitted by:	maintainer
2001-10-19 04:01:13 +00:00
Peter Pentchev
cc27c89cab Update to 0.99.14.
Change maintainer - the former maintainer was quite unresponsive.

PR:		26472
Submitted by:	Benedikt Schmidt <s_bschmi@ira.uka.de> - new maintainer
2001-06-29 14:48:08 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Steve Price
e4115d68c1 Add documentation files to pkg/PLIST use NO_XJED instead of comment
to say whether you want the X version of jed or not.

PR:		18227
Submitted by:	Dominic Mitchell <dom@palmerharvey.co.uk>
2000-04-30 00:17:29 +00:00