Commit graph

302545 commits

Author SHA1 Message Date
Baptiste Daroussin
631f6c1707 Trim headers
Convert WITH to options
2013-06-14 14:46:57 +00:00
Baptiste Daroussin
745c4918d1 Use new helpers 2013-06-14 14:44:56 +00:00
Martin Wilke
03e3e56bc3 - Update to 1.2.24
PR:		176231
Submitted by:	pclin@
Approved by:	maintainer timeout
2013-06-14 14:44:51 +00:00
Martin Wilke
cc075002d3 - Update to 0.2.0
PR:		174668
Submitted by:	tota
Approved by:	maintainer timeout
2013-06-14 14:43:53 +00:00
Bryan Drewery
bb5dc21d37 Convert to new options helpers 2013-06-14 14:40:53 +00:00
Boris Samorodov
d248bef09f . remove shlib ABI versions from LIB_DEPENDS;
. add LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers.
2013-06-14 14:39:53 +00:00
Niclas Zeising
5f84f960af Fix patching on powerpc with new xorg.
PR:		ports/179229
Submitted by:	jhibbits (PR), zeising (patch)
2013-06-14 14:39:18 +00:00
Bryan Drewery
4898ae0280 - Fix typo
Reported by:	freshports
2013-06-14 14:36:08 +00:00
Bryan Drewery
0f033fa3f6 - Convert to new options helpers
- Remove bsd.port.post.mk
2013-06-14 14:34:15 +00:00
Baptiste Daroussin
b962befb99 Fix a confusion
Reported by:	wg
2013-06-14 14:31:22 +00:00
William Grzybowski
53866e1e4c games/joequake: fix build with clang
- Fix build with clang, use gnu89 C std
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 14:29:14 +00:00
Baptiste Daroussin
2744ab655b Document the fact that _DEPENDS now also has per options helpers 2013-06-14 14:29:13 +00:00
Martin Wilke
fff04a6460 - Update to 0.2.33 2013-06-14 14:28:42 +00:00
Baptiste Daroussin
aff2ff05fa Use new helpers 2013-06-14 14:27:11 +00:00
Martin Wilke
54ea8e01a1 - Update to 2.7.9
PR:		179457
Submitted by:	maintainer
2013-06-14 14:27:03 +00:00
Bryan Drewery
cea1dd9ee0 Convert to new options helpers 2013-06-14 14:22:51 +00:00
Baptiste Daroussin
24ed473314 Use new helpers 2013-06-14 14:19:15 +00:00
Baptiste Daroussin
0e8027e93f Add a forgotten helper:
${OPT}_CMAKE_ON and ${OPT}_CMAKE_OFF
2013-06-14 14:18:45 +00:00
Baptiste Daroussin
b876916186 Fix typo
Reported by:	wg
2013-06-14 14:11:51 +00:00
Baptiste Daroussin
630e157c54 Add the forgotten OPTIONS_SUB 2013-06-14 14:07:34 +00:00
Baptiste Daroussin
55806775a5 Use new options helpers 2013-06-14 14:05:59 +00:00
Kubilay Kocak
6fc13122f8 security/py-oauthlib: Fix pkg-plist
- Fix pkg-plist. missing @dirrm entries

Reported by:	sbz (thanks!)
2013-06-14 14:04:38 +00:00
Baptiste Daroussin
eabcca8047 Simplify using the new options helpers 2013-06-14 13:56:04 +00:00
Boris Samorodov
35e526f4fe . pet portlint: squeeze COMMENT a little;
. trim Makefile headers.
2013-06-14 13:54:36 +00:00
Baptiste Daroussin
9ccb6117eb Simplify by adopting the new options helpers 2013-06-14 13:51:18 +00:00
Boris Samorodov
9b9ba08bef . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. simplify install (use 1 line instead of 6);
. trim Makefile headers;
. add tab space to WRKSRC.
2013-06-14 13:51:04 +00:00
William Grzybowski
e17c1fddb1 security/ike: update to 2.2.1
- Update to 2.2.1 [1]
- Remove NATT warning about FreeBSD < 8.0 patch

Changes: https://www.shrew.net/download/changelog/ike/2.2.1-release

PR:		ports/179503 [1]
Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 13:48:02 +00:00
Baptiste Daroussin
67cfdf9034 New macros to help dealing with ports that have options:
OPTIONS_SUB=yes when set in a port, all the option names are automatically
added to the PLIST_SUB with "@comment " value in case the option is off and
empty value in case the options is on.

${OPT}_CONFIGURE_ENABLE=<aname> will automatically add:
CONFIGURE_ARGS+=--enable-<aname> in case OPT is activated
CONFIGURE_ARGS+=--disable-<aname> in case OPT is deactivated

${OPT}_CONFIGURE_ON=<something> will automatically add:
CONFIGURE_ARGS+=<something> in case OPT is activated

