1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

335169 Commits

Author SHA1 Message Date
Julio Merino
e635ef17ad Update devel/atf to 0.20 and modernize the port.
This includes:
- Taking ownership of the package (with ack from previous maintainer).
- Forcing all file registrations into pkg-plist.
- Fully dropping support for the deprecated tools.
- Adding support for the TEST option.
- Properly using libtool via USES.
- Not using OSREVISION to determine whether atf can or can't be installed.
- Avoiding Makefile.in hacks by just using MAKE_FLAGS.

... which basically means this really is a full rewrite of the port.

Approved by:	bapt, bdrewery
2014-05-17 17:03:25 +00:00
Pawel Pekala
82fb8d9012 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 16:59:58 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Sunpoet Po-Chuan Hsieh
6462719ce3 - Remove empty PLIST 2014-05-17 16:42:55 +00:00
Sunpoet Po-Chuan Hsieh
d88f7966ba - Update to 2.4.0
- Simplify Makefile

Changes:	http://svn.xiph.org/icecast/trunk/icecast/ChangeLog
2014-05-17 16:42:02 +00:00
Colin Percival
3ffaa1bc35 Update to 1.9. This fixes a bug in ec2_ephemeralswap where the amount of
ephemeral storage on an EC2 instance is less than the amount of swap space
we want to autoconfigure.  (In particular, the m3.medium instance type has
4 GB of attached SSD storage but 3.75 GB of RAM, which results in a desired
7.5 GB of swap space.)
2014-05-17 16:40:54 +00:00
Martin Wilke
6cd52061fd - Update to version 1.6.1
PR:		188363
Submitted by:	Ports Fury
2014-05-17 16:40:19 +00:00
Martin Wilke
e1c75c1d50 - Update to version 4.0.4
PR:		188361
Submitted by:	Ports Fury
2014-05-17 16:39:33 +00:00
Martin Wilke
1418364f10 - Update to version 109.60.01
PR:		188360
Submitted by:	Ports Fury
2014-05-17 16:38:54 +00:00
Martin Wilke
317972c21a - Update to version 111.03.00
PR:		188357
Submitted by:	Ports Fury
2014-05-17 16:38:14 +00:00
Martin Wilke
45a9760e4a - Update to version 7.0.13
PR:		188356
Submitted by:	Ports Fury
2014-05-17 16:37:26 +00:00
Pawel Pekala
8b151c9d67 - Add staging support
- Convert to new options framework
2014-05-17 16:37:07 +00:00
Tijl Coosemans
8a53f5283a Update to GPUTILS 1.3.0:
- Expanding the listing option of processors.
- Added the missing CONFIG2 DEBUG file definition in some pic12f inc files.
- The gputils can be compiled with newer versions of bison and flex.
- French translation of gputils/man/fr/gpasm.1.in.
- inc and lkr files are synced with MPLABX 2.10
2014-05-17 15:54:48 +00:00
Ryan Steinmetz
4edfe87ed3 - Merge in upstream patch
- Add another notice for 10.0 users/OpenSSL
- Bump PORTREVISION

PR:		ports/189881
Submitted by: 	Olli Hauer <ohauer@FreeBSD.org>
2014-05-17 15:50:50 +00:00
Bryan Drewery
45993cbf50 - Update to checkin 3a2569440b
- Fix build on 9.1 which does not have F_DUPFD_CLOEXEC

Changes:
  * status/jail -l: Fix sort(1) error on <10
  * Fix crash with SIGINFO done too early in build
  * Prevent appending the same make.conf multiple times
  * Fix (-s) showing in sanity when pkg is missing
  * Fix jail -u
  * jail -u: Name the jail with -default so it can be stopped
             with jail -k.
  * Add ALLOW_MAKE_JOBS_PACKAGES which lets the named package globs
    to always run with MAKE_JOBS regardless of ALLOW_MAKE_JOBS. Default
    is set to allow 'pkg' and 'ccache' to build with MAKE_JOBS as they
    typically holdup the rest of the build.
  * No longer run 'make clean' before building a port as it is not needed
    due to always using a WRKDIRPREFIX
  * Fix -a to work with bad-styled category Makefiles
  * sem(4) is only needed on <9
2014-05-17 15:48:50 +00:00
Antoine Brodin
06f8f0d564 Fix pkgname collisions
With hat:	portmgr
2014-05-17 15:39:32 +00:00
Pawel Pekala
e3bf5b9830 - Add staging support
- Convert to new options framework
- Switch to PLIST_FILES
- Remove leading article from COMMENT
2014-05-17 15:35:36 +00:00
John Marino
019ab276a6 textproc/templates_parser: Define Naming in gpr file
Two source files have non-standard names as they were build options.
The gpr file needs to pass this information to gprbuild users.
2014-05-17 15:34:01 +00:00
Carlo Strub
e64d577328 Take over port due to long maintainer timeout.
Approved by:	portmgr
2014-05-17 14:07:04 +00:00
Pawel Pekala
44bce50c1c - Add staging support
- Convert to new options framework
2014-05-17 13:55:39 +00:00
Martin Wilke
d6dbd5803f - Update to version 4.00
- Stage support

PR:		188354
Submitted by:	Ports Fury
2014-05-17 13:45:03 +00:00
Pawel Pekala
f73e4145e4 - Add staging support
- Convert to new options framework
2014-05-17 13:36:17 +00:00
Sunpoet Po-Chuan Hsieh
42de9b6701 - Fix PORTEXAMPLES
- Adjust OPTIONS:
  - AUT -> AUTOMATED
  - BAS -> BASIC
  - CON -> CONSOLE
  - CUR -> CURSES
  - DEB -> DEBUG
  - EXA -> EXAMPLES
  - ITE -> TEST
  - MEM -> MEMTRACE
