1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

112 Commits

Author SHA1 Message Date
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Yuri Victorovich
768df36f7b dns/libidn: Update 1.33 -> 1.34
Also change to DISTVERSION.

PR:		228048
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2018-05-08 05:04:15 +00:00
Dmitry Marakasov
df9cdd455a - Add LICENSE
- Switch to USES=localbase
- Pet portlint
- Switch to options helpers

Approved by:	portmgr blanket
2018-03-01 09:03:03 +00:00
Jason Unovitch
c2816cf044 dns/libidn: remove erroneous addition of autogenerated info/dir in plist
PR:		211407
Pointyhat to:	junovitch
Approved by:	ports-secteam (with hat)
MFH:		2016Q3
2016-08-01 02:27:11 +00:00
Jason Unovitch
35b13183ee dns/libidn: update 1.31 -> 1.33
PR:		211407
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	ports-secteam (with hat)
Security:	CVE-2015-8948
Security:	CVE-2016-6261
Security:	CVE-2016-6262
Security:	CVE-2016-6263
Security:	https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html
MFH:		2016Q3
2016-07-31 15:15:03 +00:00
Mark Felder
7f710219af Update to 1.31
Add USES=gmake to build on all supported FreeBSD releases

PR:		201780
Security:	CVE-2015-2059
Security:	4caf01e2-30e6-11e5-a4a5-002590263bf5
MFH:		2015Q3
2015-07-23 15:49:49 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Thomas Zander
0b2e0c1e9c - Update to upstream version 1.29
While on it:
- Simplify OPTIONS
- Fix pkg-plist (missing entry for pt_BR, remove @dirrm, handled by pkg)

PR:		193301
Submitted by:	takefu@airport.fm
Approved by:	gaod@hychen.org (maintainer)
2014-09-29 15:32:24 +00:00
Tijl Coosemans
849599bda4 Remove hack now that USES=pathfix no longer modifies configure (r369260) 2014-09-25 15:46:46 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +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
Baptiste Daroussin
b002fa78f2 Fix build with ports makeinfo 2014-06-25 19:40:15 +00:00
Tijl Coosemans
9f8b4bcde3 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Martin Wilke
dfa4d98600 - Stage support 2014-02-03 04:11:31 +00:00
Matthias Andree
16c17a59e2 Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures in
dependent ports.

PR:		ports/182054
Approved by:	gaod@hychen.org (maintainer timeout, 16 days)
2013-09-29 12:53:16 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Sunpoet Po-Chuan Hsieh
54082c9ee7 - Update to 1.2.8
- While I'm here:
  - Use GNU macro
  - Add OPTIONS_DEFINE
  - Convert to new perl5 framework
  - Simplify regex

Changes:	http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS
PR:		ports/181942
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-09-08 18:32:38 +00:00
Raphael Kubo da Costa
fa85d6d8ba Update to 1.27. [1]
While here, replace USE_GNOME with the respective USES entries.

PR:		ports/179981
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-06-25 23:19:35 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Florian Smeets
9c0c82f682 Update to 1.26
PR:		ports/175900
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-02-06 22:35:30 +00:00
Bryan Drewery
412f3c3fa4 Update to 1.25
ChangeLog:

1.23
  https://lists.gnu.org/archive/html/info-gnu/2011-11/msg00014.html
1.24
  https://lists.gnu.org/archive/html/info-gnu/2012-01/msg00008.html
1.25
  https://lists.gnu.org/archive/html/info-gnu/2012-05/msg00010.html

Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
PR:		ports/170428
Approved by:	eadler (mentor)
2012-08-08 01:04:59 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
3a61669522 - Fix build FreeBSD 10 2011-10-28 18:00:25 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Julien Laffaye
edc7b95ba3 Update to 1.22
PR:		ports/158785
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	bapt (mentor, implicit)
2011-07-11 12:44:42 +00:00
Wen Heping
a2c526c1ca - Update to 1.19
PR:		ports/153499
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2011-03-14 08:37:55 +00:00
Mark Linimon
5a8cd00aad Over to submitter of last update. 2010-12-28 10:07:46 +00:00
Mark Linimon
1e7fac30a4 Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.

Hat:		portmgr
2010-12-28 08:11:16 +00:00
Philip M. Gollucci
adc2b02a3b - Update to 1.16
PR:             ports/143265
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    maintainer timeout (krion ; 219 days)
2010-09-08 22:30:59 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Kirill Ponomarev
492305aaa3 Update to 1.15 2009-11-16 12:22:40 +00:00
Kirill Ponomarev
b92f8dcb26 Update to 1.14 2009-05-26 08:53:22 +00:00
Kirill Ponomarev
4cc67e5136 Update to 1.13 2009-03-08 17:01:14 +00:00
Kirill Ponomarev
4596ae8486 Update to 1.12 2009-02-06 06:56:47 +00:00
Kirill Ponomarev
a22634f02d Update to 1.9 2008-10-04 12:09:41 +00:00
Ion-Mihai Tetcu
2bd9d41b75 - don't install libidn-components.png in DOCSDIR if -DNOPORTDOCS
- bump PORTREVISION

Approved by:	maintainer timeout
2008-06-15 15:51:54 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Kirill Ponomarev
d3ab50cd78 Update to 1.8 2008-05-14 06:12:09 +00:00
Pav Lucistnik
026e7e59d0 - Remove USE_GETOPT_LONG which is a no-op since March 200 2008-03-20 09:37:21 +00:00
Kirill Ponomarev
9d340159d3 Update to 1.2 2007-10-10 12:18:15 +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
Kirill Ponomarev
6ca4d110e7 Update to 0.6.14 2007-06-01 07:24:11 +00:00
Kirill Ponomarev
b937fbebad Update to 0.6.12 2007-05-31 21:00:01 +00:00
Kirill Ponomarev
51ae573518 Fix build if automake is installed.
PR:		ports/111360
Submitted by:	novel
2007-04-15 20:25:21 +00:00
Kirill Ponomarev
dffc700b05 Update to 0.6.10 2007-01-27 23:42:06 +00:00
Kirill Ponomarev
34897a87f4 Update to 0.6.9 2006-12-10 07:28:04 +00:00
Kirill Ponomarev
815f2d6ec1 Update to 0.6.8 2006-10-31 15:43:22 +00:00