1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

2910 Commits

Author SHA1 Message Date
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Li-Wen Hsu
3ee60a3728 - Unbreak 2014-07-15 17:28:52 +00:00
Yen-Ming Lee
4d962acc36 - fix improper stage 2014-07-15 15:45:39 +00:00
Sunpoet Po-Chuan Hsieh
e8c512d5a7 - Simplify Makefile 2014-07-12 08:41:55 +00:00
Yen-Ming Lee
f99aa0b108 - add LICENSE 2014-07-10 00:30:19 +00:00
Xin LI
511be198a1 Update to 1.5.0
PR:		ports/190644
Submitted by:	maintainer
2014-07-08 00:52:37 +00:00
Xin LI
4a141bfd4a New port: The Chinese PinYin and Bopomofo conversion library.
PR:		ports/187797
Submitted by:	Henry Hu <henry hu sh gmail com>
2014-07-07 22:54:06 +00:00
Sunpoet Po-Chuan Hsieh
58a9f2a8df - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:31 +00:00
Sunpoet Po-Chuan Hsieh
9fdce81a58 - Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:49:27 +00:00
Sunpoet Po-Chuan Hsieh
81bb7c662b - Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Use single space after WWW:
2014-07-06 18:49:22 +00:00
Yen-Ming Lee
e0ce93dad1 - support stage 2014-07-06 06:31:12 +00:00
John Marino
dd9b64226a chinese/scim-tables: Add scim as BUILD_DEPENDS (dports) 2014-07-05 15:06:03 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Yen-Ming Lee
8b87f69f9c - remove MAN1 2014-07-05 05:42:34 +00:00
Yen-Ming Lee
10cb91226d - support stage 2014-07-05 05:37:54 +00:00
Yen-Ming Lee
4c3b1024ca - support stage and options 2014-07-05 05:28:30 +00:00
Adam Weinberger
694152b3b3 Remove NOPORTDOCS. 2014-07-03 23:58:28 +00:00
Dmitry Marakasov
374f2fe972 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:10:05 +00:00
Dmitry Marakasov
f23c877d57 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:10:35 +00:00
Dmitry Marakasov
98cae058ae - Switch to USES=libtool, drop .la files 2014-07-01 01:21:06 +00:00
Baptiste Daroussin
050b92e155 this one should have gone as well 2014-06-30 20:14:29 +00:00
Baptiste Daroussin
fb1a28ce88 Removed unmaintained upstream xemacs ports and dependencies 2014-06-30 20:12:29 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6 - Take maintainership 2014-06-30 16:42:17 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Baptiste Daroussin
ca9f12347d Mark as broken: almost all command call are hardcoded
With hat:	portmgr
2014-06-24 22:23:00 +00:00
Jung-uk Kim
7a699892f7 Update to 4.2.5. 2014-06-24 02:40:06 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
Baptiste Daroussin
5c89a4e380 Mark as broken: no distinfo provided
With hat:	portmgr
2014-06-22 22:08:11 +00:00
Dmitry Marakasov
6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00
Vanilla I. Shu
a5de5fb15a remove NO_STAGE, editors/joe staging ready already. 2014-06-13 14:56:53 +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
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +00:00
John Marino
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425

It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
2014-06-11 10:20:41 +00:00
Dmitry Marakasov
f46ab7a9b6 - Fix plist (clean up shared directory)
Approved by:	portmgr 'just fix it' blanket
2014-06-10 21:28:03 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Bryan Drewery
7fec4c8ecf - Support staging
PR:		189637
Submitted by:	eric@camachat.org (maintainer)
2014-06-05 19:26:23 +00:00
Tijl Coosemans
f82c078795 Fix pkg-plist after previous commit. 2014-06-02 21:08:03 +00:00
Tijl Coosemans
54ec4d7796 Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile.  With '+=' values from
make.conf can be picked up.  Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them.  If there's no configure script the makefile has to be patched to use
the right values.
2014-06-02 20:14:24 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Vanilla I. Shu
4d8570c771 Fix patch files to chase irc/irssi. 2014-06-01 04:07:27 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Rong-En Fan
7aa4bbeb41 Staging support 2014-05-30 14:11:02 +00:00
Rong-En Fan
f143413937 Staging support 2014-05-30 14:09:51 +00:00
Rong-En Fan
1de318c695 Staging support 2014-05-30 13:53:48 +00:00
Rong-En Fan
b8eb4aa6ca mail/mutt supports STAGE so does this 2014-05-30 13:21:14 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00