non port: mail/popular/Makefile |
SVNWeb
|
Number of commits found XX: 28 |
Wed, 19 Aug 2020
|
[ 13:17 lwhsu ] 
545323 mail/popular/Makefile
545323 mail/popular/files/patch-configure
545323 mail/popular/files/patch-doc_man_Makefile.am
545323 mail/popular/files/patch-doc_man_Makefile.in
545323 mail/popular/files/patch-src-Makefile.in
545323 mail/popular/files/patch-src-io.c
545323 mail/popular/files/patch-src-pcheckd.c
545323 mail/popular/files/patch-src-pdeliver.c
545323 mail/popular/files/patch-src-popular.h
545323 mail/popular/files/patch-src-pproxy.c
(Only the first 10 of 22 ports in this commit are shown above. )
mail/popular: Prepare for textproc/p5-XML-Parser update
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter
PR: 248725
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
Fri, 1 Dec 2017
|
[ 22:12 pawel ] 
455315 mail/popular/Makefile
455315 ports-mgmt/ports-tools/Makefile
Register conflict
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] 
436247 archivers/py-attic/Makefile
436247 audio/baresip/Makefile
436247 audio/libshairport/Makefile
436247 audio/rem/Makefile
436247 audio/shairport/Makefile
436247 audio/umurmur/Makefile
436247 benchmarks/httperf/Makefile
436247 benchmarks/siege/Makefile
436247 comms/conserver-com/Makefile
436247 databases/galera/Makefile
(Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] 
412348 mail/addresses-goodies/Makefile
412348 mail/alpine/Makefile
412348 mail/anubis/Makefile
412348 mail/archiveopteryx-devel/Makefile
412348 mail/archiveopteryx/Makefile
412348 mail/assp/Makefile
412348 mail/automx/Makefile
412348 mail/avenger/Makefile
412348 mail/balsa/Makefile
412348 mail/batv-milter/Makefile
(Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 28 Dec 2015
|
[ 15:01 rakuco ] 
404658 mail/popular/Makefile
404658 mail/popular/distinfo
404658 mail/popular/pkg-descr
Make the port fetchable again.
Switch to the new location where the tarball is hosted. It is now served as
a tar.bz2 file.
diff -uprN between the old tar.gz file from distcache.FreeBSD.org and the
new one shows no differences.
|
Mon, 9 Nov 2015
|
[ 12:59 antoine ] 
401096 archivers/unalz/Makefile
401096 astro/luna/Makefile
401096 benchmarks/himenobench/Makefile
401096 biology/platon/Makefile
401096 converters/uudx/Makefile
401096 databases/mysqlreport/Makefile
401096 databases/mysqlsla/Makefile
401096 databases/oracle_odbc_driver/Makefile
401096 databases/pure-sql3/Makefile
401096 deskutils/charmap/Makefile
(Only the first 10 of 285 ports in this commit are shown above. )
Mark a few ports BROKEN: unfetchable
|
Wed, 3 Jun 2015
|
[ 18:03 amdmi3 ] 
388462 mail/popular/Makefile
- Strip libraries
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] 
365599 MOVED
365599 Mk/bsd.database.mk
365599 UPDATING
365599 archivers/rpm4/Makefile
365599 archivers/rpm5/Makefile
365599 chinese/libpinyin/Makefile
365599 chinese/libtabe/Makefile
365599 chinese/mutt/Makefile
365599 chinese/p5-Lingua-ZH-TaBE/Makefile
365599 chinese/xsim/Makefile
(Only the first 10 of 119 ports in this commit are shown above. )
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] 
357486 Mk/bsd.gecko.mk
357486 Mk/bsd.options.mk
357486 Mk/bsd.port.mk
357486 archivers/rpm/Makefile
357486 astro/cfitsio/Makefile
357486 astro/openuniverse/Makefile
357486 astro/roadmap/Makefile
357486 astro/xplanet/Makefile
357486 audio/deadbeef/Makefile
357486 audio/fdk-aac/Makefile
(Only the first 10 of 297 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 10 Jun 2014
|
[ 13:55 pawel ] 
357312 mail/popular/Makefile
Bump PORTREVISION forgotten in last commit (pkg-plist changed)
Submitted by: tijl
|
Thu, 5 Jun 2014
|
[ 16:16 pawel ] 
356648 mail/popular/Makefile
356648 mail/popular/pkg-plist
- Add staging support
- Use options helpers, subs
- Convert to USES=libtool
|
Thu, 29 May 2014
|
[ 11:38 miwi ] 
355689 mail/dovecot-antispam/Makefile
355689 mail/ecartis/Makefile
355689 mail/evolution-mapi/Makefile
355689 mail/exact/Makefile
355689 mail/gnarwl/Makefile
355689 mail/ifile/Makefile
355689 mail/nmzmail/Makefile
355689 mail/p3scan/Makefile
355689 mail/pop3vscan/Makefile
355689 mail/popular/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
- Convert gmake to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] 
327742 mail/abook/Makefile
327742 mail/adcomplain/Makefile
327742 mail/addresses-goodies/Makefile
327742 mail/addresses/Makefile
327742 mail/akpop3d/Makefile
327742 mail/alpine/Makefile
327742 mail/altermime/Makefile
327742 mail/althea/Makefile
327742 mail/amavis-logwatch/Makefile
327742 mail/annoyance-filter/Makefile
(Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 3 Aug 2013
|
[ 08:45 az ] 
324181 astro/gpsdrive/Makefile
324181 astro/nightfall/Makefile
324181 audio/cue2toc/Makefile
324181 audio/fdmf/Makefile
324181 audio/gnupod/Makefile
324181 audio/ices0/Makefile
324181 audio/mp3mover/Makefile
324181 audio/mp3riot/Makefile
324181 audio/zinf/Makefile
324181 biology/hmmer/Makefile
(Only the first 10 of 140 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
|
Tue, 9 Jul 2013
|
[ 21:26 pav ] 
322581 archivers/rzip/Makefile
322581 audio/aacplusenc/Makefile
322581 audio/cue2toc/Makefile
322581 audio/gdam/Makefile
322581 audio/istream/Makefile
322581 audio/oggsplit/Makefile
322581 comms/hcidump/Makefile
322581 converters/p5-Cstools/Makefile
322581 deskutils/multisync-backup/Makefile
322581 deskutils/multisync-syncml/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
- Drop all my ports
|
Sat, 29 Dec 2012
|
[ 23:14 bapt ] 
309643 graphics/gphoto2/Makefile
309643 graphics/gthumb/Makefile
309643 graphics/libopenraw/Makefile
309643 mail/popular/Makefile
309643 x11-toolkits/gtkunique/Makefile
Convert pav's ports to new options framework
While here trim headers
Explicitly set USE_PKGCONFIG=build where needed
Approved by: pav
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ]
302141 audio/gnump3d/Makefile
302141 audio/gnump3d/files/gnump3d.in
302141 audio/gnump3d/files/gnump3d.sh.in
302141 audio/icecast2/Makefile
302141 audio/icecast2/files/icecast2.in
302141 audio/icecast2/files/icecast2.sh.in
302141 audio/ices0/Makefile
302141 audio/ices0/files/ices0.in
302141 audio/ices0/files/ices0.sh.in
302141 audio/liquidsoap/Makefile
(Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Tue, 5 Jun 2012
|
[ 18:17 az ]
1.9 audio/cue2toc/Makefile
1.11 mail/popular/Makefile
1.3 net-p2p/torrentsniff/Makefile
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (pav@ via IRC)
|
Mon, 4 Jun 2012
|
[ 12:06 pav ]
1.17 audio/aacplusenc/Makefile
1.11 deskutils/todo/Makefile
1.22 devel/devtodo/Makefile
1.14 devel/tdl/Makefile
1.10 mail/popular/Makefile
1.29 palm/synce-librapi2/Makefile
1.16 www/pserv/Makefile
- Register conflicts in my ports
Reported by: http://ketas.si.pri.ee/ports-conflictchecks/
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Tue, 27 Mar 2007
|
[ 22:17 pav ]
1.6 mail/popular/Makefile
1.2 mail/popular/files/pcheckd.sh.in
1.2 mail/popular/files/pserv.sh.in
- Fix rc.subr scripts
Pointed out by: Vlastimil Zeman <vlastimil.zeman@col.cz>
|
Sun, 28 Jan 2007
|
[ 09:07 kris ]
1.31 archivers/libcomprex/Makefile
1.21 audio/ccaudio/Makefile
1.13 audio/libadplug/Makefile
1.36 audio/libao/Makefile
1.18 audio/libao/pkg-plist
1.40 audio/libaudiofile/Makefile
1.6 audio/libaudiofile/pkg-plist
1.26 audio/libcdaudio/Makefile
1.13 audio/libmad/Makefile
1.10 audio/libofa/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
Wed, 14 Jun 2006
|
[ 15:42 pav ]
1.4 mail/popular/Makefile
1.1 mail/popular/files/patch-src-util.c
- Fix time values parsing on FreeBSD 5.X and up
Reported by: Vlastimil Zeman <vlastimil.zeman@col.cz>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.23 accessibility/at-spi/pkg-plist
1.44 accessibility/atk/Makefile
1.22 accessibility/atk/pkg-plist
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.30 accessibility/gail/pkg-plist
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomemag/pkg-plist
1.17 accessibility/gnomespeech/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.18 Mk/bsd.php.mk
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Tue, 30 Aug 2005
|
[ 14:09 pav ]
1.676 mail/Makefile
1.1 mail/popular/Makefile
1.1 mail/popular/distinfo
1.1 mail/popular/files/0ringd.sh.in
1.1 mail/popular/files/patch-configure
1.1 mail/popular/files/patch-src-Makefile.in
1.1 mail/popular/files/patch-src-io.c
1.1 mail/popular/files/patch-src-pcheckd.c
1.1 mail/popular/files/patch-src-popular.h
1.1 mail/popular/files/patch-src-pproxy.c
(Only the first 10 of 17 ports in this commit are shown above. )
POPular is a suite of programs for setting up large POP3 server systems. It
consists of a POP3 proxy, a storage server and lots of utility programs. Note
that this program is intended to be used in large email systems and is
therefore quite complex to configure. If you only have a few thousand
mailboxes, you are probably better of with a different POP3 server.
|
Number of commits found XX: 28 |