Commit graph

69 commits

Author SHA1 Message Date
Antoine Brodin
aeff899b56 Properly register info page
PR:		199980
Approved by:	maintainer timeout (2 weeks)
2015-05-21 18:20:51 +00:00
Dmitry Marakasov
3daeb53ed2 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-18 19:18:15 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Roman Bogorodskiy
4459af7a9a Update to 4.5. 2015-05-01 04:23:30 +00:00
Roman Bogorodskiy
f1b18cd183 Update to 4.4.
Security:	CVE-2015-2806
2015-04-18 03:21:59 +00:00
Roman Bogorodskiy
623b4f4cf7 Add CPE information.
PR:		198833
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-29 08:46:13 +00:00
Roman Bogorodskiy
705ce9cb9f Update to 4.2. 2014-09-21 12:00:58 +00:00
Roman Bogorodskiy
27a823f942 Update to 4.1. 2014-08-25 17:24:56 +00:00
Roman Bogorodskiy
32290f6fc6 - Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
  shlib version has changed
- Add an UPDATING entry for that

Exp-run by:	antoine
2014-07-28 06:43:09 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Roman Bogorodskiy
096560139e - Update to 3.3
- Add stage support
- Fix WWW line to pet portlint
2013-11-03 09:20:51 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Roman Bogorodskiy
310f9d6a44 Convert to USES for pkgconfig and pkgconfig.
PR:		178313
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
2013-06-01 16:47:48 +00:00
Alberto Villa
a128f78d23 - Fix installation on 10-CURRENT amd64.
Approved by:	novel (maintainer)
2013-02-07 09:54:34 +00:00
Roman Bogorodskiy
609c9997b5 Update to 2.14.
This makes gnutls properly build with system libtasn1.

Submitted by:	Herbert J. Skuhra <hskuhra@eumx.net>
2013-02-06 16:59:35 +00:00
Roman Bogorodskiy
dc23a23e18 Update to 2.13. 2012-06-10 05:38:22 +00:00
Xin LI
1b529fcd9f Update to 2.12.
With hat:	secteam
Security:	2e7e9072-73a0-11e1-a883-001cc0a36e12
Feature safe:	yes
2012-03-21 22:10:14 +00:00
Roman Bogorodskiy
af7ccbde06 Update to 2.11.
Feature safe:	yes
2011-11-30 00:40:38 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Roman Bogorodskiy
e9019f1ca4 Update to 2.10. 2011-10-30 03:36:24 +00:00
Martin Wilke
3a61669522 - Fix build FreeBSD 10 2011-10-28 18:00:25 +00:00
Roman Bogorodskiy
1842665597 - Update to 2.9
- Point WWW to libtasn1's own page at gnu.org
2010-12-31 13:07:24 +00:00
Roman Bogorodskiy
6810239b86 Update to 2.8. 2010-10-23 19:08:39 +00:00
Roman Bogorodskiy
a3527d819d Update to 2.7. 2010-07-24 12:10:40 +00:00
Roman Bogorodskiy
c9e1c361cb Update to 2.6. 2010-05-03 18:39:48 +00:00
Roman Bogorodskiy
01b6b000e2 Update to 2.4.
PR:		143269
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
2010-02-09 18:55:53 +00:00
Roman Bogorodskiy
a5d63a45d5 Update to 2.3. 2009-08-21 16:10:48 +00:00
Roman Bogorodskiy
467b1c38e7 Update to 2.1. 2009-05-10 00:37:23 +00:00
Roman Bogorodskiy
fdd06ffd54 Update to 1.8. 2009-01-18 17:02:03 +00:00
Roman Bogorodskiy
5d8d6cd137 Update to 1.5. 2008-08-30 12:03:51 +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
Roman Bogorodskiy
97a25d7ea3 Update to 1.4. 2008-06-19 06:02:47 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Roman Bogorodskiy
c6fe55c26a Update to 1.3. 2008-03-03 12:51:09 +00:00
Roman Bogorodskiy
12f89b2804 Update to 1.1. 2007-10-29 17:44:48 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Roman Bogorodskiy
b33b09f494 Update to 0.3.10. 2007-05-28 13:23:56 +00:00
Roman Bogorodskiy
d6ee2e03dd Update to 0.3.9. 2007-03-25 11:51:25 +00:00
Roman Bogorodskiy
b1e0e84b34 Update 0.3.8. 2007-01-02 13:15:47 +00:00
Roman Bogorodskiy
d2074f36ae Update to 0.3.6. 2006-08-24 13:32:01 +00:00
Roman Bogorodskiy
0b1f9e295b Update to 0.3.5. 2006-07-08 17:48:34 +00:00
Roman Bogorodskiy
87efb4a5d9 Update to 0.3.4. 2006-05-12 02:59:47 +00:00
Roman Bogorodskiy
6df9824dff Update to 0.3.1. 2006-05-05 16:01:41 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Roman Bogorodskiy
1d34c7f5b4 Update to 0.2.18 - a security release which fixes bugs in the DER decoder. 2006-02-10 16:26:21 +00:00
Roman Bogorodskiy
df22401d40 Update to 0.2.17. 2005-11-28 13:18:36 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Sergei Kolobov
601a79499f - Pass maintainership of gnutls, libtasn1 and opencdk ports to
Roman Bogorodskiy (novel) who kindly agreed to look after them
2005-08-30 14:28:29 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00