${OPT_CONFIGURE_OFF=<something> will automatically add:
CONFIGURE_ARGS+=<something> in case OPT is deactivated

${OPT}_CFLAGS will append the specified new flags to CFLAGS if OPT is 'on'
${OPT}_CXXFLAGS will append the specified new flags to CXXFLAGS if OPT is 'on'
${OPT}_LDFLAGS will append the specified new flags to LDFLAGS if OPT is 'on'

${OPT}_CONFIGURE_ENV will append the specified variables to CONFIGURE_ENV if
OPT is 'on'
${OPT}_MAKE_ENV will append the specified variables to MAKE_ENV if OPT is 'on'

${OPT}_USES will append the speficied uses to USES if OPT is 'on'

${OPT}_DISTFILES will append the specified distiles to DISTFILES if OPT in 'on'

Reviewed and tested by:	bdrewery
2013-06-14 13:41:37 +00:00
Boris Samorodov
2123bfe614 . pet portlint: squeeze COMMENT a little;
. use PLIST_FILES and remove pkg-plist (5 lines);
. trim Makefile headers.
2013-06-14 13:33:23 +00:00
Nicola Vitale
f53f76d5d2 - Update to 5.0.1
Release notes:	http://goo.gl/w2atu
2013-06-14 13:23:48 +00:00
Dmitry Marakasov
378eae6ab5 - Trim Makefile header
- OptionsNG
- Use dynamic plist
2013-06-14 13:19:53 +00:00
Dmitry Marakasov
88bf65e299 - Fix build with clang
- Add LICENSE
2013-06-14 13:18:53 +00:00
Tijl Coosemans
d9f524c45c - Reallign documentation for a tab width of 4.
- Document variables that can be used in make.conf.

Approved by:	bapt
2013-06-14 13:04:32 +00:00
Boris Samorodov
66dbc622b6 . simplify install (use 2 lines instead of 8);
. trim Makefile headers.
2013-06-14 13:04:27 +00:00
Tijl Coosemans
d48e842cfa Sort PORT_OPTIONS only once and remove some undefines.
Approved by:	bapt
2013-06-14 13:00:48 +00:00
Tijl Coosemans
bdace5957e Let config-conditional take options configured in make.conf into account.
The option dialog will not appear if all options have been configured
before, either using the dialog or in make.conf.  This means you can set
options once for all ports in make.conf and not have dialogs pop up if
those are the only options.

Also let config-conditional run make config instead of do-config.  Make
config handles NO_DIALOG and pre-config.

Discussed with:	danfe
Approved by:	portmgr (bapt)
2013-06-14 12:59:02 +00:00
Baptiste Daroussin
5d9a049b9c Use the new USES=display:build
While here fix build with recent clang
2013-06-14 12:49:56 +00:00
Baptiste Daroussin
e290dec1ca Add a USES display to replace USE_DISPLAY.
as USE_DISPLAY it will handle the dependencies needed for a display. But it will also start and stop the Xfvb process during the requested phase the display it needed.

it takes 'install' as an implicit argument, but may also accept 'build'
2013-06-14 12:47:19 +00:00
Dmitry Marakasov
662f2e724d - Update to 5990 2013-06-14 12:33:14 +00:00
Dmitry Marakasov
0c708c6a61 - Trim makefile header
- Add LICENSE
- Fix build with clang
2013-06-14 12:31:57 +00:00
Dmitry Marakasov
cbe23af079 - Fix WWW
- Add LICENSE
- Make NLS optional
- Install manpages

PR:		179329
Submitted by:	nemysis <nemysis@gmx.ch>
2013-06-14 12:25:13 +00:00
Dmitry Marakasov
f5c8e805d1 - Update to 1.7.3 2013-06-14 12:23:58 +00:00
Martin Wilke
df54666893 - Add charsetfix to fix build
Reported by:	pkg (dev_mode)
2013-06-14 12:02:06 +00:00
Martin Wilke
18d17c90e5 - Correct dirctory removal 2013-06-14 12:01:29 +00:00
Martin Wilke
a78e98af81 - Correct DOCS handling
- Add missing dirctory to plist

Reported by:	pointyhat/pkg (dev_mode)
2013-06-14 12:00:22 +00:00
Martin Wilke
b86653028a - Do not remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-14 11:59:20 +00:00
Martin Wilke
b9ce2cf47b - Add missing dependency
Reported by:	pkg (DEV_MODE)
2013-06-14 11:58:35 +00:00
Niclas Zeising
98ef378faf Update to 1.0.8
Obtained from:	xorg development repo
2013-06-14 11:45:24 +00:00
Niclas Zeising
0bc922f556 Update to 0.9.8
Obtained from:	xorg development repo
2013-06-14 11:44:35 +00:00
Bryan Drewery
c449446caa - Update to checkin 2f8d07b10c
Changes:
  - Fix parallel_exec child errors not stopping the build.
    I.e., when computing deps if an origin is not found, the
    build was not properly detecting that.
  - Be more strict about leftovers in /var/db
  - Package filename quoting fixes
2013-06-14 11:38:17 +00:00