- Bump PORTREVISION for package change
2014-05-17 13:26:52 +00:00
Vanilla I. Shu
d58c1612d8 Fix shebang.
Submitted by:	swills@
2014-05-17 13:11:59 +00:00
Pawel Pekala
b1f33f2ceb - Add staging support
- Convert to new options framework
2014-05-17 13:09:53 +00:00
Pawel Pekala
54c337b7de - Add staging support
- Convert to USES=gmake
2014-05-17 13:03:03 +00:00
Rong-En Fan
09fcd1e1cc - Update to 1.6.6
- Reset maintainership as I have no intention to maintain this anymore

PR:		ports/189011
Submitted by:	Boris Samorodov <bsam at passap.ru>
2014-05-17 12:25:51 +00:00
Pawel Pekala
2ba11be767 Port is stage safe 2014-05-17 11:32:16 +00:00
Pawel Pekala
57bdb4b913 - Port is stage safe
- Convert to USES=libtool
- Instal striped binaries
2014-05-17 11:31:14 +00:00
Matthew Seaman
aa5cc19672 Update to 0.08
Change Log:	http://cpansearch.perl.org/src/ALEXMV/Plack-Middleware-Test-StashWarnings-0.08/Changes
2014-05-17 11:22:43 +00:00
Pawel Pekala
a0cb664dfa Port is stage safe 2014-05-17 11:08:08 +00:00
Martin Wilke
656a92a6a2 - Update to 2.2.0
PR:		189184
Submitted by:	maintainer
2014-05-17 10:55:09 +00:00
Martin Wilke
cd99fa61a8 - Support USE_GITHUB
PR:		187744
Submitted by:	Ports Fury
2014-05-17 10:54:41 +00:00
Martin Wilke
20aa933d48 - Update to 2.2.0
PR:		189184
Submitted by:	maintainer
2014-05-17 10:53:48 +00:00
Martin Wilke
58c8a63c5c - Update to 0.6.4
- Update pkg-descr

PR:		188860
Submitted by:	Ports Fury
2014-05-17 10:53:20 +00:00
Martin Wilke
c021be5dc4 - Update to 0.45.5
PR:		188857
Submitted by:	Ports Fury
2014-05-17 10:52:33 +00:00
Koop Mast
c951967af7 Enable shared libglapi library and make a port for it. It is used by libGL
and libglesv2. This fixes undefined symbol issues in libglesv2.
Clean up stagedir of unwanted files/directories, so check-plist passes.
Switch logic and always build gallium support in graphics/dri on i386 and
 amd64. Gallium is used for Radeon HD 5000+ support.

Use USES=tar:bzip2
Under WITH_NEW_XORG:
Add patch to remove some dependencies for aclocal.m4 which are absent.
 This allows the removal of USE_AUTOTOOLS, REAPPLY_PATCHES and pre-configure
 target.
Add INSTALL_TARGET=install-strip to strip libraries.
USES=libtool:keepla
Fix a /use typo with /usr in post-patch.

Bump PORTREVISION for the libtool and libglapi changes.

Submitted by:	tijl@ (libtool and autotools changes)
Obtained from:	xorg-dev repo (libglapi and gallium changes)
2014-05-17 09:56:00 +00:00
Martin Wilke
1954b8b110 - Update to 1.0.8
- Support GITHUB

PR:		187745
Submitted by:	Ports Fury
2014-05-17 09:54:02 +00:00
Martin Wilke
cda57aad98 - Support USE_GITHUB
- Support ncurses USES macro
- Add LICENSE

PR:		187761
Submitted by:	Ports Fury
2014-05-17 09:53:11 +00:00
Martin Wilke
5dfc28222d - Fix build with clang
- Stage support
- Options helper

PR:		187759
Submitted by:	Ports Fury
2014-05-17 09:52:23 +00:00
Martin Wilke
5b3bbd5ad0 - Fix build
- Support PLIST_FILES

PR:		187746
Submitted by:	Ports Fury
2014-05-17 09:51:11 +00:00
Martin Wilke
842ee794b6 - Support USE_GITHUB
- Add LICENSE

PR:		187742
Submitted by:	Ports Fury
2014-05-17 09:49:51 +00:00
Martin Wilke
c04eceeaaa - Update to 1.9.5
- Stage support

PR:		187755
Submitted by:	Ports Fury
2014-05-17 08:44:41 +00:00
Martin Wilke
d9561b91ec - Fix build on -current
- Update uses,
- Options helper

PR:		188146
Submitted by:	Ports Fury
2014-05-17 08:42:53 +00:00
Martin Wilke
8721a01043 - Fix build on -current
PR:		188143
Submitted by:	Ports Fury
2014-05-17 08:42:00 +00:00
Martin Wilke
8f96df49da - Stage support
- Support USE_GITHUB
- Support shebangfix USES macro

PR:		187758
Submitted by:	Ports Fury
2014-05-17 08:40:47 +00:00
Martin Wilke
fbe774c237 - Update to 4.0.2.0
PR:		188858
Submitted by:	Ports Fury
2014-05-17 08:39:51 +00:00
Martin Wilke
70a6418a91 - Update to 2.36
PR:		188362
Submitted by:	Ports Fury
2014-05-17 08:38:44 +00:00
Martin Wilke
8e7cbf9f86 - Fix build on -current
- Add LICENSE

PR:		187753
Submitted by:	Ports Fury
2014-05-17 08:38:00 +00:00
Martin Wilke
7b7b85e08f - Support USE_GITHUB
- Fix info file
- Options helper

PR:		187752
Submitted by:	Ports Fury
2014-05-17 08:36:15 +00:00